搜索资源列表
ddkdoc
- win2000驱动程序设计指南;DDK学习经验;Visual Studio 6.0集成环境中开发设备驱动程序的方法 ;驱动程序开发工具简介。-WIN2000 Driver Design Guide; DDK learning experience; Visual Studio 6.0 integrated development environment of the device driver; Driver Development Tools briefing.
linux_driver_program
- 详细讲解如何编写linux设备驱动程序,是驱动编程初学者的必备手册-explain in detail how to prepare Linux device driver, driven programming is a prerequisite beginners manual
linux_interupt_and_driver
- 通过对Linux设备驱动程序的分析与研究,探索了驱动程序设计的方法,并针对一简易中断板设计了中断与IO设备驱动程序实例-of Linux Device Driver for the analysis and study, explore the driver design, and a summary suspension against plate design with the interruption of IO device driver examples
driverdesign.php
- vxworks下设备驱动程序的设计方法!vxworks下设备驱动程序的设计方法-vxworks Device Driver Design! Vxworks Device Driver Design
WindowsCE_Dev
- Windows CE 设备驱动程序开发指南,介绍了为基于Windows CE的设备开发设备驱动程序的过程。解释了如何创建简单和流接口驱动程序,以及如何实现USB和NDIS驱动程序。-Windows CE Device Driver Development Guide, introduced a Windows CE-based equipment device driver development process. Explain how to create a simple interface
Windows2000XPIODriverDesign
- Windows 2000/XP下IO设备驱动程序的设计-under Windows 2000/XP IO Device Driver Design
Win2000
- Win2000下PCI图像采集设备驱动程序设计
WindML
- windml的相关资料和图形设备驱动程序开发
C++
- 用C++类库开发虚拟设备驱动程序,是自己积累的资料,但愿对其它人有偶帮助
Windows_device_driver_design
- Windows设备驱动程序设计 (*.ppt) intoduce about how to develop the windows driver
driver
- linux下字符设备驱动程序的设计和实现过程。包括源码和加载步骤等详细指示。适合初学者。
WindowsXP
- WindowsXP环境下USB设备驱动程序的开发论文
Windows
- Windows平台下的设备驱动程序开发------论文
linux
- 作为一名电子工程师,而且是一个什么都想自己做的人,我一向愿意用计算机来控制外部设备。甚至还在我们父辈的Apple-2e时代,我就已经开始寻找别的平台,希望可以与我定制的环境相连,并且可以写我自己的驱动程序软件。不幸的是,八十年代的个人电脑并没有那么强大,不论在软件层还是硬件层上,个人电脑的内部设计都远不如Apple-2e,并且在很长一段时间内,可以获得的文档都不能令人满意。但是,接着发生的事是Linux出现了,我决定试一试,于是买了昂贵的386主板,并且没有跑任何商业软件。 那时侯,我正在大
Linux
- Linux设备驱动程序开发基础.ppt 让你轻松了解Linux设备驱动程序开发基础,及其流程,还有最基本的概念!
SunDriverDevelop
- sun编写设备驱动程序的手册
uClinux_CAN_Driver
- 嵌入式uClinux下的CAN总线设备驱动程序设计,文章条理清晰,很详细的介绍了驱动程序的编写,以及如何加载到uClinux内核中,相信对您会有所帮助.-UClinux embedded under the CAN-bus device driver design, the clarity of the article, very detailed account of the preparation of the driver, and how to load the uClinux kern
USB
- 基于VC的USB接口通信程序设计, 本文研发了一套基于USB接口的数据采集系统,整个系统的设计涉及到硬件、设备固件(Firmware)、USB设备驱动程序及客户应用软件。-VC-based communication program of the USB interface design, this article developed a set of USB-based data acquisition system, the entire system design related to h
embeddedapplications
- 文件夹中包含多篇关于嵌入式应用程序开发与设备驱动程序。-Folder contains more than on the development of embedded applications and device drivers.
基于ARM 与WINCE 的RS485 驱动程序设计
- 随着工业设备控制要求的日益复杂,嵌入式的工业控制系统成为必然趋势。由于RS485 具有良好的抗干扰性、传输距离长和多站能力等优点,在工业控制领域中应用最广泛。为了开发基于ARM9 内核和Windows CE 5.0 系统的RS485 驱动程序,首先给出了硬件电路设计,接着阐述了Windows CE 系统的驱动模型以及中断处理方法;然后详细描述了RS485 驱动程序的具体设计过程,包括驱动程序的结构设计、关键函数设计、驱动程序的注册和加载等。实验结果表明,RS485 驱动程序运行稳定可靠。