搜索结果
找到约 220 项符合
DDK 的查询结果
按分类筛选
驱动编程 获取SSDT列表的程序源码
获取SSDT列表的程序源码,部分代码用DDK编译开发
操作系统开发 能够在windows 2000以上操作系统下隐藏特定的进程
能够在windows 2000以上操作系统下隐藏特定的进程,在ifs ddk下编译通过
驱动编程 This book explains how to write, install, and debug device drivers for Windows 2000. It is intended
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 ...
驱动编程 详细讲解驱动安装文件(.Inf)的语法和总体框架
详细讲解驱动安装文件(.Inf)的语法和总体框架,是DDK文档中所缺少的总统框架(DDK讲的很细节),不可多得的.Inf文件的文档。推荐写驱动的朋友可以参考。
USB编程 usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Mode
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. ...
Windows CE 非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过 新建一个 wce application,选择 a simple windows ce
非常适合内嵌式mp3播放,例如控制台!注意看压缩包里readme.doc 详细过程,在ARM及MIPS下通过
新建一个 wce application,选择 a simple windows ce application
在
1.tool->options->directories>include files里包含必要的头文件
D:\WINCE500\pubilc\directx\SDK\INC
D:\WINCE500\pubilc\common\SDK\INC
D:\WINCE500\pubilc\ ...
驱动编程 一个视频采集驱动程序的源代码
一个视频采集驱动程序的源代码,是ddk中wdm下的ksd结构,和上层的directshow相配合,目前市面上的电视卡,usb电视盒以及通用的视频采集设备,采用的都是这种程序结构
驱动编程 一个通过程序来安装设备驱动程序的源代码
一个通过程序来安装设备驱动程序的源代码,在编译的时候必须安装ddk,具有一定的参考价值
驱动编程 一个通过程序来卸载设备驱动程序的源代码
一个通过程序来卸载设备驱动程序的源代码,在编译的时候必须安装ddk,具有一定的参考价值
驱动编程 一个通过程序来使设备工作或者停止的源代码
一个通过程序来使设备工作或者停止的源代码,在编译的时候必须安装ddk,具有一定的参考价值