DRIVER
Driver(驱动程序)是一个和特定的物理设备(或特定的软件)打交道的程序。这个程序包括一些对此硬件设备有特殊用途的知识,这个硬件设备如何和计算机传输信息,数据格式如何,应该如何初始化,如何中止等类似的问题。在PC上,这类程序通常以DLL文件的形式出现,当然,过去的老驱动程序则是以SYS的形式出现。
DRIVER 全部资料 1,368 份
Window2000_Driver 当前介绍驱动程序的设计书
Window2000_Driver 当前介绍驱动程序的设计书,几乎都是英文版的,非常难懂。牛人将几本书的精华编写出来成为此文档。以抛砖引玉。...
Programming the Microsoft Windows Driver Model Copyright © 1999 by Walter Oney General Informati
Programming the Microsoft Windows Driver Model Copyright © 1999 by Walter Oney General Informati...
FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter drive
FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter drive...
本文档也描述了Windows Driver Model(WDM)驱动程序
本文档也描述了Windows Driver Model(WDM)驱动程序,这些驱动程序在Windows2000和Microsoft® Windows® 98平台之间是源码级兼容的。...