搜索资源列表
WDM
- WDM 驱动程序开发文档-WDM Driver Development Documents
Windows 2000驱动程序开发大全设计指南
- Microsoft® Windows® 2000的驱动程序开发包(DDK)文档总览给您详尽的信息,这些信息对编写Windows2000平台任何类型的驱动程序都是必须的。本文档也描述了Windows Driver Model(WDM)驱动程序,这些驱动程序在Windows2000和Microsoft® Windows® 98平台之间是源码级兼容的-Microsoftreg Windows 2000 Driver Development Kit (DDK) to your d
2004-10-12_windows 2000驱动程序开发大全
- 本文档也描述了Windows Driver Model(WDM)驱动程序,这些驱动程序在Windows2000和Microsoft® Windows® 98平台之间是源码级兼容的。-This document also describes the Windows Driver Model (WDM) driver, the driver in Windows 98 and Windows platform Microsoftreg between source-compatible.
2002-12-23_windows wdm设备驱动程序开发
- windows wdm设备驱动程序开发书,配套源码-windows wdm device driver development, supporting source
wdm动态装载
- 动态装载WDM驱动程序,包含DEMO工程,用vc6.0编译通过.-dynamic loading WDM, including DEMO works with vc6.0 compile.
pci 卡DMA驱动程序
- 这个源码是pci卡,在windows环境下wdm驱动程序的实现。-this source is pci cards, in the windows environment wdm drivers realized.
WDM驱动编程入门文档
- wdm入门的程序,详细讲解windows的工作原理和驱动程序的结构-wdm entry procedures, elaborate windows, the principle and structure of the Driver
WDM-driver-program
- WDM驱动程序设计 一.WDM简介 微软不断推出新的操作系统,现在Windows98和Windows2000已经成了主流,原先用来实现驱动程序的VxD技术随着Win95的淡出也慢慢地将退出历史舞台,在Windows98和Windows2000中设备驱动程序将根据Windows驱动程序模型(WDM)来设计。WDM通过提供一种灵活的方式来简化驱动程序的开发,在实现对新硬件支持的基础上减少并降低所必须开发的驱动程序的数量和复杂性。 -WDM Driver Design 1.
Windows WDM设备驱动程序开发指南
- 书籍《Windows WDM设备驱动程序开发指南》的源代码。-books, "Windows WDM Device Driver Development Guide" of the source code.
WDM设备驱动程序开发
- WDM设备驱动程序开发,USB,PCI原代码,共七个文档构成
Wdm
- 本实验利用 WDM 驱动程序模型,将4 个字节的内存空间作为一个设备,安装在主机。 测试程序试图访问该设备,并对它进行存取。本实验按照 WDM 驱动程序模型编写,并获 得 makefile、source、wmi.mof等文件,在 WinXP Checked Build Enviroment 下进行编译。然 后利用测试文件对其进行测试
WDM驱动程序构造的若干方法及实例
- WDM驱动程序构造的若干方法及实例-WDM structure of a number of methods and examples
WDM驱动程序入门――HelloWDM
- 虽然小,但给出了WDM编程的框架,算是给初学者指路吧-small, but WDM is a programming framework that is guiding it to beginners
pcie驱动开发
- 一个pcie驱动程序源代码,对于从事pci/pcie驱动开发的初学者,很有参考意义。
驱动开发
- 驱动开发环境搭建vs6.0+ddk 2600+windows xp+Driver Studio 3.2 2010-07-07 09:35 驱动开发环境之Windows XP DDK2600,VC++ 6.0, Driver Studio 3.2 神秘的驱动开发,神秘的WINDOWS内核,是什么把这些搞得这么神秘呢? 搭Windows驱动开发平台. 要安装的东西都有这些:在Windows XP的基础上,先装上VC++6.0,再装DDK2600(也就是DDK的XP版),最后装 Driver Stud
描述了如何加载NT式和WDM驱动程序
- 驱动加载程序,它描述了如何加载NT式和WDM驱动程序,Driver loader, it describes how to load the NT drivers and WDM
WDM_DriverStudio
- WDM驱动程序实例,用DriverStudio加vc-WDM driver for example, using DriverStudio plus vc
Windows2000-XP-WDM-DEVICE-DRIVER
- 这是一本介绍win2000/xp下开发WDM驱动程序的书籍,一般是USB设备驱动用到的比较多,这个书相当的经典-This is a descr iption win2000/xp developed under WDM drivers for the books, generally used in USB device drivers are more significant in this book a classic! !
WDM_driver_code
- WDM驱动程序介绍PPT和源码。内附一个测试程序-this is the code about the WDM driver ,deserved to download
Programming_WDM_Chinese
- WDM驱动程序开发,详细介绍了如何进行WDM开发。-Programming WDM。