搜索资源列表
TheWin2kDeviceDriverBookGuideForProgrammers2Ed
- This book explains how to write, install, and debug device drivers for Windows 2000. It is intended to be a companion to the Microsoft DDK documentation and software. Windows 2000 represents a major improvement to previous versions of Windows NT
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
HID1_11
- 一篇介绍USB HID11体系结构和编程方法的权威文章-Introduced a USB HID11 architecture and programming method of the authority of Article
Embedded-filter-drivers
- Windows操作系统中文件系统过滤驱动和设备驱动之间的相似,简单介绍文件系统过滤型驱动的架构-Windows operating system, file system filter driver and the similarity between the device driver, file system filter introduce easy-type-driven architecture
FilterDriverDeveloperGuide
- 本规范包括但不限于以下主题领域: • 说明新的文件系统过滤器管理器的架构和接口 • 部分Windows的内存管理器I / O管理器 和 缓存管理器,界面,影响发展的文件系统过滤器使用新的文件系统过滤器管理器架构。-Summary This specification includes, but is not limited to, the following topic areas: • Descr iption of the new File
KernelModeDrivers
- Storage Driver Architecture
Articles_Drivers
- Introduction in architecture of OS Windows NT and programming of drivers.
keyboard_vhdl
- ps2 keyboard with encoding ascii code to 7-segments screeen. LIBRARY ieee USE ieee.std_logic_1164.all USE ieee.std_logic_arith.all USE ieee.std_logic_unsigned.all ENTITY klawa IS PORT ( keyboard_clk, keyboard_data, clock_25MHz,
wdm
- 一本很好的学习windows驱动开发的书籍,详细介绍了驱动编写的过程和windows内核架构部分内容。-A good learning experience for windows driver development books, detailing the preparation process and the windows driver core architecture part.
umdf-arch
- The Windows Driver Foundation (WDF) includes frameworks to support the development of both user-mode and kernel-mode drivers. The user-mode driver framework (UMDF) enables drivers for some types of devices to run in user mode instead of kernel mode.
linux-transplant-procedure-details
- NANDFLASH移植 文件系统架构 文件文件系统移植 驱动移植 串口驱动 显示驱动 网卡驱动 看门狗驱动 -NANDFLASH portable document file system file system architecture drive graft transplantation NIC driver serial port driver display driver watchdog driver
IVI-Specific-Driver-Development
- 可互换虚拟仪器驱动程序是最新的仪器驱动程序标准,它的出现大大提高了测试系统的开发和运行效率。本文论述了可互换虚拟仪器驱动程序的体系结构、优势、开发步骤和应用实例。-Interchangeable Virtual Instrument Driver is the latest instrument driver standards, it has significantly improved test system development and operating efficiency. Thi
developing-v4-print-drivers
- wdk8中最新打印机体系结构驱动开发文档-the latest printer architecture in wdk8 Driven Development Document
mycom
- 借助一个Qt的第三方串口库,在Qt GUI架构下实现串口通信。-With the help of a Qt third party library, in the GUI Qt architecture to achieve serial communication.
java_com
- java串口通信包javacomm20-win32.zip Javax.comm是Sun公司提供的,用于开发平*立的通讯应用程序的扩展API。(ps:这里javax的x很准确地表明了它是一个扩展包,而不是核心包(core package),但由于历史原因,javax下的并不都是扩展包,比如swing包已经是Java核心架构的一部分了,不过为了与Java1.1编码兼容,仍使用javax.swing。)javax.comm可以访问RS232接口(串口)及有限制地访问IEEE-1284(并口)。-J
USBView sample application
- usbview工具,可以列出windows上所有的usb设备及usb root hub,hub,device的层次关系。对了解usb驱动这块有帮助。(usb view sample application,this code can show usb root hub,hub,usb device hierarchy architecture.)