登录

最新会员 最新下载

成为了本站VIP会员

05月31日 10:38

成为了本站VIP会员

05月31日 09:22

成为了本站VIP会员

05月28日 17:59

成为了本站VIP会员

05月26日 21:52

成为了本站VIP会员

05月25日 20:47

成为了本站VIP会员

05月24日 22:16
已选条件
  1. 编程语言:C++
  2. 代码类别:驱动编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. KMDF

  KMDF示例,用几个简单的例子介绍WDF结构(KMDF example, with a few simple examples introducing WDF structure)

3
下载
107
浏览
2010-09-12发布

2. 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))

435
下载
126
浏览
2010-07-23发布

3. Chap14

  WINDOWS驱动编程第二版例子代码第14章(WINDOWS driven programming second edition of the code examples in Chapter 14)

1
下载
124
浏览
2010-07-20发布

4. msp430f2274_uart_interrupt_c

  msp430f2274的串口驱动程序,使用中断驱动,也可用于其他fx2xx系列,自适应波特率,原驱动开发环境为linux 。(msp430f2274 serial driver to use interrupt-driven, can also be used for other fx2xx series, adaptive baud rate, the original driver development environment for linux.)

30
下载
93
浏览
2010-07-09发布

5. Bank

  基于随机事件的驱动模拟,利用栈,队列的知识开发的一个银行驱动事件模拟(Driven simulation based on random events, using stacks, queues of knowledge development of a bank-driven event simulation)

5
下载
121
浏览
2010-06-06发布

6. 20090311_e87c3416f74360b5c654JUkvxUbgTuPd

  可以实现文隐藏的源代码,利用驱动实现彻底隐藏文件(file hilde)

22
下载
117
浏览
2010-05-08发布

7. mi

说明:  学习PCI设备驱动结构的最好例子,简单易懂,很快入门(NT Driver)

0
下载
147
浏览
2010-05-08发布

8. What_const_Really_Means

说明:  在软件开发中,特别是驱动开发中,什么时候用const,什么时候又要加volatile,这里有详细的讲解(In software development, particularly driven development, when to use const, when that the increase in volatile, here in detail)

0
下载
103
浏览
2010-04-30发布

9. scull

说明:  驱动程序源代码scull学习驱动的好实例多多下载(qudong)

1
下载
172
浏览
2010-04-10发布

10. ProtocolDriver

说明:  是网络的协议驱动源代码框架,对想过滤网络数据的初学者很有帮助(Is the network protocol driver source code framework, and would like to filter network data useful for beginners)

0
下载
114
浏览
2010-04-10发布

11. FANUCDriverNET

说明:  基于FOCAS2开发包的FANUC驱动;(Development kit based on FOCAS2 FANUC driven )

1
下载
87
浏览
2010-04-10发布

12. WindowsDeviceDriverCode

说明:  windows设备驱动开发,使用最新的WDF模型(windows Driver Development using WDF)

1
下载
118
浏览
2010-04-07发布

13. 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.)

8
下载
171
浏览
2010-03-11发布

14. XR17V25x_PCI_SCH_REV110

  exar 公司的X17V258的参考设计(exar the company' s reference design X17V258)

9
下载
99
浏览
2010-02-22发布

15. driverDDKFloowMe02

  黑客防线:windows 驱动开发视频培训教程 02(Hacker Defense: windows-Driven Development Video Training Tutorial 02)

41
下载
133
浏览
2010-01-21发布

16. DriverWizard

  用C++实现的网络驱动程序向导代码。可以简单的创建一个工作区,并从工程中选择一个类型作为客户应用(Implemented using C++ code for the network driver wizard. You can simply create a work zone and choose a type from the project as a client application)

5
下载
114
浏览
2009-12-14发布

17. pci9054

  利用DriverWorks开发PCI9054芯片的驱动(PCI9054 chip developed using DriverWorks driver)

17
下载
138
浏览
2009-11-29发布

18. ShellExe

  程序直接用键盘过滤驱动拦截键盘数据,可以屏蔽掉系统热键以实现自己想要的功能。通过设置快捷键命令,可以通过任意键的组合实现快速打开运用程序和网址两个功能。 (Procedures for the direct use of the keyboard filter driver to intercept the keyboard data, you can mask out the system hot key to achieve their desired functionality. By setting the shortcut command keys can be any combination of rapid application programs and web site to open two functions.)

79
下载
130
浏览
2009-11-20发布

19. 2

说明:  this is my first program that whil share with you

0
下载
112
浏览
2009-11-17发布

20. hidethings

  文件隐藏, 进程隐藏, 注册表项隐藏, 注册表键值隐藏 (Hidden files, hidden processes, registry entries hidden, hidden registry keys)

149
下载
121
浏览
2009-11-10发布