资源列表
lcd12864register
- 在stm32下,LCd12864驱动程序-lcd 12864 register driver
FTDINEWestDriver
- FTDI Chip Newest Driver
qudongchengxu
- 驱动程序编写者指南,包括:驱动程序开发环境 测试驱动程序-Driver writers guidelines, including: driver test driver development environment
qudong
- 这个驱动开发的教程pdf,驱动程序编写者指南-The driver development tutorial pdf, driver writers guide
idsutils
- This a collection of utilities to create/maintain IDS files for IDA Pro-This is a collection of utilities to create/maintain IDS files for IDA Pro
xPCaCanDriver
- matlab/xPC平台下CAN总线驱动模块的实现,包括初始化部分和收发部分,在Matlab6.5和Matlab7.0环境下调试。-CAN driver code writen by S-function on the matlab/xPC platform.
outlook-splitter
- 这是一个分割窗口的程序,加了一个LCD窗口请大家自行研究
WINCE--USB-DRIVER
- 无线传输,基于WINCE的USB驱动,无线网卡驱动-WINCE USB DRIVER
121
- 1.7.3 自动准备 开始的 艰苦冰河时代就卡后但是 -1.7.3 Automatic ready to start the hard ice age on the card but
xps printer driver
- xps 打印机驱动
firmware_sample
- 这个驱动源程序介绍了怎样通过Windows 系统将USB驱动固件下载到下位机芯片:TUSB3410, TUSB3210, TUSB2136 或TUSB5052-The purpose of this sample is to demonstrate how to use WinDriver to implement a firmware download to Texas Instruments TUSB3410, TUSB3210, TUSB2136 and TUSB5052 dev
linux_driver_edition
- 驱动程序在 Linux 内核里扮演着特殊的角色. 它们是截然不同的\"黑盒子\", 使硬件的特殊的一部分响应定义好的内部编程接口. 它们完全隐藏了设备工作的细节. 用户的活动通过一套标准化的调用来进行, 这些调用与特别的驱动是独立的 设备驱动的角色就是将这些调用映射到作用于实际硬件的和设备相关的操作上. 这个编程接口是这样, 驱动可以与内核的其他部分分开建立, 并在需要的时候在运行时\"插入\". 这种模块化使得 Linux 驱动易写, 以致于目前有几百个驱动可用.