DRIVER
Driver(驱动程序)是一个和特定的物理设备(或特定的软件)打交道的程序。这个程序包括一些对此硬件设备有特殊用途的知识,这个硬件设备如何和计算机传输信息,数据格式如何,应该如何初始化,如何中止等类似的问题。在PC上,这类程序通常以DLL文件的形式出现,当然,过去的老驱动程序则是以SYS的形式出现。
共 1,368 份资源
源代码 10,000
DRIVER 热门资料
查看全部 1,368 份 →
PDF文档
This document describes how to complie keyboard and mouse driver. 键盘驱动
This document describes how to complie keyboard and mouse driver. 键盘驱动...
PDF文档
DVBtune is a simple tuning application for DVB cards supported by the Linux DVB driver
DVBtune is a simple tuning application for DVB cards supported by the Linux DVB driver...
PDF文档
Programming the Microsoft Windows driver model.2nd WDM编程
Programming the Microsoft Windows driver model.2nd WDM编程,这是由Walter Oney执笔的windows驱动开发的经典书籍,windows驱动开发者必读经典之一。本书是该书的英文第二...