-
用vc编写,把USB接口驱动程序做成动态连接库,可以供其它程序调用...
用vc编写,把USB接口驱动程序做成动态连接库,可以供其它程序调用-prepared using vc, USB driver caused dynamic link library, called for other programs
- 2023-05-10 04:25:02下载
- 积分:1
-
Two categories of devices don’t fit neatly into the PnP framework I described in...
Two categories of devices don’t fit neatly into the PnP framework I described in Chapter 6. These categories are controller devices, which manage a collection of child devices, and multifunction devices, which have several functions on one card. These kinds of devices are similar in that their correct management entails the creation of multiple device objects with independent I/O resources.-Two categories of devices don’t fit neatly into the PnP framework I described in Chapter 6. These categories are controller devices, which manage a collection of child devices, and multifunction devices, which have several functions on one card. These kinds of devices are similar in that their correct management entails the creation of multiple device objects with independent I/O resources.
- 2022-03-20 21:30:16下载
- 积分:1
-
驱动程序中的文件读写。
驱动程序中的文件读写。- In driver document read-write.
- 2023-03-14 14:35:03下载
- 积分:1
-
WDM driver required programming guidelines, the original second edition with the...
WDM驱动编程必备指南,原版第二版与原版第一版-WDM driver required programming guidelines, the original second edition with the original first edition of
- 2022-02-12 12:43:04下载
- 积分:1
-
IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394...
IEEE1394Diag是一个GUI应用程序,它提供IEEE1394网络的图形视图,并提供执行常见1394操作的能力,例如异步读、写、isoc侦听和会话,以及总线上所有节点的配置rom浏览。
- 2022-07-04 22:25:33下载
- 积分:1
-
对USB HID采用VC编码通过测试程序,有一定的参考…
针对USB HID设备的编程,采用VC编码,通过检测,有一定的参考价值-against USB HID programming using VC coding through testing, a certain reference value
- 2022-05-30 11:37:41下载
- 积分:1
-
在中国,PCI9054 C模式数据手册,翻译好。
pci9054 C模式databook,中文的,翻译的还不错。-pci9054 C mode databook, in Chinese, translated well.
- 2023-02-28 08:20:04下载
- 积分:1
-
TV902 drivers:
USB Modem, Webcam, Mass Storage
TV902 drivers:
USB Modem, Webcam, Mass Storage
- 2022-02-04 15:31:21下载
- 积分:1
-
The program is a wizard to create a NT kernel driver framework in C. It will cr...
The program is a wizard to create a NT kernel driver framework in C.
It will create a Visual C++ workspace.
You can compile and link your driver in IDE.
If you have SoftICE, it can generate .nms file.-The program is a wizard to create a NT kernel driver framework in C. It will create a Visual C++ workspace. You can compile and link your driver in IDE. If you have SoftICE, it can generate .nms file.
- 2022-11-11 18:25:03下载
- 积分:1
-
在 VC 环境下编译驱动程序(MinDriver)的示例 编译方法:
在 VC 环境下编译驱动程序(MinDriver)的示例 编译方法: -------------------------------------------------------- 1. 利用 VC 打开工作区文件MinDriverInVc.dsw 2.“Project”菜单->“Settings”菜单,弹出Project Settings对话框 3. 将 Build Command Line 的最后两个参数“d: ” 和 “D: onyXfilter_DiskDdkSourceMinDriverInVcMinDriver” 修改为正确的路径(源代码所在的盘符和路径) 4. 按 Build 按钮编译驱动程序-in VC environment compiler driver (MinDriver) compiled examples :-------------------------------------------------------- 1. VC open work area documents MinDriverInVc.dsw 2. "Project" menu-gt; "Settings" menu, pop Project Settings dialog box 3 . Build Command Line to the last two parameters "d :" and "D : tony Xfilter_Disk DdkSource MinDriverInVc MinDriver" change to the correct path (where the source drive and path) 4. compiled by the Build button Driver
- 2023-08-02 16:30:03下载
- 积分:1