搜索资源列表
PC的USB驱动程序开发
- 封锁键盘鼠标的源程序.zip 通过驱动的非底层程序-blockade keyboard and mouse of the source. Zip drives through the bottom of procedures
USB 驱动开发技术彻底解密
- USB 驱动开发技术彻底解密-USB Driver Development thorough decryption
Wince-USB
- Wince下usb驱动的介绍。是微软的培训教程。对想了解CEUSB驱动的开发人员有邦助.
VC++USB
- VC++实现USB驱动,开发环境VC6.0
usbdrive
- USB驱动开发介绍 USB技术的开发和应用是微型计算机外部总线结构的重大改革。
USB-expliot
- USB驱动开发教程,详细介绍了如何对USB驱动进行开发,结构清晰,目录明确。
usb
- MTK平台绝密核心代码之 USB驱动,是学习研究MTK平台的重要代码,也是做其他类似平台开发的良好参考代码,贡献出来与大家分享。-MTK platform for top-secret code of the USB core is driven study MTK platform is an important source, but also other similar platforms to do a good reference code, contribute to share w
USB
- USB应用开发技术大全后光盘资料,教你一步一步用vc++开发出属于自己的usb驱动程序,在使用时,最好备有ezusb开发工具-USB application development technology, CD-ROM after the Daquan, teach you step by step using vc++ to develop their own usb driver, when in use, the best development tools available ezus
usb2.0ProductDrive
- usb2.0原理与工程开发(第二版),pdf格式,里面有很多usb 产品开发的例子,对学习usb原理,usb设备驱动开发很有帮助-USB2.0 Principle and Project Development (second edition), pdf format, there are many examples of product development usb, usb learning principle, usb device driver development of helpf
080889B
- windows 2000 及以上系统下,usb驱动的开发初级教程。能够轻松对相关概念做了解-usb drives to develop
Windows
- Windows驱动开发技术详解 PDF文档.有USB开发-Windows driver development techniques detailed PDF document. There are USB Development
usb
- MTK手机USB驱动程序,使用 MTK C++开发环境编译-MTK Mobile USB Driver
USB_Driver_develop
- USB驱动开发的相关介绍和指导,希望对您有用。-USB driver develop
driverbook
- usb驱动程序开发大全,usb驱动开发必备-usb driver development Daquan, usb driver development necessary
DRIVERS
- USB驱动程序,包括sys,inf.对USB驱动开发很有帮助。-USB drivers, including sys, inf. On USB driver development helpful.
snull.usb.linux.driver.design
- linux 驱动snull usb 设计开发代码snull usb linux driver design and development code -snull usb linux driver design and development code
USB-Open-Source-Project
- 百合网发起的USB开源项目-Easy USB 51 Programer,包含了比较完整的USB开发知识及范例,适合嵌入式开发或者驱动开发参考。我仅仅做了汇总,没有去除原有任何版权或者连接信息,避免以后网站失效时无法找到这么好的资料。-Lily network open source project initiated by USB-Easy USB 51 Programer, includes a fairly complete USB development of knowledge and
USB
- 本文主要介绍USB 驱动开发技术,以及相关技术的实际应用。-This paper introduces the USB-driven development techniques, and practical application of related technologies.
PDIUSBD12-USB
- PDIUSBD12 USB驱动开发资料-PDIUSBD12 USB driver development information
libusb usb驱动开发
- libusb 设计了一系列的外部API 为应用程序所调用,通过这些API应用程序可以操作硬件,从libusb的源代码可以看出,这些API 调用了内核的底层接口,和kernel driver中所用到的函数所实现的功能差不多,只是libusb更加接近USB 规范。使得libusb的使用也比开发内核驱动相对容易的多。