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

搜索资源列表

  1. Windows 2000驱动程序开发大全设计指南

    1下载:
  2. Microsoft® Windows® 2000的驱动程序开发包(DDK)文档总览给您详尽的信息,这些信息对编写Windows2000平台任何类型的驱动程序都是必须的。本文档也描述了Windows Driver Model(WDM)驱动程序,这些驱动程序在Windows2000和Microsoft® Windows® 98平台之间是源码级兼容的-Microsoftreg Windows 2000 Driver Development Kit (DDK) to your d
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:781.98kb
    • 提供者:乐永
  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 previous versions of Windows NT
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1.8mb
    • 提供者:vincente
  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. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:625.75kb
    • 提供者:liuyun
  1. Coding_Windows_Drivers

    0下载:
  2. The book represents the systematised introduction in programming of drivers Windows 2000/XP/Server 2003 and Windows 98/Me with use Microsoft Windows DDK.
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-03
    • 文件大小:1.02mb
    • 提供者:sxd
  1. blaster

    0下载:
  2. 用WIN DDK开发的红外通信程序,可以接收数据,发送数据还待完善。使用微软自带的红外协议栈,目前这个协议栈只支持OBEX协议-WIN DDK development using infrared communication program, you can receive data, send data to be perfect. The use of Microsoft' s built-in infrared protocol stack, the protocol stack i
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:40.21kb
    • 提供者:hherty
  1. winio

    0下载:
  2. 可用于实现键盘记录。端口操作不需要编写驱动,在Win95/98下直接可以使用汇编的In/Out指令。VC中也提供了_inp/_outp这样的函数(QA001059 outportb、inportb对应的函数)。不过在NT下,不能使用In/Out指令,参考QA001296 如何在WindowsNT/2000下用VB6写硬件IO控制。 如果使用硬件中断就必须编写驱动,标准的办法是采用微软的DDK。Win98和WinNT 4.0/5.0的DDK可以从http://www.microsoft.c
  3. 所属分类:Other windows programs

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

    0下载:
  2. 这是微软XBOX游戏控制器在PC上使用的驱动程序,使用WINDDK开发,所以需要有DDK环境才可以编译,本人试过,是可以让XBOX手柄在PC上动作的,以后可以使用一个16BIT的模拟按键和振动马达,来玩PC上的游戏了。重要的是,我们可以参考此源程序来开发我们自己的USB驱动程序,这样可以使XBOX360,PS3手柄都可以在PC上使用了。-This is the Microsoft XBOX game controller for use in the PC drivers, the use of
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:26.66kb
    • 提供者:RaymondHuang
  1. Windows2000DriverDev

    0下载:
  2. Microsoft® Windows® 2000的驱动程序开发包(DDK)文档总览给您详尽的信息,这些信息对编写Windows2000平台任何类型的驱动程序都是必须的。本文档也描述了Windows Driver Model(WDM)驱动程序,这些驱动程序在Windows2000和Microsoft® Windows® 98平台之间是源码级兼容的-The Microsoft ® Windows ® 2000 Driver Development Kit (D
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1.45mb
    • 提供者:zh
  1. pdbexp_v1.11.223_src

    0下载:
  2. PDB Explorer 是一个能够查看微软 pdb 文件(Program DataBase ,程序数据库)的工具,它能够将 pdb 文件中的 struct 、union 及 enum 类型的定义以 C/C++ 的语法显示出来,特别适合 Windows 底层研究人员及 DDK 程序员使用。 作者:李马-PDB Explorer is a tool that can check the Program DataBase of MS
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:44.63kb
    • 提供者:王小鱼
  1. driver

    0下载:
  2. 目录内容及使用方法: \Program 书中的主要程序文件。在打开例题的.dsw文件后,请读者在 tools菜单下的 Options 的 Directories 标签中选择 Executable files,并添加光盘中的 MakeDrvr.bat 所在 的路径。 注:经过与微软美国公司法律部商议,在本书光盘中可以 使用 DDK 中的类库文件作为我们产品的一部分,但 DDK 中的其他工具和文档则不能使用,因此请读者在 h
  3. 所属分类:Other systems

    • 发布日期:2017-05-24
    • 文件大小:7.74mb
    • 提供者:陈觅
  1. SMARTSML

    0下载:
  2. 读取硬盘S.M.A.R.T信息的damo,包含源码,编译需要微软DDK支持。-The damo read the hard drive SMART information, contains the source code, the compiler requires Microsoft DDK support.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:974.31kb
    • 提供者:于沛
  1. passthru

    0下载:
  2. Microsoft在DDK中附带PassThru提供了一个的中间层驱动框架,使得开发者能够相对容易的在这个基础实现自己的NDIS中间层驱动扩展-Microsoft in the DDK incidental the PassThru provide an intermediate driver framework enables developers to build NDIS intermediate driver on this basis is relatively easy to exp
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:35.65kb
    • 提供者:huangxiaobo
  1. Gxpaassthrrui

    0下载:
  2. 给予NDIS的网络数据包捕获分析程序源码,程序源码虽然长但是结构十分清晰,对于驱动driver程序源码码的初学入门者非常有帮助,此源文件是对微软DDK自带的passthru程序源码的完善个部分修 可直接使用。 -NDIS network to packet capture analysis of program source code, program source long but the structure is very clear and very helpful for the n
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:69.58kb
    • 提供者:ywhfdl
  1. CaptureScreenbyMirrorDriver_src

    0下载:
  2. 用DDK从Microsoft Mirror Driver截屏VNC的显卡镜像驱动开发工具,可以用来开发显卡的相关应用,含源代码-With DDK from Microsoft Mirror Driver screenshot VNC graphics mirror driver development tools that can be used to develop graphics-related applications, including source code
  3. 所属分类:Driver Develop

    • 发布日期:2016-01-25
    • 文件大小:47kb
    • 提供者:txhak
  1. UVNC_MD_SDK

    0下载:
  2. 用DDK从Microsoft Mirror Driver截屏,抓屏,VNC的显卡镜像驱动开发工具包,可以用来开发显卡的相关应用,含源代码 -With DDK from Microsoft Mirror Driver screenshots, screenshots, VNC graphics mirror driver development kit that can be used to develop graphics-related applications, including so
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-03
    • 文件大小:542.62kb
    • 提供者:txhak
  1. myFirstDriver

    0下载:
  2. Device drivers are usually - the most critical part of computer software. Ironically, it is also the most hidden part of the system and software. Device drivers in Windows at Microsoft are no exception. This is an example of a simple driver. DDK.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2.02kb
    • 提供者:wqv4960lia
搜珍网 www.dssz.com