-
视频DVD解码器驱动
软件简介:视频DVD解码器驱动。
视频DVD解码器驱动
软件简介:视频DVD解码器驱动。
-DVD video decoder driver software brief : Video DVD decoder drivers.
- 2023-04-02 20:20:04下载
- 积分:1
-
Virtual Mouse test the success of the INF file, it is difficult to find, but als...
虚拟鼠标测试成功的INF文件,很难找到,也很难测试成功的N
- 2022-03-04 20:42:22下载
- 积分:1
-
DriverUnload
DriverUnload
- 2022-05-29 02:36:00下载
- 积分:1
-
19264液晶显示屏的显示驱动程序,通过少量的程序代码更改,可以应用到每个程序中。...
19264液晶显示屏的显示驱动程序,通过少量的程序代码更改,可以应用到每个程序中。-program of 192*64 graphical LCD Driver,you can apply this driver to your own system by rewriting little of the code.
- 2022-03-23 08:14:37下载
- 积分: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
-
驱动开发入门例子 让你立即入门
驱动开发入门例子 让你立即入门-Driver Development entry give you an immediate entry
- 2022-08-21 02:14:46下载
- 积分:1
-
这是一个查看USB设备枚举后状态的例程,虽然只…
这是微软的一个查看USB设备枚举后状态的例程,虽然它只支持到USB1.1,但是对于想做USB sniffer的开发者来说很应该读一读。-This is a USB device enumeration View condition after the routines, although only to the USB 1.1 support, but wants to develop the USB sniffers are concerned, it should read.
- 2022-05-19 02:48:31下载
- 积分:1
-
bttv WDM驱动程序
bttv wdm driver
- 2022-01-26 07:03:50下载
- 积分:1
-
C鼠标驱动:这个程序包含鼠标的前8个功能,其他程序可以调用这个程序来得到鼠标的基本 功能!...
C鼠标驱动:这个程序包含鼠标的前8个功能,其他程序可以调用这个程序来得到鼠标的基本 功能!-mouse-driven C : This contains the mouse before 8 functions, other procedures can call this procedure to be the basic functions of the mouse!
- 2022-08-18 11:23:33下载
- 积分: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