搜索资源列表
ComputerInfo_demo
- 计算机的所有硬件及接口信息查询,检查和处理源代码,VC++,内存管理,网卡,缓存,PnP设备,多媒体设备,鼠标,调制解调器,键盘,磁盘等信息的管理。-all computer hardware and the interface information inquiries, inspection and processing source code, VC, memory management, network card, cache, PnP devices, multimedia devic
sbydm
- 鼠标驱动源代码,前面网上下了不少功夫才找到免费的下载,但是没做出来,自己偷懒编键盘去了,嘿嘿!-mouse driver source code, front-line a lot of effort to find a free download, but never come out. their loafers to a series keyboard, a little!
KEYBDforwinceps2
- CE下的PS2键盘驱动,可以接PS2键盘和鼠标基本上不需要怎么修改,可以直接使用-the PS2 keyboard-driven, accessible PS2 keyboard and mouse is basically no need to revise how, can be used directly
Simulatedkeyboardinputed
- 模拟键盘输入,类似window输入法自带的那个模拟键盘,自己可以用鼠标输入
HA-USBVIEW
- USB设备检测程序,可检测各种USB设备,包括键盘、鼠标、MP3、各种DC,微软开发的例程。
CSharpMouseSample
- 中断方式的USB开发上位机程序【键盘,鼠标使用些方式】
WinIo
- 驱动层模拟鼠标键盘,支持ps/2的接口,不会被拦截。-Mouse and keyboard-driven simulation
KeyMouse
- 通用键盘鼠标模拟(包括USB和PS2) 通过直接调用Kbdclass的回调函数KeyboardClassServiceCallback直接给上层发送键盘驱动。这个方法网上已经公开,参考 Hook KeyboardClassServiceCallback实现键盘 Logger,其他的还有很多,可以到网上去查。 简单说一下没有公开的部分,就是按下和松开的模拟,已经扩展键的模拟。 模拟主要是构造KEYBOARD_INPUT_DATA结构,按下和松开的Flags分别对应KEY_M
virsb
- 虚拟键盘和鼠标的设备,使系统里有一个虚拟的键盘和鼠标,不设备硬件直接模拟-A virtual keyboard and mouse devices, so that the system has a virtual keyboard and mouse, not the direct simulation of the device hardware
WVFK
- 虚拟鼠标键盘驱动,驱动精灵核心,可以加上脚本控制程序-Virtual mouse keyboard driver, driver genius core, plus the scr ipts can control program
mousekyboard
- 鼠标和键盘的协议,适用于linux和windows-The mouse and keyboard of the agreement, apply to linux and windows
hidmouse
- vc++6.0,关于模拟键盘鼠标的c++源码,可实现自动键盘和鼠标按键-vc++6.0, to analog the keyboard mouse c++ source can achieve automatic keyboard and mouse button
COM
- C语言通过底层API访问串口的程序。 非常简单的一个例子! 读取串口,然后进行相应的操作(鼠标、键盘控制)-C language API to access the serial port through the underlying program. A very simple example! Reads the serial port, then the appropriate action (mouse, keyboard control)
Mouse-and-Keyboard
- 鼠标及键盘的控制技巧,内含多个文件,包括多种鼠标键盘信息捕获技巧的源程序-Mouse and keyboard control techniques, containing a number of documents, including a variety of mouse and keyboard skills to capture the source of information
TestKeyboard
- C# 模拟键盘输入 1 .使用WinIO.dll直接在驱动层面模拟按键。 这里需要用到一个组件,那就是使用WinIO.dll,这是是国外大佬开发的一个dll。 WinIO程序库允许在32位的Windows应用程序中直接对I/O端口和物理内存进行存取操作。通过使用一种内核模式的设备驱动器和其它几种底层编程技巧,它绕过了Windows系统的保护机制。 使用此组件的环境要求: •系统Win7或Win10均可。 •需要PS/2键盘(老式的针孔插头的键盘),USB键盘不