摘要: 美国MIT Media Lab(麻省理工学院媒体实验室)的天才学生普拉纳夫- (Prarnav Mistry),发明了一项结合实体世界和虚拟世界的科技,令人又惊又喜;喜的是,对于未來生活,悠游於实体和虚拟之间,将更自由无限,惊的是,对于现今的人们和企业而言,这场演讲是一提醒 :「讯息上身,才有未来」。 阅读全文
posted @ 2010-01-09 23:28 clara 阅读(294) 评论(0) 推荐(0) 编辑
摘要: Note: VxWorks is a community supported platform. See the Supported Platforms page for more information. This page contains information about the Qt for VxWorks port. More information about the combinations of platforms and compilers supported by Qt can be found on the Supported Platforms page. 阅读全文
posted @ 2010-01-09 18:12 clara 阅读(614) 评论(0) 推荐(0) 编辑
摘要: /* * 函数功能: *********** * 已知该类PCI设备的Vendor号,Device号和索引号myIndex,查找出该类PCI设备的MEMORY地址 * 和IO地址,以及中断级,并添加第一个MEMORY的物理地址到虚拟地址的映射。 * * 调用实例: *********** * 如果有4块该类PCI设备,则调用四次函数,索引号从0~3,如下: for (myIndex=0; myIndex<4; myIndex++) { myStatus = surfConfPciDevice(vendorId, devId, myIndex); } */ 阅读全文
posted @ 2010-01-09 16:41 clara 阅读(3355) 评论(0) 推荐(0) 编辑
摘要: 通过以上分析,发现就是 RIP 经过初始化后,然后进入一个 while 死循环,在这个死循环中根据不同的优先级去执行不同的线程钩子函数。而这些钩子函数在什么地方注册的呢,进入 ripd.c 的 void rip_event (enum rip_event event, int sock) 函数。 阅读全文
posted @ 2010-01-09 11:15 clara 阅读(1365) 评论(0) 推荐(0) 编辑