搜索资源列表
USBCounter
- windows2000下WDM设备驱动程序开发USB驱动-windows2000 under WDM device driver development USB drive
2006Chap
- VC++编写的WINDOWS WDM USB驱动程序-VC prepared by the Windows USB WDM Driver
usb_sample
- 一个基于WDM的USB驱动程序例子,可以做为初学者的参考。-a WDM-based USB Driver example, can be used as a reference for beginners.
USB2RS232
- Appliction => rs232测试 应用程式 Driver => usb to rs232 驱动程式(wdm ddk) DLL => 应用程式 Firmware => USBtoRS232 硬体韧体-Appliction =
djssampledata
- 采用WDM驱动模型,利用DRIVERSTUDIO开发的USB驱动-using WDM model, DRIVERSTUDIO USB Driver Development
d12drv
- 针对usb d12 的windows驱动程序,是用wdm做的,代码每一行都有我的注释。-against colonization but declined on day 12 of the windows usb driver, is `do, Each line code, I have the Notes.
PowerSleep12
- usb wdm开发的电源管理 电源处于休眠状态的例程。-usb `development of the Power Management Power dormancy of programming.
bulkUSB
- Windows2000/xp下的usb WDM驱动程序源代码
Delphi_WDM_USB
- 用Delphi开发的USB源程序,基于微软WDM框架,使用Delphi开发最大的好处是可以使用其RAD特性,加快应用程序开发。-USB development with Delphi source code, based on the Microsoft WDM framework for the development of the use of Delphi
USB-kaifa
- USB 开发之软件篇 我这里重点的介绍如何写驱动程序,对于一些应用程序我就不做介绍了,因为我对于那些高层的东西写得很少。 作为WIN98和WIN2K推荐的一项新技术来说,USB的驱动程序和以往的直接跟硬件打交道的WIN95的VXD的方式 的驱动程序不同,,它属于WDM类型的。 -The software article of the development of USB The introduction of my here point how write to
Windows-usb-driverstdio
- 用DriverStudio开发WDM型的USB设备驱动程序 关键词:USB WDM 设备驱动程序 DriverStudio-With the development of WDM-based DriverStudio the USB device driver Keywords: USB WDM device driver DriverStudio
Windows2000-XP-WDM-DEVICE-DRIVER
- 这是一本介绍win2000/xp下开发WDM驱动程序的书籍,一般是USB设备驱动用到的比较多,这个书相当的经典-This is a descr iption win2000/xp developed under WDM drivers for the books, generally used in USB device drivers are more significant in this book a classic! !
Windows_2000_XP_WDM_Driver_Development
- 本书主要介绍了用DriverStudio 3.1开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还有USB接口和PCI接口设备驱动程序WDM的开发。 本书附有20个典型的编程实例,便于读者学习和掌握。 本书是一本
Windows-WDM-driver-book
- WDM编程最佳的参考书籍,包含基础篇,提高篇,以及PCI,USB等的例子-WDM programming reference books, including The Basics, and improve the articles, as well as the PCI, USB, and other examples
bulk_USB_sample
- This code source is for usb developers to help the knowlege making windows usb wdm driver. -This code source is for usb developers to help the knowlege making windows usb wdm driver.
usb_driver_code
- This code source is for driver developers to help the making windows usb wdm driver.
WDMBOOK_XP
- This doc is for driver developers to help the making windows usb wdm driver.
8549057USBFilter1
- usb过滤驱动WDM(和KDM)是分层的,在构造设备栈时,IO管理器可以使一个设备对象附加到另外一个初始驱动程序创建的设备对象上。与初始设备对象相关的驱动程序决定的IRP,也将被发送到附加的设备对象相关的驱动程序上。这个被附加的驱动程序便是过滤驱动程序。过滤驱动可以在设备栈的任何层次中插入。IO管理器发出的IRP将会沿着右图的顺序从上往下传递并返回。因此,我们可以使用过滤驱动程序来检查、修改、完成它接收到的IRP,或者构造自己的IRP。(The USB filter driver WDM (an
myMouse-master
- 通过实现wdm鼠标过滤驱动,实现对USB鼠标操作的过滤,并提供模拟鼠标输入的接口给应用层(Simulate mouse input)
WDM设备驱动程序开发(武安河)配套光盘
- 键盘模拟,windows下通过c、c++实现的键盘usb驱动编程(Keyboard simulation, USB driver programming of keyboard realized by C and C + + in Windows)