搜索资源列表

  1. wdm_ioctl

    0下载:
  2. WDM驱动程序参考例子,windows DDK编写.-WDM driver reference example, windows DDK prepared.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:110592
    • 提供者:
  1. usb

    0下载:
  2. windows 的usb 驱动编写,用ddk编写的-usb driver windows of the preparation, prepared by DDK
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:龚健
  1. ssdtdump

    1下载:
  2. 获取SSDT列表的程序源码,部分代码用DDK编译开发-SSDT procedure to obtain a list of source code, some code developed using DDK compiler
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:27648
    • 提供者:unifix
  1. PassThru

    0下载:
  2. DDK中的PassThru,供学习驱动的人参考,非原创。-DDK in PassThru, for study and reference-driven, non-original.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:47104
    • 提供者:
  1. HideFileByDriver

    0下载:
  2. 用驱动隐藏文件。最精简版。ddk,c原码-Driven by hidden files. The most streamlined version. ddk, c source code
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:张力
  1. NativeDemo

    0下载:
  2. 不用ddk 编译一个 native app 应用 大家可能都比较熟悉,这个例子演示了如何用 vc2003 或 vc2005 来编译一个 native 类型的应用程序, 这个例子同时也演示了 native 应用中如何加载一个 驱动程序,以及通过 ioctl 和驱动程序交互,同时也演示了 native 应用程序如何通过键盘与用户交互-err
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:56320
    • 提供者:郑兴林
  1. testUSB

    0下载:
  2. 说明: DDK开发USB驱动 需要win2000或者winxp的DDK,才能编译。 -Descr iption: DDK development USB drive win2000 or winxp need the DDK, can be compiled.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-15
    • 文件大小:165888
    • 提供者:
  1. My2000ROOT

    0下载:
  2. 能够在windows 2000以上操作系统下隐藏特定的进程,在ifs ddk下编译通过-More than in windows 2000 operating system to hide a specific process, under the ifs ddk compiler through
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:163840
    • 提供者:熊剑
  1. TheWin2kDeviceDriverBookGuideForProgrammers2Ed

    0下载:
  2. 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 p
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:1885184
    • 提供者:vincente
  1. InfFile_V1.0

    0下载:
  2. 详细讲解驱动安装文件(.Inf)的语法和总体框架,是DDK文档中所缺少的总统框架(DDK讲的很细节),不可多得的.Inf文件的文档。推荐写驱动的朋友可以参考。-Explain in detail the driver installation files (. Inf) and the overall fr a mework of the grammar is lacking DDK documentation presidential
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:335872
    • 提供者:zhoujiamurong
  1. bulkusb

    0下载:
  2. 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 Selec
  3. 所属分类:USB编程

    • 发布日期:2024-05-15
    • 文件大小:56320
    • 提供者:James
  1. Driverstudio_intro

    0下载:
  2. 基于Driverstudio、DDK、VC的驱动程序开发介绍,对初学入门有一定帮助。-Based on Driverstudio, DDK, VC driver development introduction of entry has to some extent help the beginner.
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:384000
    • 提供者:wujiaping
  1. PCI.PCI-E.sys

    0下载:
  2. DS+DDK+VC开发的适用于PCI、PCI-E的驱动程序。-DS+ DDK+ VC development for PCI, PCI-E drivers.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:34816
    • 提供者:Dable
  1. WDM_template

    0下载:
  2. 标准WDM在DDK下的模板代码。可以直接在上面添加自己的代码,简化开发。-WDM in the DDK under standard template code. Can be directly above your own code, to simplify development.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:18432
    • 提供者:Dable
  1. Filemon

    0下载:
  2. Regmon consists of a device driver and a GUI. The driver was built with the Windows NT DDK Build environment and the GUI was compiled with Microsoft Visual C++ 5.0.
  3. 所属分类:文件操作

    • 发布日期:2024-05-15
    • 文件大小:640000
    • 提供者:liuyun
  1. testcap

    0下载:
  2. 一个视频采集驱动程序的源代码,是ddk中wdm下的ksd结构,和上层的directshow相配合,目前市面上的电视卡,usb电视盒以及通用的视频采集设备,采用的都是这种程序结构-A video capture driver source code is in the DDK under wdm KSD structure, and the upper DirectShow matched the market at present TV
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:245760
    • 提供者:hlm
  1. remove

    0下载:
  2. 一个通过程序来卸载设备驱动程序的源代码,在编译的时候必须安装ddk,具有一定的参考价值-Through the procedure to uninstall a device driver source code, at compile time must install ddk, has a certain reference value
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:hlm
  1. DRIVER

    0下载:
  2. 本文件是用DDK开发usb波形发生器的驱动代码-This document is developed using DDK waveform generator usb driver code
  3. 所属分类:USB编程

    • 发布日期:2024-05-15
    • 文件大小:39936
    • 提供者:pengwenbin
  1. DDKdeReferenceCN

    0下载:
  2. DDK中文参考。 -DDK Chinese reference. DDK Chinese reference.
  3. 所属分类:电子书籍

    • 发布日期:2024-05-15
    • 文件大小:1264640
    • 提供者:dfq
  1. USBTOCOM

    0下载:
  2. DDK下虚拟串口驱动源代码.首先安装DDK2003,然后安装VC6++,对DDK的相关库进行编译-DDK under the virtual serial port driver source code. First of all install DDK2003, and then install VC6++, On the DDK to compile the relevant Treasury
  3. 所属分类:USB编程

    • 发布日期:2024-05-15
    • 文件大小:15360
    • 提供者:lcg
« 1 2 3 4 5 67 8 9 10 11 ... 41 »

源码中国 www.ymcn.org