搜索资源列表
windows驱动开发详解
- windows驱动开发入门书籍,值得一读!
Windows98_2000驱动程序编写方法
- windows98和windows2000的usb驱动开发的一个简单入门教程,有一个例子。-Windows98 and the usb drive the development of a simple entry guidance is an example.
Windows文件系统过滤驱动开发教程
- 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读
Supported_Device_Drivers
- 关于windowsce驱动开发的权威资料,驱动开发是windowsce中最为重要的环节-authority data about making windowsce s drive which is a most importent tache
Windows 2000驱动程序开发大全设计指南
- Microsoft® Windows® 2000的驱动程序开发包(DDK)文档总览给您详尽的信息,这些信息对编写Windows2000平台任何类型的驱动程序都是必须的。本文档也描述了Windows Driver Model(WDM)驱动程序,这些驱动程序在Windows2000和Microsoft® Windows® 98平台之间是源码级兼容的-Microsoftreg Windows 2000 Driver D
Windows文件系统过滤驱动
- 微过滤器驱动开发指南,本文翻译仅仅用做交流学习。我不打算保留任何版权或者承担任何责任。不要引用到赢利出版物中给您带来版权官司。本文的翻译者是楚狂人,如果有任何问题,你可以通过邮箱MFC_Tan_Wen@163.com,或者是QQ16191935,或者是MSN walled_river@hotmail.com与我交流。-Micro Filter Driver Development Guide, this translation only
MS Press - Programming the Microsoft Windows Drive
- 驱动程序开发者必备书,以归纳的方法讲解了如何进行驱动程序设计。作者是驱动开发领域的大牛Walter Oney 网站为http://www.oneysoft.com 有书的配套光盘升级程序-Driver Development essential, to incorporate the method on how to conduct the driver design. The writer is a drive to dev
Windows设备驱动程序设计课件2
- 一个非常好的驱动程序开发资料,用PPT格式,内容丰富,是个很好的驱动程序设计参考资料-a very good driver development information with the PPT format, rich in content, is a very good driver reference design
Windows设备驱动程序设计课件3
- 一个非常好的驱动程序开发资料,用PPT格式,内容丰富,是个很好的驱动程序设计参考资料-a very good driver development information with the PPT format, rich in content, is a very good driver reference design
Windows设备驱动程序设计课件4
- 一个非常好的驱动程序开发资料,用PPT格式,内容丰富,是个很好的驱动程序设计参考资料-a very good driver development information with the PPT format, rich in content, is a very good driver reference design
Windows设备驱动程序设计课件5
- 一个非常好的驱动程序开发资料,用PPT格式,内容丰富,是个很好的驱动程序设计参考资料-a very good driver development information with the PPT format, rich in content, is a very good driver reference design
Windows设备驱动程序设计课件6
- 一个非常好的驱动程序开发资料,用PPT格式,内容丰富,是个很好的驱动程序设计参考资料-a very good driver development information with the PPT format, rich in content, is a very good driver reference design
Windows设备驱动程序设计课件7
- 一个非常好的驱动程序开发资料,用PPT格式,内容丰富,是个很好的驱动程序设计参考资料-a very good driver development information with the PPT format, rich in content, is a very good driver reference design
Windows设备驱动程序设计课件8
- 一个非常好的驱动程序开发资料,用PPT格式,内容丰富,是个很好的驱动程序设计参考资料-a very good driver development information with the PPT format, rich in content, is a very good driver reference design
BlueteethDriverDemo
- windows下的蓝牙驱动,包含windows下驱动开发的大概框架。-windows of Bluetooth-driven, including driving under the windows of about development fr a mework.
MouseDriver
- 鼠标驱动程序源代码,windows下WDM开发。-mouse driver source code, windows WDM under development.
WINDOWSWDMquick
- WINDOWS WDM驱动开发快速入门,快速配置环境,建立驱动,不使用DS-Windows WDM Driver Development Quick Start, rapid distribution of the environment, the establishment of driving, non-use of DS
Windows
- 本书非常适合熟悉Windows应用编程的读者转向驱动开发。所有的内容都从最基础的编程方法入手。介绍相关的内核API,然后举出示范的例子。这本书只有不到70页,是一本非常精简的小册子。所以它并不直接指导读者开发某种特定类型的驱动程序。而是起到一个入门指导的作用。-This book is very familiar with the Windows application programming for the development o
Windows驱动开发技术详解参考代码
- Windows常用驱动源码,可以实现大部分Windows驱动。(Windows common driver source code)
Windows文件系统过滤驱动开发教程
- 学习windows内核编程时,查找的相关资料,Windows文件系统过滤驱动开发教程(Windows file system filter driver development tutorial)