Welcome![Sign In][Sign Up]
Location:
Search - 设备驱动程序

Search list

[Program docWindriver__五分钟学会写设备驱动程序

Description: 谁必须用WinDriver? 1. 硬件开发者--用这个驱动程序向导来快速测试你的新硬件。 2. 软件开发者 --用这个驱动程序向导来 产生设备驱动代码驱动你的硬件。用 WinDriver 工具来检测和调试 你的驱动程序。. WinDriver支持哪个操作系统? 1. WinDriver现在支持 Windows 95, 98, NT, 2000, Windows CE, Linux, Solaris和 VxWorks. 检查一下 RFTech 网址看看在操作系统支持上是否有新的升级。 2. 利用WinDriver,你写一样的驱动程序将会运行在以上所有的平台上--只要重新编译即可运行。学习WinDriver的方式,请看 WinDriver技术白皮书。
Platform: | Size: 518656 | Author: mathusa | Hits:

[OtherLinux设备驱动程序(第二版)

Description: 本书面向的读者是那些想在Linux操作系统下支持各种计算机外设,或者想开发新的硬件并在Linux下运行的人们。Linux是Unix市场中增长最快的部分,并且在许多应用领域获得了广泛的支持。现在,人们越来越清楚地认识到Linux是嵌入式系统的一个极佳平台,本书第二版已经成为该领域的经典之作。本书作者将以往那些口述式的经验和知识、或者隐晦的源代码注释上升为系统地讲述各种设备驱动程序编写方法的著作。Linux内核的2.4版在设备驱动程序方面发生了重大变化,它简化了许多工作,但同时提供了许多精细的新功能,可让驱动程序更加高效、灵活。本书第二版透彻地讲述了这些变化,并介绍了许多新的处理器和总线结构。 要阅读和欣赏本书,并不要求您是一名内核黑客,您所需要具备的只是对C语言和一些Unix系统调用的背景知识的了解。本书循序渐进地讲述了字符设备、块设备和网络接口的驱动程序,并且给出了功能完善的示例驱动程序。这些示例驱动程序说明了驱动程序设计中的许多问题以及解决方法,并且不需要任何特定的硬件就可以运行。本书第二版的重要修订包括:对对称多处理器(SMP)系统和锁机制的讨论、对新CPU以及新近支持的总线的讨论等等。如果您对操作系统完成其任务的方式感兴趣,那么本书还提供了对地址空间、异步事件和 I/O的深入讨论。可移植性是本书的一个主要关注点。尽管本书主要讲述2.4版本,但在可能的情况下,我们也讲述了2.4版本以前直到2.0版本的相关内容。本书还介绍了如何在各种硬件平台上实现最大程度的可移植性。示例驱动程序已经在IA32(PC)和IA64、PowerPC、SPARC和SPARC64、Alpha、ARM以及MIPS等平台上经过了测试。
Platform: | Size: 2880254 | Author: zzcje@163.com | Hits:

[Embeded Linux设备驱动程序

Description: 一个简单驱动程序,当某个应用程序读取这个装置的时候,可以读取到连续的随机数或者是0
Platform: | Size: 2800 | Author: kaede__1987@126.com | Hits:

[Software EngineeringMicrosoft Windows CE Device Driver Kit设备驱动程序开发指南

Description: Microsoft Windows CE Device Driver Kit设备驱动程序开发指南,书籍。
Platform: | Size: 4351726 | Author: fei2009xue | Hits:

[Books设备驱动程序编写教程

Description: 设备驱动程序编写教程-Guide to prepare device drivers
Platform: | Size: 1257472 | Author: 康珂 | Hits:

[VxWorks如何编写Vxworks 设备驱动程序

Description: 如何编写Vxworks 设备驱动程序,不错的文章-It introduces how to write the device driver in VxWorks.
Platform: | Size: 668672 | Author: 赵玉亭 | Hits:

[Windows Develop用C编写设备驱动程序的示例

Description: 用C编写设备驱动程序的示例-C device drivers example
Platform: | Size: 12288 | Author: 彭斯喜 | Hits:

[Bookslinux设备驱动程序

Description: linux设备驱动程序中文版-linux device drivers Chinese version
Platform: | Size: 432128 | Author: 忤怲 | Hits:

[BooksWindows 2000设备驱动程序设计指南

Description: Windows 2000设备驱动程序设计指南-Windows 2000 Device Driver Design Guide
Platform: | Size: 1285120 | Author: 凤精诚 | Hits:

[Windows DevelopWindows WDM设备驱动程序开发指南

Description: 书籍《Windows WDM设备驱动程序开发指南》的源代码。-books, "Windows WDM Device Driver Development Guide" of the source code.
Platform: | Size: 1979392 | Author: zzffyy | Hits:

[BooksWindows 环境下的设备驱动程序设计

Description: Windows 环境下的设备驱动程序设计-environment of Windows Device Driver Design
Platform: | Size: 1804288 | Author: 戴强 | Hits:

[Embeded Linux嵌入式Linux的研究及其设备驱动程序的开发

Description: 嵌入式Linux的研究及其设备驱动程序的开发-Embedded Linux device drivers Research and Development Program
Platform: | Size: 3829760 | Author: 陈银辉 | Hits:

[Embeded LinuxLINUX设备驱动程序第二版配套源码

Description: LINUX设备驱动2源代码,是学习linux设备驱动的好资料-two Linux device driver source code is learning linux device drivers good information
Platform: | Size: 620544 | Author: | Hits:

[Driver Develop2002-12-23_windows wdm设备驱动程序开发

Description: windows wdm设备驱动程序开发书,配套源码-windows wdm device driver development, supporting source
Platform: | Size: 12906496 | Author: 萧龙 | Hits:

[OtherLinux内核以及驱动程序设计

Description: 本书详细讲述linux操作系统下的设备驱动程序设计,相信对作底层开发的朋友有用。-the book described in detail under the Linux operating system device driver programming, I believe the bottom right for the development of useful friends.
Platform: | Size: 6862848 | Author: xuke | Hits:

[OtherLinux设备驱动程序第三版2.6

Description: linux设备驱动程序最新版(内核2.6)英文版,pdf格式。-linux device drivers the latest version (2.6 kernel) in English, pdf format.
Platform: | Size: 12210176 | Author: 刘浪者 | Hits:

[Driver DevelopWindows设备驱动程序设计课件1

Description: 一个非常好的驱动程序开发资料,用PPT格式,内容详实,有很好的参考价值-a very good driver development information with the PPT format, informative, a good reference value
Platform: | Size: 691200 | Author: 苏远平 | Hits:

[Driver DevelopWindows设备驱动程序设计课件2

Description: 一个非常好的驱动程序开发资料,用PPT格式,内容丰富,是个很好的驱动程序设计参考资料-a very good driver development information with the PPT format, rich in content, is a very good driver reference design
Platform: | Size: 878592 | Author: 苏远平 | Hits:

[Linux-UnixLINUX设备驱动程序第3版

Description: LINUX设备驱动程序,最新的linux驱动程序编写教程。(LINUX device driver, this is the newest version of LINUX device driver book.)
Platform: | Size: 47835136 | Author: goodboyXU | Hits:

[Linux-Unix精通LINUX设备驱动程序开发

Description: 精通LINUX设备驱动程序开发,一本驱动开发必备书籍(Proficient in LINUX device driver development, an essential book for driver development)
Platform: | Size: 37708800 | Author: qingpangxi | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net