-
win2k kernel 的并口驱动程序模板
win2k kernel 的并口驱动程序模板-win2k kernel drivers for the parallel port template
- 2022-01-26 02:35:29下载
- 积分:1
-
驱动中加载dll的代码,类似于应用层中loadlibrary()等等,R0中有用啊!...
驱动中加载dll的代码,类似于应用层中loadlibrary()等等,R0中有用啊!-Driver loaded dll code, similar to the application layer loadlibrary (), etc., R0 useful in ah!
- 2023-03-13 02:35:03下载
- 积分:1
-
sFilter notebook drive the process, in the hope that useful to everyone.
sfilter 驱动过程中的笔记,希望对大家有用。-sFilter notebook drive the process, in the hope that useful to everyone.
- 2023-02-14 19:15:04下载
- 积分:1
-
在产品的实际使用过程中,多次出现丢失ResidentFlash目录的现象,因为在写Flash时OS要先整理磁盘,如果这时掉电就可能烧坏Flash,为了防止这种故...
在产品的实际使用过程中,多次出现丢失ResidentFlash目录的现象,因为在写Flash时OS要先整理磁盘,如果这时掉电就可能烧坏Flash,为了防止这种故障隐患,修改了NandFlash驱动。通过修改NandFlash驱动,限制用户应用程序访问受限区域(nboot区域,toc区域,eboot区域,nk镜像区域,OEM区域),让这些区域被写保护,以达到保护flash的目的。-Products used in the actual process, the repeated loss of ResidentFlash directory phenomenon, because in writing when the OS first collated Flash disk, if at this time may be burned down Flash, in order to prevent such failures hidden amended the NANDFLASH drive . By modifying the NANDFLASH drive to restrict the user application to access restricted region (nboot region, toc region, eboot region, nk mirror region, OEM region), so that these areas are write-protected, so as to achieve the purpose of protection of flash.
- 2023-03-13 02:10:03下载
- 积分:1
-
实现avstream流的驱动程序,大家快看看吧,驱动需要很好的耐心啊。...
实现avstream流的驱动程序,大家快看看吧,驱动需要很好的耐心啊。-achieve avstream flow of the driver, we quickly look at it, driving the need for patience ah well.
- 2022-02-13 11:10:25下载
- 积分:1
-
使用OPCST开发的进程外OPCDA服务器(C++Builder),利用OPCST工具包,可以在30分钟内开发出一个基本的OPCDA服务器。支持1.0和2.0。...
使用OPCST开发的进程外OPCDA服务器(C++Builder),利用OPCST工具包,可以在30分钟内开发出一个基本的OPCDA服务器。支持1.0和2.0。-use OPCST process of the development outside OPCDA server (C Builder), using OPCST kits in 30 minutes to develop a basic OPCDA server. Support 1.0 and 2.0.
- 2022-02-15 10:26:44下载
- 积分:1
-
introduced USB 2.0 interface document is a good excuse for the introduction of d...
介绍usb2.0的接口文件是很好的介绍借口的文件-introduced USB 2.0 interface document is a good excuse for the introduction of documents
- 2022-03-24 22:29:36下载
- 积分:1
-
在中国,PCI9054 C模式数据手册,翻译好。
pci9054 C模式databook,中文的,翻译的还不错。-pci9054 C mode databook, in Chinese, translated well.
- 2023-02-28 08:20:04下载
- 积分:1
-
虚拟光驱的驱动程序源代码
虚拟光驱的驱动程序源代码-Virtual CDROM s Device Driver Source code
- 2022-02-05 02:59:49下载
- 积分:1
-
窗口驱动模型假设一个硬件设备可以有几个驱动程序…
The Windows Driver Model assumes that a hardware device can have several drivers, each of which contributes in some way to the successful management of the device. WDM accomplishes the layering of drivers by means of a stack of device objects. I discussed this concept in Chapter 2. Up until now, I’ve been talking exclusively about the function driver that manages the main functionality of a device. To round out this book, I’ll describe how you write a filter driver that resides above or below the function driver and modifies the behavior of the device in some way by filtering the I/O request packets (IRPs) that flow through it.
- 2022-07-19 01:55:34下载
- 积分:1