搜索资源列表
《Windows VxD与设备驱动程序权威指南》
- 本书是讲述VxD和设备驱动程序的权威指南。主要分为两部分。第一部分(第2到第12章)讲述Windows执行环境和VxD。第二部分(第13到第19章)讲述基于DLL的驱动程序。本书几乎涵盖了设备驱动程序开发的各个层面,内容全面翔实,可读性较高。 -the book is about the VxD driver and equipment to the authority and guidance. Divided into two main parts. The first part (sect
driverdev6asp_src
- 一个windows显示驱动的好程序,对学习驱动开发很有好处-a windows driver of the program is to study the development of a very good driver
windowsKernelExperiment
- 《Windows内核实验教程》随书光盘源码,研究windows内核及驱动的-"Windows kernel experimental Guide" CD with the book source, research windows kernel and the driver
20075416414763048
- 一、设置数据源 如果设置数据源,不论是服务器是tomcat还是resin,都无需更改任何文件。 数据源设置步骤:(windows操作系统) 1.进入“控制面板”-->管理工具”--->“数据源(ODBC)” 2.选择“用户DNS” 3.点击“添加”---〉选择驱动器“Microsoft Access Driver”---点击“完成” 4.填写数据源名:shnxn 5.选择数据库(我们网站的数据库所在位置,缺省为frshop
gwiopm
- 在Windows NT使用I/O端口,包括装载,开始,卸载驱动程序的函数.-use of the Windows NT I / O ports, including loading, unloading driver function.
Windows+WDM+driver
- 这是Windows Driver Model(WDM)一书中各个章节的所有示例源代码。
dm9000.zip
- This is a source code for Ethernet Driver This driver was developed on RMI AU1250 CPU for Windows ce 5.0 ,This is a source code for Ethernet Driver This driver was developed on RMI AU1250 CPU for Windows ce 5.0
drier
- windows 系统引导,用于安装驱动时的自动识别-windows system boot, when installing the driver for the automatic identification
userkernelspace
- A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us
MonDisk
- MonDisk 是一个Windows平台下的文件系统过滤驱动程序,该驱动模块清晰,功能简单,特点是完全使用NT式的Dispatch 函数实现文件访问行为的监控-MonDisk is a file system filter driver on Windows platform,the function of this model is simple but with a characteric that,All its dispatch routine are all NT dispatch r
dkomdriver
- codigo fonte de um driver que oculta processos do sistema windows xp
SDpartitionwithDiskDrive
- SD卡分区识别驱动 用读卡器将SD卡连接电脑 这个时候还是无法进行分区操作的,因为SD卡还是移动磁盘 然后我们需要把它变成本地磁盘。 在设备管理器中-----磁盘驱动器- 列表里有硬盘和你的读卡器。(每人的不同。一般是XXXUSB。)找到读卡器的那个,单击右键,更新驱动程序。下一步----选择从列表或者指定位置安装,------下一步------选择不要搜索,我要自己选择安装的驱动程序。(一定注意)下一步---选择从磁盘安装-----浏览找到我给你的驱动。(帖子下载)就是c
ourdev_486937
- Delphi能不能开发Windows的驱动程序(这里的驱动程序当然不是指VxD了^_^)一直是广大Delphi fans关注的问题。姑且先不说能或者不能,我们先来看看用Delphi开发驱动程序需要解决哪些技术上问题。 Delphi的链接器是无法生成Windows内核模式程序的,因此用delphi无法直接生成驱动程序。M$的链接器是可以生成Windows内核模式程序的,那么是否可以用Delphi生成目标文件,然后用M$链接呢?要这么做必须要解决以下的问题: Delphi生成的目标文件是
usbdriver
- 基于windows ddk的usb驱动是学习vc和驱动的好资料-the driver for usb it is good for you to study vc and the dirver
D
- 单片机340usb下载线驱动程序,适用于vista、windows 7 环境-SCM 340usb download cable driver
MicroDog_Driver_RC1
- 微狗(UMI/UMC/PMH/PMI)Windows 9X/ME/NT/2K/XP/WS2003/Vista/XP64/WS2003x64/Vista64 驱动安装卸载程序使用说明-MicroDog(UMI/UMC/PMH/PMI) Device Drivers Installing Guide for Windows 9X/ME/NT/2K/XP/ WS2003/Vista/XP64/WS2003x
Windows-Driver-Model(2nd)
- 《Programming the Microsoft Windows Driver Model(2nd).ctm》,学习Windows WDM编程的参考书。-Programming the Microsoft Windows Driver Model(2nd)
Windows-device-driver
- usb device driver 适合于初学者使用-usb device driver
drive_file
- 实现windows下驱动级文件改动监视,Driver-level file changes under surveillance for windows-Driver-level file changes under surveillance for windows
USB-driver-
- 该文档介绍了在 Windows系统下生成通用usb 驱动的方法。方便单片机系统与PC机进行USB通信。-This document describes a method for generating generic usb driver under Windows system. SCM system convenient USB communication with PC.