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

搜索资源列表

  1. Windows设备驱动程序WDF开发

    1下载:
  2. 武安河编著《Windows设备驱动程序WDF开发》配套源代码。
  3. 所属分类:驱动编程

  1. Windows WDF usb driver sample

    1下载:
  2. This is a good sample for Windows WDF USB driver development.
  3. 所属分类:其它程序

  1. WDFBOOK.rar

    0下载:
  2. 本光盘为《Windows设备驱动程序WDF开发》书籍的配套光盘。光盘中含有书中所有实例的驱动程序和应用程序的全部源代码,以及生成的驱动程序和可执行的应用程序。除USBSample和PCISample实例因需要硬件设备的支持,读者无法运行外,其他11个实例均可在Windows XP和Windows Vista下运行。,The CD-ROM for the " Windows Device Driver Development WDF" book package CD-ROM. B
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1023.01kb
    • 提供者:sck007
  1. ramdisk

    2下载:
  2. 建立RAM上的硬盘WDF驱动程序。用WDK和VS2005编译。用附加INF安装。 -RAM disk driver to demonstrate how to write WDF windows device driver.
  3. 所属分类:驱动编程

    • 发布日期:2012-11-08
    • 文件大小:1.69mb
    • 提供者:Gary Li
  1. river_hook

    0下载:
  2. 网上大牛写的WDF驱动编程的例子,对学习windows WDF驱动有帮助-Online Writing the WDF Daniudi example-driven programming, the study has helped drive windows WDF
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:361.52kb
    • 提供者:孙乾
  1. stupid

    0下载:
  2. Windows Driver Framework编成例子-STUPID.SYS sample driver-- the minimal WDF driver used to illustrate Walter Oney s summary article on Windows Driver Framework
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-15
    • 文件大小:7.41kb
    • 提供者:chuanfu
  1. Windows_Kernel_Security_Programme

    3下载:
  2. 这是《寒江独钓——Windows内核安全编程》配书光盘,源码包括:Windows串口与键盘过滤驱动、Windows虚拟存储设备与存储设备过滤驱动、Windows文件系统过滤驱动、文件系统透明加密/解密驱动、Windows各类网络驱动(包括TDI过滤驱动及3类NDIS驱动),以及最新的WDF驱动开发模型-This is the " Snowy River fishing alone- Windows kernel security programming" book with C
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1.95mb
    • 提供者:lq7972
  1. WindowsDeviceDriverCode

    0下载:
  2. windows设备驱动开发,使用最新的WDF模型-windows Driver Development using WDF
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-11
    • 文件大小:2.2mb
    • 提供者:丽丽
  1. wdf-arch

    0下载:
  2. Microsoft Windows驱动基础架构(WDF)的说明文档-This paper provides information about the Windows Driver Foundation (WDF)
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:210.72kb
    • 提供者:Ybemf Chen
  1. UMDF-samp

    0下载:
  2. This paper provides information about the sample drivers that are supplied with the user-mode driver framework (UMDF), which is a component of the Windows Driver Foundation (WDF) for the Microsoft Windows family of operating systems. It steps through
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:79.81kb
    • 提供者:McBit
  1. umdf-arch

    0下载:
  2. The Windows Driver Foundation (WDF) includes frameworks to support the development of both user-mode and kernel-mode drivers. The user-mode driver framework (UMDF) enables drivers for some types of devices to run in user mode instead of kernel mode.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:147.64kb
    • 提供者:McBit
  1. USB_WDF

    0下载:
  2. A primary design goal for Windows Driver Foundation (WDF) was to make the driver models easy to extend to support new types of hardware. The first specialized input/output (I/O) targets in both User-Mode Driver Framework (UMDF) and Kernel-Mode Driver
  3. 所属分类:USB develop

    • 发布日期:2017-03-23
    • 文件大小:92.34kb
    • 提供者:McBit
  1. WritingUSBDriverswithWDF

    0下载:
  2. A primary design goal for WDF was to make the driver models easy to extend to support new types of hardware. The first hardware-specific specialized I/O targets in both UMDF and KMDF support USB devices. You can use the USB I/O targets to write a ful
  3. 所属分类:USB develop

    • 发布日期:2017-04-03
    • 文件大小:72.86kb
    • 提供者:guest
  1. KMDF_driver_study

    0下载:
  2. windows wdf 驱动开发资料,目前网上的驱动开发基本上都是wdm的,我上传个WDF的,欢迎下载-windows wdf driver develop,welcome to download it
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-15
    • 文件大小:3.67mb
    • 提供者:zhong
  1. RegSample

    0下载:
  2. 基于WINDOWS最新驱动模型wdf的registry驱动程序。-registry driver based on WDF
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1.84mb
    • 提供者:孙丽
  1. Windows wdf pdf and source

    2下载:
  2. 压缩包是电子书和源码。 《Windows设备驱动程序WDF开发》既适合具有一定计算机硬件及C/C++语言基础的计算机应用开发人员阅读,也适合作为计算机应用开发人员和高等院校学生的实用参考书。Windows最新的WDF驱动程序框架,包括KMDF和UMDF,KMDF是WDM的继续。本书主要介绍KMDF设备驱动程序的原理及编程方法;详细介绍KMDF对象及程序基本框架,KMDF和应用程序之间的通信、即插即用和电源管理的编程技术,过滤器驱动程序,KMDF访问硬件设备、处理硬件中断、实现DMA操作的编
  3. 所属分类:驱动编程

    • 发布日期:2013-01-12
    • 文件大小:52.73mb
    • 提供者:阿忠
  1. VirtualSerial

    0下载:
  2. windows 虚拟串口的wdf驱动源码(windows virtual serial port wdf driver)
  3. 所属分类:驱动编程

    • 发布日期:2017-12-21
    • 文件大小:30kb
    • 提供者:S.P.
  1. serenum

    0下载:
  2. windows串口serenum驱动源码(windows serial port serenum driver)
  3. 所属分类:驱动编程

    • 发布日期:2017-12-18
    • 文件大小:41kb
    • 提供者:S.P.
  1. Windows设备驱动程序WDF开发

    1下载:
  2. 网卡的设计与实现参考书籍,学习资料,wDF开发(Design and Implementation of Network Card)
  3. 所属分类:其他

    • 发布日期:2021-02-13
    • 文件大小:15.78mb
    • 提供者:junlintianxia6
  1. windows驱动WDF开发

    0下载:
  2. 该文档主要介绍wdf模式下驱动的开发,包括驱动的生成,发布,和安装
  3. 所属分类:软件工程

« 12 »
搜珍网 www.dssz.com