搜索资源列表
WDM-driver-how-to
- WDM驱动的一篇不错的好文章,对要进入驱动开发的同志们是不份不错的启蒙篇。-WDM Driver of a good, well-article on access to drive development of the Comrades is not good for the enlightenment chapter.
ifsdoc
- 文件系统驱动开发的文档资料(IFS DDK),包括新文件过滤接口程序员指南.rar,实现对硬盘的监控.txt,文件重定向操作.txt,注册表重定向.txt,DLL函数重定向的问题.txt,关于文件夹地隐藏.txt等。-file system driver development Documentation (IFS DDK), including new file filters Interface Programmer's Guide. rar, the hard drive moni
linux_drive_CN
- linux驱动开发中文版,包括中断,DMA,PCI,USB,串并口,显示等-linux-driven development of Chinese language version, including the interruption, DMA, PCI, USB, serial port and parallel port, the display
Windows_device
- windows下设备驱动开发书籍你不错的选择-windows Device Driver Development books you a good choice
LinuxLCD
- LINUX 下LCD的驱动开发.希望对大家有用-LINUX LCD Driver Development. We hope to useful
linuxdrive
- LINUX驱动开发中文 ,希望对大家有用,多多指教-LINUX-driven development of Chinese language, we hope to useful, exhibitions
Linuxnetdriverdevelope
- 一个关于LINUX下的网卡驱动开发过程的分析文档.看看其分析过程还是比较有益的-a LINUX on the card-driven development process of documentation. Look at their analysis or comparison useful
USBdriver_jiaocheng
- 简明易懂的USB驱动开发教程。针对linux系统-easily understandable USB Driver Development Guide. Against linux system
Test-drivenn_development
- 测试驱动开发(TDD)以测试作为开发过程的中心,它要求在编写任何产品代码之前, 首先编写用于定义产品代码行为的测试,而编写的产品代码又要以使测试通过为目的。 测试驱动开发要求测试可以完全自动化的运行,在对代码进行重构前后必须运行测试。这是一种革命性的开发方法, 能够造就简单、清晰、高质量的代码。 -test-driven development (TDD) to test as the center of the development process, It requires th
farsight050723linux2
- 华清远见的讲座精华内容,主要讲linux驱动开发,还是很有收获的-Huaqing vision of the essence of the talks, the main speaker linux-driven development, or rewarding
Farsight060325Linux3
- 华清远见的讲座精华内容的第三部分,主要讲linux驱动开发,还是很有收获的-Huaqing vision of the essence of the talks as the third part, the main speaker linux-driven development, or rewarding
redirect
- IO重定向、PNP和POWER重定向,主要介绍驱动开发中IRP_MJ_CREATE的重定向问题. -IO redirect, PNP and the POWER redirect, Drivers on the main development IRP_MJ_CREATE the redirect issue.
VxWorksDeviceDriverDevelopment
- Vxworks 下板卡驱动开发手册,详细介绍了驱动程序开发的概念、方法-Vxworks under Card Driver Development Manual, detailing a driver development concepts, methods
LinuxUSBdrive
- Linux系统下USB摄像头驱动开发。适合有一定嵌入式系统基础的开发人员。
Windows文件系统过滤驱动开发教程
- 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cac
Flash M25P64驱动开发与应用a
- Flash M25P64驱动开发与应用a
DRIVER.驱动开发工具集
- 驱动开发工具集,含DebugView,DriverMonitor,IRPTrace,WinObj,DeviceTree.exe,DiskView.exe,EzDriverInstaller.exe,IceSword.exe 很齐全,Driver development tools, including DebugView, DriverMonitor, IRPTrace, WinObj, DeviceTree.exe, DiskView.exe, EzDriverInstaller.exe,
Book-LinuxDrive
- 《Linux设备驱动开发详解》宋宝华 高清 非影印版本 《Linux设备驱动开发详解》是一本介绍Linux设备驱动开发理论、框架与实例的书,《Linux设备驱动开发详解》以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux设备驱动理论;字符设备、块设备、TTY设备、IC设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关
TDD-测试驱动开发
- 测试驱动开发ppt,可以作为培训资料使用,培训的对象包括:软件开发工程师,测试工程师,产品经理,系统工程师(Test driven development PPT can be used as training data. The training targets include software development engineer, test engineer, product manager, system engineer)
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为