-
嵌入式Linux系统工程师系列之ARM920T的MMU与Cache
华清 讲师的文稿,对与MMU和Cache讲的很详细,读者可以拿来作为 further understanding 来学习。
- 2022-03-21 23:59:52下载
- 积分:1
-
SIM100 driver exhibitions can be used I tried
SIM100 的驱动程序 ,多多指教,可以采用我试过 -SIM100 driver exhibitions can be used I tried
- 2022-09-24 00:20:03下载
- 积分:1
-
应用程序打开或关闭文件时,需要由操作
系统来决定如何访问包含了指定文件内容的一个设备。找到设备后, I / O请求会被转发给一个本地设备驱动程序。通过网络来...
应用程序打开或关闭文件时,需要由操作
系统来决定如何访问包含了指定文件内容的一个设备。找到设备后, I / O请求会被转发给一个本地设备驱动程序。通过网络来访问一个设备也同样。然而, I / O请求必须通过网络转发给对应的远程设备。我们将其称为“I / O重定向”(I/O Redirection)-Application to open or close a document, required by the operating system to decide how to access the content of the document contains a specified device. To find equipment, I/O request will be forwarded to a local device driver. Through the network to access a device also. However, I/O requests must be sent through the network to forward the corresponding remote device. We will call " I/O Redirection" (I/O Redirection)
- 2023-05-13 12:30:03下载
- 积分:1
-
(ST7920液晶串口驱动)。st7920显示文本或图形。
(st7920)lcd串口驱动程序. 实现串口控制 st7920显示中文字或图形.-(st7920) LCD serial port driver. Serial control st7920 display text or graphics.
- 2023-07-13 11:05:03下载
- 积分:1
-
Windows XP的程序支持包过滤在空灵
Windows XP下的抓包程序实现,支持包过滤-Ethereal under Windows XP program to support packet filtering
- 2022-08-25 22:23:53下载
- 积分:1
-
pci卡驱动编程示例
pci卡驱动编程示例-pci card driver Programming Example
- 2022-03-26 06:10:57下载
- 积分:1
-
wdm programming source code from russia (kulakov)
wdm programming source code from russia (kulakov)
- 2022-02-14 16:01:00下载
- 积分:1
-
Windows下驱动程序模型,微软经典教程,内附示例源代码
Windows下驱动程序模型,微软经典教程,内附示例源代码-Under the Windows Driver Model, Microsoft Classic Course, enclosing the sample source code
- 2023-08-10 02:25:03下载
- 积分:1
-
本函数是EZ_USB的固件函数框架,实现通过端点通信
本函数是EZ_USB的固件函数框架,实现通过端点通信-This function is EZ_USB firmware function framework, the realization of communication through the endpoint
- 2022-01-26 05:38:58下载
- 积分: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