-
sys98
说明: 98下的PCI驱动源代码!希望对各位有所帮助
只要稍微修改就可以成为2000的驱动了!(98 PCI driver source code! You want to help as long as it can be slightly modified to be driven by 2000!)
- 2006-03-03 16:39:25下载
- 积分:1
-
LCD_1602
基于MSP430的LCD1602驱动程序,里面有写好了的h文件和c文件,添加到工程即可运用。(Based on LCD1602 MSP430 driver, there are written the h files and c file, adding to the engineering can be used.)
- 2012-08-13 19:00:56下载
- 积分:1
-
sample
海思3519v101 sample驱动源码,有助于理解驱动(Haisi 3519v101 sample driver source, help to understand the drive)
- 2017-03-28 15:10:13下载
- 积分:1
-
AA121SJ23_SI6L_SVGA_RTD2025L_NA_5
最新的乐华驱动板源程序。很辛苦才找到啊,大家要好好利用啊(Leroy driver board the latest source. Very hard to find, ah, we have to make good use of ah)
- 2012-07-08 00:07:05下载
- 积分:1
-
s3c2440-gpio-kbd
S3C2410 GPIO口下的5X5键盘驱动(S3C2410 GPIO port 5X5 keyboard driver)
- 2012-05-29 10:50:07下载
- 积分: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
-
KernelDebug
内核加载内核加载内核加载内核加载内核加载内核加载内核加载内核加载内核加载(kernel load)
- 2015-11-07 18:23:53下载
- 积分:1
-
NDIS_6[1].0_miniport__driver
说明: 实现一个千兆以太网卡的NDIS的miniport驱动实例源代码
对于那些希望写一个NDIS 6.0的miniport设备驱动的开发人员来说,实例实在是太少了,只有一个DDK中的E100BEX。这里,我将选择一个当前比较流行的以太网控制器(Realtek 8111/8168/8169/8110等PCI的千兆以太网控制器),针对它们写一个NDIS6的驱动(The realization of a Gigabit Ethernet card, the NDIS driver miniport instance of the source code for those who wish to write an NDIS 6.0 of the miniport device driver developers, the example is too small, there is only one DDK in E100BEX. Here, I will choose a more popular current Ethernet controller (Realtek 8111/8168/8169/8110, such as PCI Gigabit Ethernet controller), for them to write a driver NDIS6)
- 2008-12-06 11:41:00下载
- 积分:1
-
SPKZ
一个沙盘指示灯控制系统,需要硬件PCI843支持(A sand table light control system, the need for hardware support for PCI843)
- 2007-09-05 15:14:23下载
- 积分: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