-
NDIS钩子的例子,比驱动更稳定的中间层防火墙
NDIS HOOK实例,做防火墙比中间层驱动更稳定-NDIS HOOK example, than do the middle layer firewall driven more stable
- 2023-08-09 03:15:04下载
- 积分:1
-
ndis filter 驱动程序源代码,需要的朋友可以
ndis filter 驱动程序源代码,需要的朋友可以-ndis filter driver source code, can look at the Friends of the required
- 2022-05-15 18:10:02下载
- 积分:1
-
一个用VC的编写vxd的源代码,但我还没有看懂它的能力呀。
一个用VC的编写vxd的源代码,但我还没有看懂它的能力呀。-A plait that use the source code that VC write vxd, but I return to have no the ability that see understands it.
- 2023-07-15 18:05:03下载
- 积分:1
-
很好的一个初级利用driverstudio来编写驱动程序的例子, 输入一个阿拉伯数字, 输出一个大写的中文数字...
很好的一个初级利用driverstudio来编写驱动程序的例子, 输入一个阿拉伯数字, 输出一个大写的中文数字 -Very good use of a primary driver to write driverstudio example, enter a Arabic numerals, the output of a number of the Chinese capital
- 2022-12-28 11:25:03下载
- 积分:1
-
对USB HID采用VC编码通过测试程序,有一定的参考…
针对USB HID设备的编程,采用VC编码,通过检测,有一定的参考价值-against USB HID programming using VC coding through testing, a certain reference value
- 2022-05-30 11:37:41下载
- 积分:1
-
传感器读取程序,传感器读取程序 传感器读取程序
传感器读取程序,传感器读取程序 传感器读取程序-Sensors read the procedures, procedures for sensors to read sensor to read the procedures
- 2022-05-18 22:49:30下载
- 积分:1
-
In the ffuart.tar.gz it has one file.
The serial.c is the source codes of t...
In the ffuart.tar.gz it has one file.
The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
- 2022-01-21 19:17:15下载
- 积分:1
-
- 2022-12-04 02:00:03下载
- 积分:1
-
device driver development document
device driver development document
- 2022-02-16 03:02:34下载
- 积分:1
-
Early in the device driver development process, it’s important to devote some th...
Early in the device driver development process, it’s important to devote some thought to how you’ll distribute your driver and how an end user will install your driver and the hardware it serves. MicrosoftWindows XP and Microsoft Windows 98/Me use a text file with the file extension INF to control most of the activities associated with installing drivers. You provide the INF file. It goes either on a diskette or on a disc that you package with the hardware, or else Microsoft makes it available on line or on a setup disc. In the INF file, you tell the operating system which file or files to copy onto the end user’s hard disk, which registry entries to add or modify, and so on.
- 2022-04-13 02:52:26下载
- 积分:1