搜索资源列表
WindowsCE_Dev
- Windows CE 设备驱动程序开发指南,介绍了为基于Windows CE的设备开发设备驱动程序的过程。解释了如何创建简单和流接口驱动程序,以及如何实现USB和NDIS驱动程序。-Windows CE Device Driver Development Guide, introduced a Windows CE-based equipment device driver development process. Explain how to create a simple interface
Windows_device
- windows下设备驱动开发书籍你不错的选择-windows Device Driver Development books you a good choice
Windows
- Windows平台下的设备驱动程序开发------论文
WALTONEY
- 本文件是WDM(WINDOWS DRIVER MODEL)的原版书籍,做WINDOWS驱动开发必读的一本书!
Windows文件系统过滤驱动开发教程
- 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cac
qdkf
- Windows文件系统过滤驱动开发教程 . 作者,楚狂人自述 驱动开发 WORD版-Windows File System Filter Driver Development Course. Author, Chu Madman Driven Development Readme WORD Version
PB_WinCE
- 使用platform builder开发wince嵌入式系统指导,内容包括: 使用Platform Builder配置Windows CE操作系统 3 引言 3 1 建立配置Windows CE的软硬件环境 3 2 Platform Builder 3.0提供的配置文件 4 3 设置环境变量、生成映像文件NK.BIN 6 4 修改配置文件添加RTL8139网卡驱动 8 5 总结 9 Platform Builder之旅(一) 10 Platform Build
Windows
- windows 驱动开发井带内,为你答疑解惑 一些重点内容有深入讲解 如多线程和时间 以及定时器的使用等-windows-driven development wells band for your FAQ to explain in depth some key elements such as multi-threading and time, as well as the use of timers
DesignCPCIanalogonFPGA
- 本文实现了8通道的12位D/A模拟输出板卡的设计。该设计是基于FPGA的3U CPCI板卡,可以提供8通道的模拟电压和电流输出,各路电压输出范围可以配置成0~5V、0~10V、-5~5V或-10V~10V,各路输出电流可以配置成4~20mA、0~20mA或0~24mA。本设计摒弃了常规的CPCI接口芯片,采用FPGA十PCI IP CORE的设计方案,大幅度提高了系统的集成度和调试速度,缩短了系统的开发周期。方案使用专门的WDM (windows driver model)开发工具Driver
Driver-development
- Windows下的驱动开发说明并介绍如何测试已经开发好的驱动程序。-Driver development under Windows instructions and describes how the test has developed a good driver.
file-system-filter-driver-develop
- 楚狂人的Windows文件系统过滤驱动开发教程-Madman of Chu Windows File System Filter Driver Development Guide
Windows.7.Device.Driver
- [Windows.7.设备驱动程序开发].(Windows.7.Device.Driver).Reeves,.文字版[ED2000.COM-diriver development on win7
VSDriver
- 基于vs2010的windows驱动开发平台-vs2010&driver development environment
Windows-File-System-Filter-Driver
- Windows文件系统过滤驱动开发教程(第二版)-Windows File System Filter Driver Development Guide (Second Edition)
Developing-Drivers-Windows
- Windows下驱动程序编写详细介绍,各种驱动程序开发过程中的细节问题-Under Windows driver programming details, various drivers in the details of the development process
Windows7-driver
- win7下驱动开发环境搭建资料,Windows7+WDK+VS2010+VisualDDK驱动开发环境搭建-Windows 7 driver development environment
基于ARM 与WINCE 的RS485 驱动程序设计
- 随着工业设备控制要求的日益复杂,嵌入式的工业控制系统成为必然趋势。由于RS485 具有良好的抗干扰性、传输距离长和多站能力等优点,在工业控制领域中应用最广泛。为了开发基于ARM9 内核和Windows CE 5.0 系统的RS485 驱动程序,首先给出了硬件电路设计,接着阐述了Windows CE 系统的驱动模型以及中断处理方法;然后详细描述了RS485 驱动程序的具体设计过程,包括驱动程序的结构设计、关键函数设计、驱动程序的注册和加载等。实验结果表明,RS485 驱动程序运行稳定可靠。
help-to-Develop-windows-Printer-
- windows 打印机驱动程序底层DDI函数使用心得与笔记,帮助驱动程序开发-windows printer drivers underlying DDI function using the experience and notes to help driver development
windows驱动WDF开发
- 该文档主要介绍wdf模式下驱动的开发,包括驱动的生成,发布,和安装
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为