-
CharSample实例的功能是:应用程序从键盘接收一个数字,之后通过DeviceIoControl调用,把数字传递给驱动程序,由驱动程序将一个数字(0...
CharSample实例的功能是:应用程序从键盘接收一个数字,之后通过DeviceIoControl调用,把数字传递给驱动程序,由驱动程序将一个数字(0-9)转换成一个中文(零-九),再把结果返回给应用程序,由应用程序显示出来。-CharSample examples of functions are : applications from the keyboard to receive a number, followed by DeviceIoControl call, this time passed to the driver, a driver will be digital (0-9) converted into a Chinese (zero-9), and then return the results to the application, applications displayed.
- 2022-12-16 14:30:03下载
- 积分:1
-
这是一个文件过滤驱动代码,完整的代码,对编写文件过滤的人员有帮助...
这是一个文件过滤驱动代码,完整的代码,对编写文件过滤的人员有帮助-This is a file filter driver code, complete code, for the preparation of documentation to help officers filter
- 2022-09-05 17:00:03下载
- 积分:1
-
Mini Integrated Developement Environment was programmed for helping developers...
Mini Integrated Developement Environment was programmed for helping developers to get quickly familiar with the usage of USB2.DLL and the USB 2.6 module from Braintechnology using Visual Basic Version 6.
Not all commands were shown, because many of them need to have custom hardware designs
connected to be proofed , such as I2C, SPI and some parallel port modes that require handshake signals from hardware.
The first step is to init a connected module by USBInit(), otherwise there is no firmware loaded and the module wonґ t work at all.
Also by experimenting/programming it can be possible that the module must be resetted
and initialized again. Keep in mind, that the module needs some seconds to be unplugged
and also Windows needs some seconds to enumerate the module again, before it is ready again to be accessed by software. This is normal but sometimes confusing.
-Mini Integrated Developement Environment was programmed for helping developers to get quickly familiar
- 2022-11-15 15:25:03下载
- 积分:1
-
有 没 有 简 单 一 些 的 办 法 呢 ? 我 们 可 以 令 一 个 普 通Win32 应 用 程 序 运 行 在Ring0 下, 从 而 获 得VxD...
-有 没 有 简 单 一 些 的 办 法 呢 ? 我 们 可 以 令 一 个 普 通Win32 应 用 程 序 运 行 在Ring0 下, 从 而 获 得VxD 的 能 力 吗 ? 答 案 是 肯 定 的,请看本文-- Is there any simpler solutions? We can make an ordinary Win32 applications running on Ring0 under VxD s ability to obtain it? The answer is yes, please see this article
- 2022-07-17 09:07:54下载
- 积分:1
-
Virtual Disk Driver
Virtual Disk Driver
- 2022-02-03 13:46:21下载
- 积分:1
-
以太网的驱动部分,keil环境下,使用C语言实现,很有用的,互相学习...
以太网的驱动部分,keil环境下,使用C语言实现,很有用的,互相学习-enet
- 2022-01-24 09:37:17下载
- 积分:1
-
一个主设备驱动程序绝对可用
一个主设备驱动程序绝对可用-a main device driver can be absolutely
- 2023-07-16 22:55:04下载
- 积分:1
-
智能卡的驱动程序,基于Win NT操作系统。供应链管理系统SCM买…
SmartCard驱动程序,基于win NT操作系统。SCM Microsystems公司的出品的SCM 488C PCMCIA Smart Card。-SmartCard driver, based on win NT operating system. SCM Microsystems SCM buy the PCMCIA Smart 488C C ard.
- 2022-09-01 00:20:03下载
- 积分:1
-
USB HID 开发必备工具,是USB协议的第九章内的所有头文件,可作学习和实际编程的材料...
USB HID 开发必备工具,是USB协议的第九章内的所有头文件,可作学习和实际编程的材料-USB HID to develop the necessary tools, USB protocol is the ninth chapter of all the header files and can be used for learning and the actual programming of the material
- 2022-03-03 19:11:43下载
- 积分:1
-
Over the past three years, Windows NT has come to be regarded as a serious,
sta...
Rajeev Nagar著,O Reilly出版社出版。
本书重点在解释Windows NT的I/O子系统,缓存管理器,虚拟内存管理器的内部实现细节。特别地,它关注NT平台上文件系统驱动和过滤驱动的实现方式,这些都需要以上几个组件的支持。-Over the past three years, Windows NT has come to be regarded as a serious,
stable, viable, and highly competitive alternative to most other commercially available
operating systems. It is also one of the very few new commercially released
operating systems that has been developed more or less from scratch in the last
15 years, and can claim to have achieved a significant amount of success.
However, Microsoft has not yet documented, in any substantial manner, the guts
of this increasingly important platform. This has resulted in a dearth of reliable
information available on the internals of the Windows NT operating system.
This book focuses on explaining the internals of the Windows NT I/O subsystem,
the Windows NT Cache Manager, and the Windows NT Virtual Memory Manager.
In particular, it focuses on file system driver and filter driver implement
- 2022-02-05 18:33:02下载
- 积分:1