《Programming the Microsoft Windows Driver Model》(清晰中文版,非扫描)
·《Programming the Microsoft Windows Driver Model》(清晰中文版,非扫描,有目录索引,方便阅读)...
Driver(驱动程序)是一个和特定的物理设备(或特定的软件)打交道的程序。这个程序包括一些对此硬件设备有特殊用途的知识,这个硬件设备如何和计算机传输信息,数据格式如何,应该如何初始化,如何中止等类似的问题。在PC上,这类程序通常以DLL文件的形式出现,当然,过去的老驱动程序则是以SYS的形式出现。
·《Programming the Microsoft Windows Driver Model》(清晰中文版,非扫描,有目录索引,方便阅读)...
C51的基于KST-CD111LVD-100 car tuner Driver PLL LC72131 & LA1787 的数字调谐系统...
This version 0.2 of driver for a simple CAN bus interface. 一个CAN 总线接口程序,供大家分享!...
The CD ROM driver is used with Classpnp.sys to provide access to CD ROMs and DVD ROMs. It supports P...
The CD ROM driver is used with Classpnp.sys to provide access to CD ROMs and DVD ROMs. It supports P...
This a disk filter driver for Windows NT/2000/XP that uses a Linux swap partition to provide a tem...
I want to provide an example file system driver for Windows NT/2000/XP. For some time I have worked ...
it s a source code for how to integrate your tvp5150 decoder with driver and how to capture an image...
The program is a wizard to create a NT kernel driver framework in C. It will create a Visual C++ wo...
WDM(Windows Driver Mode)驱动程序模型。相比起以前的KDM 和VXD 来说,它的性能更高、系统之间移植更加方便。所以,随着系统的升级(指MS 的操作系统),WDM 已经逐步取代K...