-
窗口驱动模型假设一个硬件设备可以有几个驱动程序…
The Windows Driver Model assumes that a hardware device can have several drivers, each of which contributes in some way to the successful management of the device. WDM accomplishes the layering of drivers by means of a stack of device objects. I discussed this concept in Chapter 2. Up until now, I’ve been talking exclusively about the function driver that manages the main functionality of a device. To round out this book, I’ll describe how you write a filter driver that resides above or below the function driver and modifies the behavior of the device in some way by filtering the I/O request packets (IRPs) that flow through it.
- 2022-07-19 01:55:34下载
- 积分:1
-
PCI9052光盘资料,内涵驱动程序,数据手册,英用程序,电路图...
PCI9052光盘资料,内涵驱动程序,数据手册,英用程序,电路图-PCI9052 CD-ROM, meaning drivers, data sheet, the British use of procedures, circuit diagrams
- 2022-08-13 20:07:20下载
- 积分:1
-
Detailed design of windows driver chapter18 matching code
windows驱动程序设计详解chapter18
配套代码-Detailed design of windows driver chapter18 matching code
- 2022-11-01 08:35:03下载
- 积分:1
-
windowce ce device driver
windowce ce device driver
- 2022-01-20 23:10:12下载
- 积分:1
-
COM Drivers for china mobiles
COM Drivers for china mobiles
- 2022-07-05 04:19:02下载
- 积分:1
-
使用Java的Jni技术对三洋数码相机驱动程序的封装,封装后的动态库可在Java开发环境中应用,解决了Java中调用Vc中开发的Dll问题...
使用Java的Jni技术对三洋数码相机驱动程序的封装,封装后的动态库可在Java开发环境中应用,解决了Java中调用Vc中开发的Dll问题-The use of Java
- 2023-04-01 01:05:04下载
- 积分:1
-
Sample Drivers for the Kernel Mode Driver Framework
Sample Drivers for the Kernel Mode Driver Framework
- 2022-12-04 18:55:03下载
- 积分:1
-
三星arm2440与cs8900的以太网驱动
三星arm2440与cs8900的以太网驱动-Samsung arm2440 with the CS8900 Ethernet driver
- 2023-08-04 13:45:03下载
- 积分:1
-
tty driver* This driver shows how to create a minimal tty driver. It does not re...
tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hardware, but creates a timer that emulates data being received * from some kind of hardware.- tty driver* This driver shows how to create a minimal tty driver. It does not rely on* any backing hardware, but creates a timer that emulates data being received* from some kind of hardware.
- 2023-04-25 19:10:02下载
- 积分:1
-
USB接口开发的实例程序,完整的C代码,但是缺少说明文档
USB接口开发的实例程序,完整的C代码,但是缺少说明文档-USB interface, an instance of the development process, the complete C code, but the lack of documentation
- 2022-11-27 22:20:03下载
- 积分:1