-
Windows WDM 设备驱动程序开发指南(源码)
Windows WDM 设备驱动程序开发指南(源码)-Windows WDM Device Driver Development Guide (source)
- 2022-03-01 19:29:49下载
- 积分:1
-
窗口的USB驱动程序可以模拟串行通信
window usb驱动程序,可以模拟串口通讯-window usb driver can simulate serial communications
- 2022-02-02 20:21:21下载
- 积分:1
-
,里面含电路图,讲解详细,含图,是控制步进电机的,含程序源码...
,里面含电路图,讲解详细,含图,是控制步进电机的,含程序源码-inside containing circuit diagrams to explain in detail, including maps, stepper motor control, with procedures FOSS
- 2022-03-13 23:21:06下载
- 积分:1
-
一个简单的防火墙中的应用
An Easy Firewall Application
Firewall application developed using Packet Filtering API.
- 2022-08-26 11:02:16下载
- 积分:1
-
windows2000+ddk 驱动开发例子
windows2000+ddk 驱动开发例子-A example of device driver deveopment using windows2000+ddk.
- 2022-07-02 09:31:45下载
- 积分:1
-
费罗系列
Filo Serial-Input to Paralle-output
- 2022-01-26 04:05:17下载
- 积分:1
-
Delphi开发驱动的一个例子
1.映射ntoskrnl.exe到内存
2.重定位信息...
3.搜索SSDT基址
4.补丁回去...
Delphi开发驱动的一个例子
1.映射ntoskrnl.exe到内存
2.重定位信息...
3.搜索SSDT基址
4.补丁回去-Delphi developed an example-driven 1. Mappings ntoskrnl.exe into memory 2. ... 3, re-positioning information. Search SSDT base address 4. Patch back
- 2022-08-20 07:53:59下载
- 积分:1
-
Two categories of devices don’t fit neatly into the PnP framework I described in...
Two categories of devices don’t fit neatly into the PnP framework I described in Chapter 6. These categories are controller devices, which manage a collection of child devices, and multifunction devices, which have several functions on one card. These kinds of devices are similar in that their correct management entails the creation of multiple device objects with independent I/O resources.-Two categories of devices don’t fit neatly into the PnP framework I described in Chapter 6. These categories are controller devices, which manage a collection of child devices, and multifunction devices, which have several functions on one card. These kinds of devices are similar in that their correct management entails the creation of multiple device objects with independent I/O resources.
- 2022-03-20 21:30:16下载
- 积分:1
-
窗口驱动模型假设一个硬件设备可以有几个驱动程序…
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
-
Virtual Floppy Driver
Virtual Floppy Driver
- 2022-10-31 06:35:03下载
- 积分:1