-
WDK开发了PCI驱动 WDM_PCI_Driver
基于WDK开发了PCI驱动。根据读取PCI配置空间,可以得到PCI设备的所有资源。(The project is used for PCI driver.)
- 2020-06-27 00:20:01下载
- 积分:1
-
KeyMouse
通用键盘鼠标模拟(包括USB和PS2)
通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。
简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。
模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_MAKE、KEY_BREAK,然后调用KeyboardClassServiceCallback。(Universal keyboard and mouse simulation (including USB and PS2))
- 2010-07-23 11:19:14下载
- 积分:1
-
SysDriverLoad
通过SCManager的一系列方法,实现了加载sys文件驱动的功能,安装到系统服务中。(Through a series of SCManager method to achieve a load sys file-driven functionality, install system services.)
- 2014-03-21 15:54:27下载
- 积分:1
-
driver
VC6.0开发,3年前开发的PCI9052接口及测试程序,一定要先安装DriverStudio,如果有相应的接口卡就最好,如果没有也可以看看程序作为参考。(VC6.0 development, three years ago, the development of PCI9052 interface and test procedures, we must first install the DriverStudio, if there is a corresponding interface card on the best, if not also look at programs as a reference.)
- 2010-03-11 09:28:46下载
- 积分:1
-
ramdisk
可以用内存虚拟一个磁盘出来,例子中用了1M。(use memory to produce a disk,but can t too large)
- 2012-03-04 16:15:01下载
- 积分:1
-
GEVPlayerSample
网口相机通用驱动程序,适合于多种以太网相机(Network port camera generic driver, suitable for a variety of Ethernet camera)
- 2014-03-17 16:00:02下载
- 积分: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
-
burn_code
vc环境下编译的一个对USB设备进行烧录的驱动程序,高级一点的专业人士应该看一看。(vc environment compiled a USB device driver writers, senior professionals that should take a look at.)
- 2008-08-14 16:47:52下载
- 积分:1
-
WebCarSDK
嵌入式远程监控小车,通过web页面控制小车的前进方向(Embedded remote monitor and control the car, through the web page control of the direction of the car)
- 2021-02-21 16:19:42下载
- 积分:1
-
MFC_DLL_LED
EVC下利用MFC DLL实现的mini2440 LED驱动程序。(LED driver of mini2440 developing board by MFC DLL in EVC)
- 2013-05-31 11:46:07下载
- 积分:1