-
这是单片机的系列单片机的液晶显示程序。交叉编译…
This LCD programe for microchip 16,18 series of microcontroller. Cross compile this on MPLAB IDE for specified microcontroller.-This is LCD programe for microchip 16,18 series of microcontroller. Cross compile this on MPLAB IDE for specified microcontroller.
- 2022-02-07 05:28:01下载
- 积分:1
-
Multisim9 电池电路设计
压缩包解压时不能有密码
Multisim9 电池电路设计
压缩包解压时不能有密码-Multisim9 battery pack compression decompression circuit design can not have a password
- 2023-04-02 23:25:04下载
- 积分:1
-
ndis驱动源代码,可以在驱动层进行windows网络封包拦截
ndis驱动源代码,可以在驱动层进行windows网络封包拦截-ndis driver source code, the driver layer network packet interception windows
- 2023-07-20 19:45:04下载
- 积分:1
-
usb blaster 93c46烧写文件
usb blaster 93c46烧写文件-usb blaster 93c46 programmer documentation
- 2022-08-15 03:29:31下载
- 积分:1
-
文件隐藏工具 非常实用!!!!!!文件隐藏工具 非常实用
文件隐藏工具 非常实用!!!!!!文件隐藏工具 非常实用-Document very useful tool to hide hidden files !!!!!! very useful tool
- 2022-11-13 09:20:03下载
- 积分:1
-
ssd7 practice multiple
ssd7练习选择题5-9的答案,应该比较全了-ssd7 practice multiple-choice answers to 5-9, it should be a relatively wide
- 2022-06-16 23:47:29下载
- 积分:1
-
DOS下鼠标驱动程序
DOS下鼠标驱动程序-DOS mouse driver
- 2022-03-07 03:49:24下载
- 积分:1
-
一个简单的驱动程序
一个简单的驱动程序-a simple driver
- 2022-05-26 09:14:36下载
- 积分:1
-
Programming the Microsoft Windows Driver Model Copyright copy 1999 by Walter One...
Programming the Microsoft Windows Driver Model Copyright © 1999 by Walter Oney General Information。The companion disc for Programming the Microsoft Windows Driver Model contains more than 20 sample drivers and test programs to illustrate the topics covered by the book.-Programming the Microsoft Windows Driver Model Copyright copy 1999 by Walter Oney General Information. The companion disc for Programming the Microsoft Windows Driver Model contains more than 20 sample drivers and test programs to illustrate the topics covered by the book.
- 2022-01-24 10:04:20下载
- 积分:1
-
CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中,我们定义了四个全局变量,这不符合WDM驱动程序的要求,它限...
CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中,我们定义了四个全局变量,这不符合WDM驱动程序的要求,它限制了IRP的可重入性,我们应该使用局部变量。
该实例定义了一个READ_COMPLETION_INFO结构,当有DeviceControl 调用时,就分配一个结构对象,参数设置完后,就将该结构对象地址指针放在I.FileObject()->FsContext中。
-CharFilter_Class CharFilter example of the perfect examples. In CharFilter example, we define four global variables, which does not conform to the WDM driver, which limits the IRP, can be used, we should use local variables. The examples READ_COMPLETION_INFO definition of a structure, when DeviceControl call, on the allocation of a target structure, parameter setting after the end of this structure on the address pointer on the object I. FileObject ()- gt; FsContext China.
- 2022-08-26 07:06:15下载
- 积分:1