CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - WDM

搜索资源列表

  1. DriverWizard.awx

    1下载:
  2. 一个用VC6开发wdm驱动的模板及源代码-A wdm driver using VC6 to develop a template and source code
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-13
    • 文件大小:29279
    • 提供者:雪妖
  1. ThreadDMA 用DDK编写的一个用于DMA传输的驱动源代码

    2下载:
  2. 用DDK编写的一个用于DMA传输的驱动源代码。 是一个学习WDM DMA传输机制的好东西。-Written with the DDK for a DMA transfer driver source code. Is a learning WDM DMA transfer mechanism a good thing.
  3. 所属分类:Windows编程

    • 发布日期:2012-10-04
    • 文件大小:20602
    • 提供者:JassonZeng
  1. WDM_DriverStudio

    0下载:
  2. WDM驱动程序实例,用DriverStudio加vc-WDM driver for example, using DriverStudio plus vc
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-04
    • 文件大小:329600
    • 提供者:tmdcnmtmd
  1. Windows_WDM_Teaching

    1下载:
  2. WindowsWDM驱动开发简明教程,超清晰PDF格式。共有51页,对VC6下开发WDM驱动做了非常详细的说明,是不可多得的技术资料。-Concise Guide WindowsWDM-driven development, ultra-clear PDF format. A total of 51, on the development of WDM driver under VC6 done a very detailed descr iption of the technical info
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-07
    • 文件大小:1777017
    • 提供者:高见
  1. Delphi_WDM_USB

    2下载:
  2. 用Delphi开发的USB源程序,基于微软WDM框架,使用Delphi开发最大的好处是可以使用其RAD特性,加快应用程序开发。-USB development with Delphi source code, based on the Microsoft WDM framework for the development of the use of Delphi
  3. 所属分类:Driver Develop

    • 发布日期:2015-07-07
    • 文件大小:18763
    • 提供者:Ferret
  1. DriverTool

    0下载:
  2. WDM驱动开发常用工具整理,包含 1.DebugView 2.geninf 3.IRPTrace 4.SymLinks 5.VC6所自带工具 6.WdmSniff 7.Winobj 8.devicetree 9.EzDriverInstaller.exe 10.monitor.exe 11.dbg_x86_6.8.4.0.msi 等,均为个人收集.现整理出来与大家共享-WDM Driver Development Tools finishing,
  3. 所属分类:Driver Develop

    • 发布日期:2016-01-25
    • 文件大小:25796607
    • 提供者:Alan Xie
  1. WDM-R-W-IO-DRIVER

    0下载:
  2. 本驱动程序采用WDM驱动编写方式,主要功能是在Windows XP下能够向指定的I/O端口写入一个或多个字节,能够从指定的I/O端口读出一个或多个字节,能够同时支持多个用户程序。 测试程序的功能就是针对驱动程序的各项功能进行测试,看其是否能够正常运行。 -This driver is written using WDM driver mode, the main function is to be able to specify under Windows XP' s I/O po
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:439983
    • 提供者:hexiaoya
  1. WindowsDriverModel(WDM)

    0下载:
  2. 关于WDM的经典书籍《Windows Driver Model(WDM)-中文》-WDM' s classic book on " Windows Driver Model (WDM)- Chinese"
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-23
    • 文件大小:7210464
    • 提供者:凝霜
  1. Wdm

    0下载:
  2. PCI接口驱动程序,IO口的直接读取,中断控制等等。-PCI interface driver, IO port directly read, interrupt control and so on.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-10
    • 文件大小:1617534
    • 提供者:liuYONG
  1. WDM_Driver

    0下载:
  2. hello WDM 驱动源码(最简单的Windows WDM驱动源码)-hello WDM driver source code (the most simple Windows WDM driver source)
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:16825
    • 提供者:sulen lv
  1. Programming WDM

    3下载:
  2. Windows驱动开发,含有很多例子--The Windows drivers software developing, and it has many examples
  3. 所属分类:驱动编程

    • 发布日期:2014-03-07
    • 文件大小:6242962
    • 提供者:站长
  1. wdmdriv3

    0下载:
  2. windows WDM 设备驱动程序的一些例子 -Some examples for windows WDM
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-09
    • 文件大小:1053549
    • 提供者:站长
  1. wdmdrivers

    0下载:
  2. wdm入门驱动程序-Getting Started wdm driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:6058
    • 提供者:俞孙皓
  1. Windows_WDM_sourcecode

    0下载:
  2. Windows WDM 设备驱动程序开发指南(源码)-Windows WDM Device Driver Development Guide (source)
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:537145
    • 提供者:tmdcnmtmd
  1. Programming_the_Microsoft_Windows_Driver_Model_eBo

    0下载:
  2. Windows 2000 驱动编程,WDM驱动程序的基本结构和基本编程技术。-Programming Windows 2000 driver, WDM driver for the basic structure and fundamental programming techniques.
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-23
    • 文件大小:7210467
    • 提供者:Nike
  1. odfgl3mn2scenwnach

    0下载:
  2. very comprehensive example, windows WDM driver development ex The use of drive technology can s Say all ?� � e full speed equipm STM32 DAC DMA TIXINGBO Implement hiding process, make pr dma ddk driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-14
    • 文件大小:4711
    • 提供者:Kamelin
  1. Windows-usb-driverstdio

    0下载:
  2. 用DriverStudio开发WDM型的USB设备驱动程序 关键词:USB WDM 设备驱动程序 DriverStudio-With the development of WDM-based DriverStudio the USB device driver Keywords: USB WDM device driver DriverStudio
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-04
    • 文件大小:17557
    • 提供者:clins
  1. wdm-ch3

    0下载:
  2. 開發WDM驅動程式參考書籍Chapter 3-WDM driver for the development of Chapter 3 of reference books
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-01
    • 文件大小:328948
    • 提供者:劉宇紘
  1. Windows_WDM_Device_Driver_Development

    0下载:
  2. Windows WDM 设备驱动程序开发指南,是学习WDM驱动的好书。-Windows WDM Device Driver Development Guide, is to learn from the good WDM drivers.
  3. 所属分类:驱动编程

    • 发布日期:2017-11-17
    • 文件大小:46973378
    • 提供者:pannb
  1. vcom

    0下载:
  2. 虚拟串口驱动程序!WDM 实现本机虚拟出多个串口-Virtual Serial Port Driver! WDM to achieve a number of local virtual serial port
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:518939
    • 提供者:mf
« 1 23 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com