-
打造自己的驱动防火墙,演示了如何利用驱动来拦截数据包
打造自己的驱动防火墙,演示了如何利用驱动来拦截数据包-Create its own drive firewall, demonstrated how to use drivers to intercept packets
- 2022-07-15 08:14:21下载
- 积分:1
-
DeviceIOControl实战演示及源代码,是应用程序与设备通信很好的示例教程...
DeviceIOControl实战演示及源代码,是应用程序与设备通信很好的示例教程-DeviceIOControl actual demonstration and source code, applications and devices are good examples of communication tutorial
- 2023-03-03 08:25:03下载
- 积分:1
-
这是一个用ISP1581 USB2.0接口芯片作为图像采集接口的驱动程序。该驱动程序支持Endpoint1 Bulk方式 数据输入传输。实际传输速度可以达到24...
这是一个用ISP1581 USB2.0接口芯片作为图像采集接口的驱动程序。该驱动程序支持Endpoint1 Bulk方式 数据输入传输。实际传输速度可以达到24MBYTE/S -This is a USB 2.0 interface with ISP 1581 chips as image acquisition interface driver. The driver support Endpoint1 Bulk data entry mode transmission. The actual transmission speed can reach 24MBYTE/S
- 2022-08-25 05:49:47下载
- 积分:1
-
这是一本介绍win2000/xp下开发WDM驱动程序的书籍,一般是USB设备驱动用到的比较多,这个书相当的经典...
这是一本介绍win2000/xp下开发WDM驱动程序的书籍,一般是USB设备驱动用到的比较多,这个书相当的经典-This is a description win2000/xp developed under WDM drivers for the books, generally used in USB device drivers are more significant in this book a classic! !
- 2022-07-24 22:43:44下载
- 积分:1
-
本例子是从网上一个的代码更改过来,原先只有对网络数据进行拦截,后来经过本人的更改,实现了对文件(2k和xp下测试过)的访问权限控制...
本例子是从网上一个的代码更改过来,原先只有对网络数据进行拦截,后来经过本人的更改,实现了对文件(2k和xp下测试过)的访问权限控制-this case from the Internet is a code change over, only to the original data network to intercept and were later I change and realize the right paper (2k and tested under xp) Access Control
- 2022-01-26 05:03:46下载
- 积分:1
-
SM1628 or M6928 vfd driver ic datasheet
SM1628 or M6928 vfd driver ic datasheet-SM1628 or M6928 vfd driver ic datasheet
- 2022-02-20 23:10:01下载
- 积分:1
-
内核内存管理,为软的东西,很好,说短了就毫无价值?放屁! 放屁!...
内核内存管理,为软的东西,很好,说短了就毫无价值?放屁! 放屁!-kernel memory management, soft things, well, short on the worthless? Fart! Fart! Fart!
- 2023-06-22 14:55:04下载
- 积分:1
-
这是个多串口控制程序,能作为很好的参考资料。有更好的东西的话,我会传上来。一起来分享。...
这是个多串口控制程序,能作为很好的参考资料。有更好的东西的话,我会传上来。一起来分享。-spiritlzp
- 2023-02-10 23:10:04下载
- 积分:1
-
虚拟RAM磁盘的驱动程序源代码!
虚拟RAM磁盘的驱动程序源代码!-Virtual RAM disk driver source code!
- 2023-03-07 16:25:03下载
- 积分:1
-
Early in the device driver development process, it’s important to devote some th...
Early in the device driver development process, it’s important to devote some thought to how you’ll distribute your driver and how an end user will install your driver and the hardware it serves. MicrosoftWindows XP and Microsoft Windows 98/Me use a text file with the file extension INF to control most of the activities associated with installing drivers. You provide the INF file. It goes either on a diskette or on a disc that you package with the hardware, or else Microsoft makes it available on line or on a setup disc. In the INF file, you tell the operating system which file or files to copy onto the end user’s hard disk, which registry entries to add or modify, and so on.
- 2022-04-13 02:52:26下载
- 积分:1