rohn 在 2008-06-05 11:35:28 上传
说明:Windows系統性能監控(CPU,MEMORY)
开发平台:C# | 大小:200KB | 下载27次
siaswolf 在 2008-06-04 09:56:05 上传
说明:一本很好的Windows编程学习书籍 Programming_WDM(source code) 各位朋友可以下载
开发平台:Visual C++ | 大小:2087KB | 下载6次
wayneyqk 在 2008-05-26 10:05:04 上传
说明:有关使用windowsddk开发wdm驱动程序的一般介绍
开发平台:C/C++ | 大小:197KB | 下载19次
ray1234 在 2008-05-15 16:50:29 上传
说明:摄象头控制捕捉,ChrisTV Professional - best program for viewing TV on your PC - developed for TV Tuners with WDM Drivers installed. Supports all TV Cards based on BT8x8 chipset, Philips SAA713x chipset,Conexant CX2388x. Great Image quality and very easy to use.
开发平台:Delphi | 大小:1099KB | 下载21次
kurtjc 在 2008-05-06 23:36:01 上传
说明:本实验利用 WDM 驱动程序模型,将4 个字节的内存空间作为一个设备,安装在主机。 测试程序试图访问该设备,并对它进行存取。本实验按照 WDM 驱动程序模型编写,并获 得 makefile、source、wmi.mof等文件,在 WinXP Checked Build Enviroment 下进行编译。然 后利用测试文件对其进行测试
开发平台:Visual C++ | 大小:76KB | 下载17次
sz_yangzc 在 2008-05-04 22:38:47 上传
说明:如何用vc来实现directShow编程WDMWDM与VFW的实例.
开发平台:Visual C++ | 大小:21KB | 下载24次
dairlily 在 2008-04-14 15:05:54 上传
说明:本书主要介绍DriverStudio开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还USB接口和PCI接口设备驱动程序WDM的开发。   
开发平台:Others | 大小:52508KB | 下载332次
随机应变 在 2008-04-11 17:32:20 上传
说明:第一章 WDM驱动程序开发环境的建立 第二章 建立一个PCI处理的基本程序框架 第三章 PCI资源配置的获取 §1.KResource Assignment类定义 §2.Windows98/2000下PCI 资源配置的获取 第四章 输入输出处理 §1.KIoRange类的说明 §2.I/O处理的框架产生方法 §3.I/O处理驱动程序及应用程序相关部份范例 第五章 中断处理 §1.生成中断处理驱动程序的框架 §2.怎样建立一个中断处理 §3.延迟处理过程调用 §4.怎样从内核驱动程序向应用程序发消息 §5.中断服务例程范例 第六章 驱动开发的要点 PLX9052 PCI板卡的开发 第一章 概述第二章 9052简介第三章 局部总线操作第四章 功能描叙 第 五 章 ISA接口方式107第六章 PCI总线开发步骤附录 PCI9052开发板使用说明
开发平台:Visual C++ | 大小:719KB | 下载519次
ershibahuasheng 在 2008-04-11 15:03:42 上传
说明:本文件是WDM(WINDOWS DRIVER MODEL)的原版书籍,做WINDOWS驱动开发必读的一本书!
开发平台:Others | 大小:6097KB | 下载33次
zxcv2 在 2008-04-08 07:49:04 上传
说明:2.6内核的驱动,仅供参考,是USB摄像头驱动的必配驱动
开发平台:Visual C++ | 大小:51KB | 下载6次
jin02023343 在 2008-03-31 00:22:56 上传
说明:(68013)EZ-USB FX Manual Technical Reference EZ-USB FX完全手册!这个是超完整的手册,一共6M,CPU,寄存器,I/O,寄存器描述,等.一共436页,十八章
开发平台:PDF | 大小:3350KB | 下载333次
xianyj 在 2008-03-25 17:33:18 上传
说明:WSN中节点确定性部署算法代码,覆盖率达到100%,算法思路简单,易于实现
开发平台:matlab | 大小:2KB | 下载1102次
galaft 在 2008-03-22 21:31:47 上传
说明:用Cypress 68013开发的usb驱动程序,包括固件和WDM驱动,支持中断和bulk传输。
开发平台:C/C++ | 大小:2560KB | 下载291次
butfly 在 2008-03-19 14:15:48 上传
说明:usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.
开发平台:Visual C++ | 大小:55KB | 下载204次
vincente 在 2008-02-22 14:50:26 上传
说明:This book explains how to write, install, and debug device drivers for Windows 2000. It is intended to be a companion to the Microsoft DDK documentation and software. Windows 2000 represents a major improvement to previous versions of Windows NT. Device drivers for Windows 2000 may be designed for the new Windows Driver Model (WDM) architecture. If so, the driver will be source compatible with Windows 98. This book covers the new WDM specification. This book will also prove useful to those studying the internals of Windows 2000, particularly the I/O subsystem and related components.
开发平台:Windows_Unix | 大小:1841KB | 下载23次
gcswenbin 在 2008-02-22 11:35:15 上传
说明:经典驱动开发书籍《Windows WDM 设备驱动程序开发指南》(源码),非常好的东西,很适合驱动入门。
开发平台:Visual C++ | 大小:524KB | 下载60次
Mnkee 在 2008-02-02 11:45:26 上传
说明:Windows WDM驱动开发入门,基本配置和驱动安装、执行、调试说明。
开发平台:C/C++ | 大小:1736KB | 下载57次
feipeng0792 在 2008-01-25 23:55:01 上传
说明:windows 驱动开发——基于WDM的开发手册
开发平台:Visual C++ | 大小:2056KB | 下载47次
543848 在 2008-01-16 00:04:30 上传
说明:Windows 2000下PCI数据采集卡WDM驱动,非常完整
开发平台:C/C++ | 大小:447KB | 下载52次
numenshane 在 2008-01-11 11:58:39 上传
说明:winddk src目录下的WDM源码压缩!
开发平台:PDF | 大小:3378KB | 下载194次
fineday 在 2008-01-04 09:51:21 上传
说明:windows驱动,用来控制wdm驱动的pci设备,在PCI视频设备开发中是非常重要的组建
开发平台:Windows_Unix | 大小:231KB | 下载15次
guanbq021 在 2007-12-28 10:22:58 上传
说明:关于windows 底层驱动开发的资料 对WDM的讲解和详细 初学者的必备资料
开发平台:Others | 大小:7041KB | 下载18次
izhyheng 在 2007-12-19 11:21:46 上传
说明:WDM驱动程序参考例子,windows DDK编写.
开发平台:Visual C++ | 大小:108KB | 下载21次
zouguole 在 2007-12-14 14:41:08 上传
说明:windows环境下wdm开发的经典书籍,具有非常好的参考价值。
开发平台:Windows_Unix | 大小:9020KB | 下载1次
zouguole 在 2007-12-12 14:09:28 上传
说明:basicusb 是一个基本的usb开发的例程,包括wdm的基本过程
开发平台:Visual C++ | 大小:10KB | 下载3次
moco123 在 2007-12-04 21:32:19 上传
说明:Writing Windows WDM Device Drivers CD-ROM
开发平台:C/C++ | 大小:1914KB | 下载12次
dsysps 在 2007-11-29 17:21:44 上传
说明:windowswdm设备驱动程序开发指南电子书
开发平台:Windows_Unix | 大小:12234KB | 下载28次
gwei212 在 2007-11-27 20:36:33 上传
说明:wdm 是开发windws驱动的书籍 对想开发windows驱动的朋友很有帮助
开发平台:Visual C++ | 大小:1235KB | 下载1次
zhoujyzy 在 2007-11-27 10:31:34 上传
说明:对 PCI 9052 桥接芯片实现 PCI 接口, WDM 驱动程序构造方法,驱动程序 I/O传输操作,驱动程序各例程的主要代码实现,多线程完成多模块并行操作,LabWindows / CVI 实现虚拟仪器设计,套接字Socket 实现网络传输等关键技术进行详细阐述。
开发平台:Visual C++ | 大小:5219KB | 下载224次