-
一个驱动版的隐藏进程的代码
一个驱动版的隐藏进程的代码-A process-driven version of the hidden code. . . . . . . . . . . .
- 2023-01-12 09:20:04下载
- 积分:1
-
用汇编语言实现温度采集芯片ad7711的源程序,请大家指教
用汇编语言实现温度采集芯片ad7711的源程序,请大家指教-assembly language acquisition chip AD7711 temperature of the source, please enlighten
- 2022-03-06 12:55:35下载
- 积分:1
-
打造自己的驱动防火墙,演示了如何利用驱动来拦截数据包
打造自己的驱动防火墙,演示了如何利用驱动来拦截数据包-Create its own drive firewall, demonstrated how to use drivers to intercept packets
- 2022-07-15 08:14:21下载
- 积分:1
-
凌阳61源码,主要是一个电源的控制程序,包括了液晶及键盘,DA等的驱动程序,希望对大家有所帮助...
凌阳61源码,主要是一个电源的控制程序,包括了液晶及键盘,DA等的驱动程序,希望对大家有所帮助-Sunplus 61-source, is primarily a power control procedures, including the LCD and keyboard, DA, such as drivers, I hope all of you to help
- 2023-07-23 00:15:02下载
- 积分:1
-
Understanding Power Management in USB
Understanding Power Management in USB
- 2022-03-28 20:12:29下载
- 积分:1
-
cypress usb 驱动程序 用windows DDK编译
cypress usb 驱动程序 用windows DDK编译-cypress usb drivers using windows DDK compiler
- 2022-03-28 15:19:43下载
- 积分:1
-
窗口驱动开发技术,详细的书籍匹配代码
Windows 驱动开发技术详解书籍的配套代码-Windows driver development techniques detailed books matching code
- 2022-03-22 12:12:28下载
- 积分:1
-
基于三星0724芯片的液晶驱动程序,内含str9的总线操作,在实际使用的时候把这部分替换成实际使用的CPU操作就可以了。...
基于三星0724芯片的液晶驱动程序,内含str9的总线操作,在实际使用的时候把这部分替换成实际使用的CPU操作就可以了。-Based on Samsung 0724 LCD driver chips containing STR9 bus operation, in actual use when this part replaced by the actual use of the CPU to operate it.
- 2022-05-25 08:53:26下载
- 积分:1
-
驱动程序WDM很好的啊,确实不错的啊没办法啊
驱动程序WDM很好的啊,确实不错的啊没办法啊-WDM Driver good ah really good ah ah no way
- 2022-02-15 18:09:47下载
- 积分: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