-
pci卡驱动编程示例
pci卡驱动编程示例-pci card driver Programming Example
- 2022-03-26 06:10:57下载
- 积分:1
-
用DriverStudio开发WDM型的USB设备驱动程序 关键词:USB WDM 设备驱动程序 DriverStudio...
用DriverStudio开发WDM型的USB设备驱动程序 关键词:USB WDM 设备驱动程序 DriverStudio-With the development of WDM-based DriverStudio the USB device driver Keywords: USB WDM device driver DriverStudio
- 2022-08-07 04:09:51下载
- 积分:1
-
HD44780液晶显示数据表
HD44780 LCD display data sheet
- 2022-08-19 13:56:36下载
- 积分:1
-
用VC编写的设备通讯程序,里面有很多规约,自己下载
用VC编写的设备通讯程序,里面有很多规约,自己下载-VC communications equipment prepared by the procedures, there are many statutes, see their own download
- 2022-02-15 13:43:40下载
- 积分:1
-
这是VC++控制计算机时钟的一个例子,希望对大家有所帮助
这是VC++控制计算机时钟的一个例子,希望对大家有所帮助-control of a computer clock example, we hope to help
- 2022-02-06 11:16:24下载
- 积分:1
-
本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和...
本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book is to introduce a Linux device driver development theories, frameworks and examples of the book, the book version of the kernel to Linux 2.6 is based on details of spin locks, semaphores, output, interrupt the top/at the end of the first half, timer , memory and I/O mapping as well as asynchronous notification, blocking I/O, non-blocking I/O such as Linux device driver theory character device, block device, TTY device, I2C devices, LCD devices, audio devices, USB devices, network devices, PCI devices, such as Linux device driver architecture and the framework of various complex data structure and function relationships, and on a large number of Linux-driven development of a large number of examples so that readers can be an independent de
- 2022-03-14 03:26:44下载
- 积分:1
-
一个能处理中断的vxd例子
一个能处理中断的vxd例子- Can process the severance the vxd example
- 2022-02-16 09:59:30下载
- 积分:1
-
sis900 LAN Driver
sis900网卡驱动程序-sis900 LAN Driver
- 2022-07-06 16:50:22下载
- 积分:1
-
一个最新最完整的ntifs.h导入库程序,用于开发无驱动的RING0程序。...
一个最新最完整的ntifs.h导入库程序,用于开发无驱动的RING0程序。
-An up-to-date the most complete library ntifs.h import procedures for the development of non-driven RING0 procedures.
- 2022-07-09 11:44:07下载
- 积分:1
-
CharSample实例的功能是:应用程序从键盘接收一个数字,之后通过DeviceIoControl调用,把数字传递给驱动程序,由驱动程序将一个数字(0...
CharSample实例的功能是:应用程序从键盘接收一个数字,之后通过DeviceIoControl调用,把数字传递给驱动程序,由驱动程序将一个数字(0-9)转换成一个中文(零-九),再把结果返回给应用程序,由应用程序显示出来。-CharSample examples of functions are : applications from the keyboard to receive a number, followed by DeviceIoControl call, this time passed to the driver, a driver will be digital (0-9) converted into a Chinese (zero-9), and then return the results to the application, applications displayed.
- 2022-12-16 14:30:03下载
- 积分:1