CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - linuX设备驱动

搜索资源列表

  1. Linuxdriveprogram

    0下载:
  2. 深入浅出Linux设备驱动编程,希望对大家有用-simple Linux device driver programming, we hope to useful
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:701786
    • 提供者:lucy
  1. linux

    0下载:
  2. 这篇硕士论文是基于Linux的USB网络设备驱动分析及实现技术研究,可供写linux下usb驱动的人员参考。-this master's thesis was based on the Linux USB Device Driver Network Analysis and Implementation of Technology, writing for linux usb drive under the reference.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:536373
    • 提供者:李青青
  1. Linux_IO.RAR

    0下载:
  2. Linux设备驱动编程之内存与I/O操作
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:43523
    • 提供者:jsl
  1. linux

    0下载:
  2. 作为一名电子工程师,而且是一个什么都想自己做的人,我一向愿意用计算机来控制外部设备。甚至还在我们父辈的Apple-2e时代,我就已经开始寻找别的平台,希望可以与我定制的环境相连,并且可以写我自己的驱动程序软件。不幸的是,八十年代的个人电脑并没有那么强大,不论在软件层还是硬件层上,个人电脑的内部设计都远不如Apple-2e,并且在很长一段时间内,可以获得的文档都不能令人满意。但是,接着发生的事是Linux出现了,我决定试一试,于是买了昂贵的386主板,并且没有跑任何商业软件。 那时侯,我正在大
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1092416
    • 提供者:李立安
  1. LINUx设备驱动开发

    0下载:
  2. 所属分类:行业发展研究

  1. 嵌入式 C/C++语言精华文章集锦

    2下载:
  2. 嵌入式 C/C++语言精华文章集锦 包含:C/C+语言struct 深层探索;C 语言高效编程的几招;想成为嵌入式程序员应知道的 0x10 个基本问题;C 语言嵌入式系统编程*;基于 ARM 的嵌入式 Linux 移植真实体验 ;深入浅出 Linux 设备驱动编程;C/C++语言 void及 void 指针深层探索.......等等
  3. 所属分类:文档资料

  1. linux下can总线

    0下载:
  2. :本设计为光电稳定跟踪平台开发 CAN 驱动,以实现 CAN 总线上设备间的通信。分析了 linux 下标准设备驱动机制和 CAN 总线通信模型,给出了光电稳定跟踪平台中 CAN 总线通信的 硬件设计,实现了带 SPI接口的 CAN 控制器 MCP2510 的驱动
  3. 所属分类:技术管理

    • 发布日期:2011-02-06
    • 文件大小:127435
    • 提供者:aa8342771
  1. embbedded linux primer(second edition)

    0下载:
  2. 这本书涉及到了嵌入式LINUX的方方面面,包括编译内核、内核初始化、文件系统、BOTLOADER、设备驱动、MTD分区、BUSYBOX、内核调试、如何调试应用程序等等,一本不可多得的入门书籍!
  3. 所属分类:文档资料

    • 发布日期:2011-09-13
    • 文件大小:6820436
    • 提供者:qinerxinzhi
  1. 华为WCDMA(CDMA)模块设备驱动集成指导

    2下载:
  2. 华为3G设备在Android Linux平台集成的指导说明。
  3. 所属分类:编程文档

    • 发布日期:2011-09-27
    • 文件大小:1044283
    • 提供者:shaoguang.li
  1. 235

    0下载:
  2. pci的中文文档,还有设备驱动文档,linux下的开发祥解-pci Chinese document, there are device driver files, linux under development祥解
  3. 所属分类:Document

    • 发布日期:2017-05-11
    • 文件大小:2452002
    • 提供者:xiaosan
  1. EECOL_2006APR05_INTD_TA_01

    0下载:
  2. 单峰驼黑色黑色 pci的中文文档,还有设备驱动文档,linux下的开发祥解-Dromedary black black pci Chinese documents, as well as device driver files, linux under development祥解
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:124628
    • 提供者:xiaosan
  1. Linux_driver_3th_2.6_Chian

    0下载:
  2. linux设备驱动第三版中文,基于2.6.18.10所写,有需要的朋友请下载!-linux device drivers third edition of English, based on the 2.6.18.10 written, there is required, please download the Friend!
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1196510
    • 提供者:李华
  1. USBLinux4

    0下载:
  2. USB-LINUX环境下的驱动程序开发(主机端驱动与设备端驱动)-USB-LINUX environment Driver Development
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:299236
    • 提供者:wang
  1. LinuxDeviceDriver

    0下载:
  2. 如何编写Linux设备驱动程序 在Linux环境下设计驱动程序,思想简洁,操作方便,功能也很强大,但是支持函数少,只能依赖kernel中的函数,有些常用的操作要自己来编写,而且调试也不方便。-How to write Linux device driver design in the Linux environment driver, thinking of simple, easy to operate, function is also very powerful, but less s
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:12354
    • 提供者:liz
  1. linuxdriverdevolop.pdf.tar

    0下载:
  2. Linux设备驱动开发快速入门,内容是中文的,方便咱们国人阅读哈-Linux device driver development quick start, the content in Chinese, and facilitate people to read let' s Ha
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:570354
    • 提供者:
  1. linux

    0下载:
  2. linux下驱动模型分析,包括设备,驱动,uenvent-linux-driven model under analysis
  3. 所属分类:Project Manage

    • 发布日期:2017-03-31
    • 文件大小:724573
    • 提供者:xuweihong
  1. LINUX-driver-develop2

    0下载:
  2. 中程在线信息产业培训:第二讲,字符设备驱动程序、驱动模块介绍-Medium-range online information industry training: Lecture, character device drivers, driver module introduced
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:55825
    • 提供者:张斌
  1. LINUX-driver-develop3

    0下载:
  2. 中程在线信息产业培训:第二讲,字符设备驱动程序、驱动模块介绍-Medium-range online information industry training: Lecture, character device drivers, driver module introduced
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:58834
    • 提供者:张斌
  1. LINUX-driver-develop5

    0下载:
  2. 中程在线信息产业培训:第五讲,网络设备驱动、网络子系统-Medium-range training online information industry: Fifth Lecture, network device drivers, network subsystem
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:64440
    • 提供者:张斌
  1. linux-dev

    0下载:
  2. linux驱动设计文件的入门 包括定时器 复杂设备驱动设计 内存io等设计-Linux driver design file entry includes timer complex device driver design memory IO design
  3. 所属分类:软件工程

    • 发布日期:2017-04-02
    • 文件大小:346958
    • 提供者:caobing
« 1 23 4 »
搜珍网 www.dssz.com