-
usb drive the structure and interface functions in detail
详细介绍了usb驱动器的结构和接口功能
- 2022-01-31 13:09:59下载
- 积分:1
-
2410声卡驱动,包括了I2S驱动的编写,可参考
2410声卡驱动,包括了I2S驱动的编写,可参考-2410 sound card drivers, including the preparation of the I2S driver, refer to
- 2023-04-04 18:05:04下载
- 积分:1
-
通过编写驱动,可以读写任意地址的内存内容,进而可以修改系统DLL的功能...
通过编写驱动,可以读写任意地址的内存内容,进而可以修改系统DLL的功能-Through the development driver, you can read and write the contents of arbitrary memory addresses and thus can modify the system DLL functions
- 2022-02-15 23:24:49下载
- 积分:1
-
s I/O library in WinXP
bcb s I/O library in WinXP-s I/O library in WinXP
- 2022-03-28 15:49:05下载
- 积分:1
-
DIS监视器允许捕捉和记录NDIS分钟分组数据交换关系。
DIS Monitor allows to catch and log the exchange of packet data between NDIS miniport drivers and network protocol modules that occurs in kernel space.
(exe by C# and Driver by c/c++ )
- 2022-05-21 08:49:56下载
- 积分:1
-
USB devices automatically load 1.0usbautom
USB移动设备自动加载1.0usbautom-1.0.0-1.i386 在LINUX下用的,学习的好-USB devices automatically load 1.0usbautom- 1.0.0- 1.i386 LINUX in the study, and the good Dongdong
- 2022-01-26 05:13:49下载
- 积分:1
-
ST7920
液晶显示驱动ST7920
使用8位并口驱动的,内部是该驱动的源码!-ST7920
- 2022-03-23 04:52:18下载
- 积分:1
-
A hidden process, tool, very use of the software is not generally reported to po...
一个隐藏进程的工具,非常的使用,一般杀掉软件不报的毒-A hidden process, tool, very use of the software is not generally reported to poison to kill
- 2022-01-26 05:51:18下载
- 积分:1
-
A Human Interface Device (HID) is one that communicates with the host computer u...
A Human Interface Device (HID) is one that communicates with the host computer using structured reports. The HID class of devices consists primarily of devices that end users use to interact with computers. The class includes keyboards, mice, and game controllers of all kinds, but it can include any imaginable knob, switch, button, slider, exoskeletal device, or other type of control that a user might use to control a computer. Noninteractive devices such as bar code readers and measuring instruments might also be designed to fit into the HID class. In addition, HID devices can incorporate user-information components such as lights, displays, force feedback, and other indicators.
- 2023-04-12 00:20:04下载
- 积分: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