搜索资源列表
remuco-0.9.0.tar
- 针对linux播放器的远程控制程序,可通过载有蓝牙或wifi的手持设备来控制-Remuco is a duplex remote control system for Linux media players. You can use it on mobile devices equipped with Bluetooth or WiFi.
PDA.doc.tar
- 基于PDA手持设备的餐饮管理系统的需求分析。-PDA handheld devices based on food and beverage management system requirements analysis.
scratcw
- linux开发用于开发嵌入式系统的若干套件,可用于开发多种手持设备,简单实用-linux embedded system development for the development of a number of packages, can be used to develop a variety of handheld devices, simple and practical
Linux-driver-development21
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第21章、PCI设备驱动。PCI(及cPCI)总线在一般的小型手持设备中不太可能用到,但是在工控和通信设备及其PC中却引领着潮流。在Linux系统中,PCI设备驱动和USB设备驱动有共性,那就是其驱动都由总线相关部分和自身设备类型驱动两部分组成。21.1节讲解了PCI总线及其配置空间,给出了PCI总线在Linux内核中的数据结构。PCI设备驱动的PCI相关部分围绕着pci_driver结构体的成员函数展开,