-
load_driver
本代码只有两个函数,LoadNTDriver(...)用于加载驱动,DelSvr(...)用于卸载驱动。(This code has only two functions, LoadNTDriver (...) use to load the driver,and DelSvr (...) use for the uninstalled driver.)
- 2010-12-23 21:36:33下载
- 积分:1
-
driver-load
说明: 驱动加载程序,可以通过这个程序动态加载驱动程序(sys)(Driver loader, you can dynamically load the driver program)
- 2011-03-02 15:15:25下载
- 积分:1
-
xiflter_2.0
NDIS HOOK实例,做防火墙比中间层驱动更稳定(NDIS HOOK example, than do the middle layer firewall driven more stable)
- 2021-01-24 22:08:39下载
- 积分:1
-
scull
说明: 驱动程序源代码scull学习驱动的好实例多多下载(qudong)
- 2010-04-10 17:02:52下载
- 积分:1
-
Solution
在VS2012+WDK8.0上面编写的PCI的驱动程序,采用的是WDF最新型框架程序,成功运行。(In VS2012+WDK8.0 written above PCI drivers, using the latest WDF framework program run successfully.)
- 2014-01-05 14:35:59下载
- 积分:1
-
Linux_USB_Core(v1.0)
linux 下usb 驱动编写,对usb进行十分详细的解析(prepared under the usb drive linux on usb for a very detailed analysis)
- 2010-11-18 11:25:58下载
- 积分:1
-
Pthread-of-linux
在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。(Written in the linux environment a console application, the program has a shared integer variable shared_var, the initial value of 0 create
A thread and make it run concurrently with the main thread immediately. The newly created thread and main thread are constantly circulating, and the output shared_var
Value. The main thread in a loop constantly on shared_var are incremented, that is plus 1 for each cycle shared_var and the new line created
Process is constantly on the shared_var decremented, that is, each cycle shared_var is decreased by 1. Observe the results of running the program, and you
To explain the phenomenon seen.)
- 2011-12-08 11:21:25下载
- 积分:1
-
enumser-Win32
枚举驱动列表,获取驱动的设备句柄
这是Win7上常用的获取设备句柄的方法。
我在原代码的基础上,添加了SetupDiEnumDeviceInterfaces 来获取驱动的详细信息。(SetupDiEnumDeviceInterfaces
SetupDiGetClassDevs
SetupDiEnumDeviceInterfaces)
- 2021-03-28 13:09:12下载
- 积分:1
-
Tddiirectrwh
这个应用程序源码演示了怎样直接地访访问物理驱动driver
(The application source code demonstrates how to visit directly access the physical drive driver)
- 2012-08-15 00:16:55下载
- 积分:1
-
EtherNetIPExampleCode
基于EthernetIP协议的应用程序,可以读取AB公司Controllogix系列Ethernetip协议PLC数据. 此软件代码可用于工业控制.(EthernetIP agreement based on the application, the company can read AB ControlLogix PLC data series Ethernetip agreement. This software code can be used for industrial control.)
- 2020-11-21 22:19:36下载
- 积分:1