Welcome![Sign In][Sign Up]
Location:
Search - DDK

Search list

[Driver Developddk_usb_drive

Description: 运用ddk实现驱动开发(演示USB设备基本操作的程序源代码)-The realization of the use of DDK Driver Development (USB device basic operation demo program source code)
Platform: | Size: 24576 | Author: 张并 | Hits:

[Sniffer Package capturexpassthru

Description: 给予NDIS的网络数据包捕获分析程序,程序虽然长但是结构十分清晰,对于驱动程序的初学者很有帮助,此源文件是对微软DDK自带的passthru程序的完善个部分修改-Given NDIS packet capture of network data analysis program, the program although the structure of a long but very clear, the driver very helpful for beginners, this source file is DDK Microsoft s own passthru process modifications to improve parts
Platform: | Size: 77824 | Author: 迟勇 | Hits:

[Driver Developwanghidmouse

Description: 使用ddk进行USB鼠标驱动开发的源程序-Using DDK for USB mouse-driven development of the source
Platform: | Size: 13312 | Author: 刘银平 | Hits:

[IME Developddkwingb

Description: 此文件为windows 2000 ddk中的区位输入法源码-This document is for windows 2000 ddk location in the input source
Platform: | Size: 570368 | Author: 不告诉你 | Hits:

[Driver Develops5933dk1

Description: pci接口芯片s5933驱动程序,DDK编写。-pci interface chip S5933 driver, DDK prepared.
Platform: | Size: 240640 | Author: | Hits:

[Driver DevelopUSB_ISO

Description: USB接口驱动,ISO模式,windows DDK编写-USB Interface Driver, ISO mode, windows DDK prepared
Platform: | Size: 261120 | Author: | Hits:

[Driver Developwdm_ioctl

Description: WDM驱动程序参考例子,windows DDK编写.-WDM driver reference example, windows DDK prepared.
Platform: | Size: 110592 | Author: | Hits:

[Driver Developusb

Description: windows 的usb 驱动编写,用ddk编写的-usb driver windows of the preparation, prepared by DDK
Platform: | Size: 4096 | Author: 龚健 | Hits:

[Driver Developssdtdump

Description: 获取SSDT列表的程序源码,部分代码用DDK编译开发-SSDT procedure to obtain a list of source code, some code developed using DDK compiler
Platform: | Size: 27648 | Author: unifix | Hits:

[Driver DevelopPassThru

Description: DDK中的PassThru,供学习驱动的人参考,非原创。-DDK in PassThru, for study and reference-driven, non-original.
Platform: | Size: 47104 | Author: | Hits:

[Driver DevelopHideFileByDriver

Description: 用驱动隐藏文件。最精简版。ddk,c原码-Driven by hidden files. The most streamlined version. ddk, c source code
Platform: | Size: 7168 | Author: 张力 | Hits:

[OS programNativeDemo

Description: 不用ddk 编译一个 native app 应用 大家可能都比较熟悉,这个例子演示了如何用 vc2003 或 vc2005 来编译一个 native 类型的应用程序, 这个例子同时也演示了 native 应用中如何加载一个 驱动程序,以及通过 ioctl 和驱动程序交互,同时也演示了 native 应用程序如何通过键盘与用户交互-err
Platform: | Size: 56320 | Author: 郑兴林 | Hits:

[SCMtestUSB

Description: 说明: DDK开发USB驱动 需要win2000或者winxp的DDK,才能编译。 -Description: DDK development USB drive win2000 or winxp need the DDK, can be compiled.
Platform: | Size: 165888 | Author: | Hits:

[OS DevelopMy2000ROOT

Description: 能够在windows 2000以上操作系统下隐藏特定的进程,在ifs ddk下编译通过-More than in windows 2000 operating system to hide a specific process, under the ifs ddk compiler through
Platform: | Size: 163840 | Author: 熊剑 | Hits:

[Driver DevelopTheWin2kDeviceDriverBookGuideForProgrammers2Ed

Description: 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 the new Windows Driver Model (WDM) architecture. If so, the driver will be source compatible with Windows 98. This book covers the new WDM specification. This book will also prove useful to those studying the internals of Windows 2000, particularly the I/O subsystem and related components.
Platform: | Size: 1885184 | Author: vincente | Hits:

[Driver DevelopInfFile_V1.0

Description: 详细讲解驱动安装文件(.Inf)的语法和总体框架,是DDK文档中所缺少的总统框架(DDK讲的很细节),不可多得的.Inf文件的文档。推荐写驱动的朋友可以参考。-Explain in detail the driver installation files (. Inf) and the overall framework of the grammar is lacking DDK documentation presidential Framework (DDK speak very detailed), rare. Inf paper documents. Recommend a friend to write drivers for reference.
Platform: | Size: 335872 | Author: zhoujiamurong | Hits:

[USB developbulkusb

Description: 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. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip. -usb bulk transfer routines.* 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. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations.* The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.
Platform: | Size: 56320 | Author: James | Hits:

[Software EngineeringDriverstudio_intro

Description: 基于Driverstudio、DDK、VC的驱动程序开发介绍,对初学入门有一定帮助。-Based on Driverstudio, DDK, VC driver development introduction of entry has to some extent help the beginner.
Platform: | Size: 384000 | Author: wujiaping | Hits:

[Driver DevelopPCI.PCI-E.sys

Description: DS+DDK+VC开发的适用于PCI、PCI-E的驱动程序。-DS+ DDK+ VC development for PCI, PCI-E drivers.
Platform: | Size: 34816 | Author: Dable | Hits:

[Driver DevelopWDM_template

Description: 标准WDM在DDK下的模板代码。可以直接在上面添加自己的代码,简化开发。-WDM in the DDK under standard template code. Can be directly above your own code, to simplify development.
Platform: | Size: 18432 | Author: Dable | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 43 »

CodeBus www.codebus.net