摘要: Before an Operating system like Windows XP loads and the software drivers take control of your video card's functions, the video BIOS initializes the card. As soon as it receives power from the motherboard, the BIOS activates the card and identifies itself to the motherboard BIOS. 阅读全文
posted @ 2010-01-18 00:19 clara 阅读(552) 评论(0) 推荐(0) 编辑
摘要: 日偏食:2010年1月15日,17:00左右 阅读全文
posted @ 2010-01-15 17:08 clara 阅读(170) 评论(0) 推荐(0) 编辑
摘要: PCI 驱动编程步骤 1. 复制~Tornado\target\h\drv\pci目录下pciAutoConfigLib.h, pciConfigLib.h等PCI头文件文件 和~Tornado\target\src\drv\pci目录下pciAutoConfigLib.c, pciConfigLib.c等PCI文件到BSP目录下。 2. 根据实际的PCI硬件定义改写或重写这些PCI文件。 阅读全文
posted @ 2010-01-15 13:32 clara 阅读(799) 评论(0) 推荐(0) 编辑
摘要: 1,在电路中没有任何功能,只是在PCB上为了调试方便或兼容设计等原因。 2,可以做跳线用,如果某段线路不用,直接不贴该电阻即可(不影响外观) 3,在匹配电路参数不确定的时候,以0欧姆代替,实际调试的时候,确定参数,再以具体数值的元件代替。 4,想测某部分电路的耗电流的时候,可以去掉0ohm电阻,接上电流表,这样方便测耗电流。 5,在布线时,如果实在布不过去了,也可以加一个0欧的电阻 阅读全文
posted @ 2010-01-15 07:36 clara 阅读(394) 评论(0) 推荐(0) 编辑
摘要: google 改版了 2010年1月14日 阅读全文
posted @ 2010-01-14 15:33 clara 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 框图是表示一个系统各部分和各环节之间关系的图示,它能够清晰地表达比较复杂的系统各部分之间的关系.具体来讲主要研究有关程序流程图、工序流程图及一些实际问题的流程图,在画流程图时应注意先后顺序、逻辑关系和简单明快. 阅读全文
posted @ 2010-01-11 20:48 clara 阅读(3399) 评论(0) 推荐(0) 编辑
摘要: 美国MIT Media Lab(麻省理工学院媒体实验室)的天才学生普拉纳夫- (Prarnav Mistry),发明了一项结合实体世界和虚拟世界的科技,令人又惊又喜;喜的是,对于未來生活,悠游於实体和虚拟之间,将更自由无限,惊的是,对于现今的人们和企业而言,这场演讲是一提醒 :「讯息上身,才有未来」。 阅读全文
posted @ 2010-01-09 23:28 clara 阅读(291) 评论(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 阅读(3351) 评论(0) 推荐(0) 编辑
摘要: 通过以上分析,发现就是 RIP 经过初始化后,然后进入一个 while 死循环,在这个死循环中根据不同的优先级去执行不同的线程钩子函数。而这些钩子函数在什么地方注册的呢,进入 ripd.c 的 void rip_event (enum rip_event event, int sock) 函数。 阅读全文
posted @ 2010-01-09 11:15 clara 阅读(1354) 评论(0) 推荐(0) 编辑