搜索资源列表
制作硬件模拟按键教程
- 制作硬件模拟按键教程 制作驱动模拟按键外挂 超详细
SST25VF016/032 驱动程序C源代码
- SST25VF016 串行FLASH 读写控制代码。一个是基于C8051驱动的。一个是基于IO 模拟SPI驱动的
ARM7数字输入输出驱动
- 自己写的lpc2378数字输入输出驱动,是I/O模拟时序,在系统上已经调通,希望对大家有一些帮助
vhidmouse
- 一个wmd+xvd开发的虚拟鼠标驱动程序,用键盘模拟鼠标操作-A mouse driver program which developed with wmd+xvd, using keyboard to simulate mouse operation.
IO模拟SPI
- 430用IO口模拟SPI读写的驱动程序。包括SPI的字节读写,区块数据的读写等功能-430 IO I used to read and write the simulation SPI driver. SPI including the byte read and write, read and write data blocks, such as functional
pcf8563t驱动程序
- PCF8563 的驱动程序,用两个普通的IO口模拟I2C总线,包括100KHZ(T=10US)的标准模式选择和400KHZ的快速模式选择,默认11.0592MHZ的晶振-PCF8563 of the driver, with two ordinary analog IO I2C bus, including the extremely low distortion (T = 10US), the standard model selec
设备模拟SimulatorAndDriver
- 通过VC源代码,讲述了如何进行设置模拟的过程,喜好驱动开发的朋友可以-through VC source code, explains how to set up for the simulation process, preferences Driver Development friends can s
模拟I2C总线
- 用单片机I/O口模拟总线形式的通用驱动程序,用C51编写-MCU I/O simulation generic form of bus drivers, prepared with C51
kbfiltr1
- 键盘模拟算法实现,先添加驱动kbfiltr.sys 然后运行testkb-keyboard simulation algorithm, the first add-kbfiltr.sys then run testkb
PS2_ARM
- 我写的ARM PS2驱动程序,使用普通GPIO口模拟PS2协议,可直接驱动键盘、条码找描枪等设备,并将从键盘、条码扫描枪等输入的信号通过UART口传至PC机-I write ARM PS2 driver, I use ordinary GPIO simulation PS2 agreement can be directly driven keyboard, bar code depiction find guns and other
m01100111
- 模拟器的源码,用c写的,包括对底层硬件驱动,cpu驱动,的实现,是不可多的编程典范.(文件改名成exe,解包即可)-simulator source code, write to c, including the right bottom of hardware drivers, cpu-driven, the realization is not more programming paradigm. (document renamed
keboard
- 可以实现模拟键盘,驱动级的。可以当普通键盘一样使用-Can realize analog keyboard, driver class. Like an ordinary keyboard can be used
xb_WindowsAPI_ckdq
- windows 下dephi 驱动模拟-Delphi-driven simulation under windows
IO-drivenpla
- 驱动级IO模拟按键,用于DX游戏的按键模拟。 this code can IO-driven simulation of the keys to the game for the DX simulated keys.
filedisk
- 虚拟磁盘驱动程序,用一个本地文件模拟一个逻辑磁盘-Virtual disk driver, a local file using a logical disk simulation
qdmn
- 能模拟按键通过硬件驱动模拟,避开现在多数游戏屏蔽的模拟按键 学做外挂必须掌握的东西-Can simulate the button through the hardware-driven simulation, to avoid the majority of games now shielding the analog button learn to do things to grasp the plug
bank
- 银行事件驱动模拟程序,实现了银行业务的模拟-Bank of event-driven simulation program, the realization of the banking business simulation
filesys
- 文件系统驱动的代码,包含完整的工程,里面的说明很详细-File system driver code that contains the complete works, which very detailed descr iption of
VX1818_AU
- 台湾VX1818 TFT驱动模拟屏的源码-Taiwan VX1818 TFT screen of the source-driven simulation
驱动模拟外挂
- 这是通过驱动模拟键盘鼠标的外挂,很经典实用