此文件是MSDN DDK的中译文。是驱动开发难得的指导文档。- 下载
|
Windows 2000 DDK 第三卷,中文的,我只有第三卷,不知道对大家有没有用- 下载
|
这个才是 Windows 2000 DDK 第三卷,中文版的,我只有第三卷,不知道对大家有没有用- 下载
|
一个截取网络包的驱动。它与DDK文档正是NDIS中间驱动不同,是通过HOOK内核NDIS API来实现的。听说诺顿也是使用此方法来实现。-an interception network packet driver. It DDK documentation is NDIS Intermediate Driver, through HOOK kernel NDIS API to achieve. Norton also heard that the use of this method is to be achieved. 下载
|
称它为“驱动程序超级宝典“一点也不过分,因为它是被译为中文的MSDN DDK文档- 下载
|
称它为“驱动程序超级宝典“一点也不过分,因为它是被译为中文的MSDN DDK文档。-nicknamed "Super Driver book" is not excessive. because it is being translated into Chinese DDK the MSDN documentation. 下载
|
称它为“驱动程序超级宝典“一点也不过分,因为它是被译为中文的MSDN DDK文档。这个文档不是我翻译的,我只不过将它编辑了一下。翻译它的同志是个高手,非常专业,在此先谢谢他给我们作的工作。 - Called it is "the driver super precious book" not excessively, because it is translated for Chinese MSDN the DDK documents. This documents are not I translate, I only have edited it. Translates it comrade is a master, extremely specialized, first thanks him in this the work which does to us. 下载
|
读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录--A VC program reading/writing USB port. Compilationg steps: 1. install DDK. 2. include DDK s inc path in header file s searching path. 3. include DDK s lib path in the library s search path. 4. comment out HIDD_ATTRIBUTES structure in the source file. 5. add setupapi.lib. If you don t want to install DDK, you could omit the first 2 steps, but you need to copy corresponding header files and library files. 下载
|
此文件是windows ddk mdt开发的部份,说明gpd如何编程,这是在一个论坛中有人提到的-this document windows ddk mdt part of the development, shows how gpd programming, This is a forum in which reference was made to the 下载
|
在本文中阐述的驱动是用windriver做出来的,没有采用DDK或DriverStudio,可能看起来并不像是一个”很正式“的驱动,而且本文中的驱动程序不可以用于DirectShow接口。对于DDK和DriverStudio我也了解了一些内容,在刚开始的时候我是满怀激情的想用DDK或DriverStudio的,很快我的激情之火就被无情的熄灭了,对于一个完全没有接触过驱动开发的人来说(在这之前我都不知道系统是如何找到某个设备驱动的),我个人觉得DDK或DriverStudio有点难了......-described in this paper is driven windriver done. not used DDK or DriverStudio. may not seem like a "very formal" drive, In this paper, but the driver can not be used DirectShow interface. For DDK and DriverStudio I also learned something, at the beginning of the time I was full of enthusiasm to use the DDK or DriverStudio. soon my passion fire was extinguished by the merciless, for a complete contact with the driver development people (in this before, I do not know how the system is to find some equipment Drivers), I personally feel that DDK or DriverStudio hard ... 下载
|