-
hid类usb对外设的驱动application
hid类usb对外设的驱动application-hid type of usb driver for the peripheral application
- 2022-01-25 17:48:14下载
- 积分:1
-
ring 0下隐藏指定的端口,是一个驱动,附了一个例子说明
ring 0下隐藏指定的端口,是一个驱动,附了一个例子说明-ring 0 hidden under the specified port, is a driver, with examples to illustrate a
- 2022-04-06 12:51:32下载
- 积分:1
-
disk filter, a development with DDK
disk filter,一个用DDK开发的WINDOWS系统的磁盘过滤系统-disk filter, a development with DDK
- 2022-08-08 07:31:50下载
- 积分:1
-
此文件夹包含在PB编程环境下ep9315的SPI总线接口驱动的源码,切实可行,实践证明。
此文件夹包含在PB编程环境下ep9315的SPI总线接口驱动的源码,切实可行,实践证明。-This folder contains the PB programming environment ep9315 the SPI bus interface driver source, practical, proven practice.
- 2022-08-02 22:22:36下载
- 积分:1
-
文件
驱动开发的文档,用汇编语言来开发的介绍,中文的版本-Document-driven development, using assembly language to develop an introduction, Chinese version
- 2022-09-26 02:20:03下载
- 积分:1
-
点阵液晶模块,LINUX下字符点阵的一种实现方法
点阵液晶模块,LINUX下字符点阵的一种实现方法-dot-matrix LCD module, LINUX character of a lattice method
- 2022-07-14 12:03:07下载
- 积分:1
-
用PWM产生锯齿波,应使PWM寄存器中的值线性增加,那么在PWM输出端将得到宽度线性增加的脉冲波,经滤波后,便可得到锯齿波。...
用PWM产生锯齿波,应使PWM寄存器中的值线性增加,那么在PWM输出端将得到宽度线性增加的脉冲波,经滤波后,便可得到锯齿波。-have used PWM ramp, it should PWM register with the value of linear increase, then the PWM output will be increased linearly width of the pulse wave, filter, which will be ramp.
- 2022-10-04 06:35:04下载
- 积分:1
-
一个pci卡驱动程序,自己做的pci卡及驱动,大家可以
一个pci卡驱动程序,自己做的pci卡及驱动,大家可以-A pci driver and its test program.
- 2022-02-02 12:50:03下载
- 积分:1
-
TW2834的驱动程序设计。包括各个寄存器标准值设计。对于理解TW2834与ITU656非常有帮助...
TW2834的驱动程序设计。包括各个寄存器标准值设计。对于理解TW2834与ITU656非常有帮助-TW2834 driver design. Standard values in all registers, including the design. For understanding the TW2834 with ITU656 very helpful
- 2022-03-12 10:32:56下载
- 积分: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