CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - device drivers

搜索资源列表

  1. Essential-Linux-Device.tar

    1下载:
  2. 《精通Linux设备驱动程序》,作者Sreekrishnan Venkateswaran 有丰富的驱动开发经验-Essential-Linux-Device-Drivers-Prentice-Hall-Open-Source-Software-Development-Series, the author, Sreekrishnan Venkateswaran has the sufficient experience for the Linux-device.
  3. 所属分类:Linux驱动

    • 发布日期:2013-04-30
    • 文件大小:4.09mb
    • 提供者:子林
  1. led

    0下载:
  2. LED驱动程序 是我学习的时候用的 调试通过的 内用帮组文档及makefile文件等-led device drivers
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:16.24kb
    • 提供者:谢仁强
  1. key

    0下载:
  2. 按键驱动程序 用到了终端等 很好的参考资料 是我学习的时候用的 测试通过 -key device drivers
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:17.8kb
    • 提供者:谢仁强
  1. buzzer2

    0下载:
  2. 蜂鸣器驱动程序 fl2440开发板上试验过的了 调试完全通过 内有makefile等文件-buzzer device drivers
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-07
    • 文件大小:16.67kb
    • 提供者:谢仁强
  1. globalvar

    0下载:
  2. 字符驱动程序例子 fl2440开发板上试验过的了 调试完全通过 内有makefile等文件-buzzer device drivers
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-07
    • 文件大小:16.04kb
    • 提供者:谢仁强
  1. HelloWorld

    0下载:
  2. linux 下的驱动编程 在pc机上实现的 调试完全OK-linux device drivers
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:59.31kb
    • 提供者:谢仁强
  1. globalvar

    0下载:
  2. linux 下的驱动编程 在pc机上实现的 调试完全OK-linux device drivers
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:90.85kb
    • 提供者:谢仁强
  1. linux-device-drivers-_pdf

    0下载:
  2. Linux器件驱动编程,经典!适用于需要PC编程体验的人员和专业编程技术人员参考!-Linux device drivers,This book should be an interesting source of information both for people who want to experiment with their computer and for technical programmers who face the need to deal with the in
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-29
    • 文件大小:11.61mb
    • 提供者:yueniao
  1. linuxDR

    0下载:
  2. 嵌入式linux设备驱动是嵌入式系统中十分重要的组成部分。本书详细讲解了嵌入式linux的各种设备驱动,包括字符设备驱动、数字显示驱动、键盘驱动、a/d驱动、d/a驱动、lcd驱动、触摸屏驱动、can总线驱动、iic总线驱动、音频总线驱动、ide接口驱动、闪存芯片驱动、usb驱动、串口驱动、网络设备驱动等,并结合大量实例进行讲解,读者可以快速熟悉和掌握相关知识。 -Embedded linux device driver is a very important part of embedd
  3. 所属分类:Linux驱动

    • 发布日期:2017-06-01
    • 文件大小:13.23mb
    • 提供者:zhj
  1. wikroe-net-driver

    0下载:
  2. linux2.6网络设备驱动程序和测试程序。-linux2.6 network device drivers and test programs.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:7.4kb
    • 提供者:fugrong
  1. LDD3

    0下载:
  2. Linux 设备驱动程序 了解Linux设备驱动代码 可以对Linux深入了解-Linux device drivers for Linux device driver code for Linux-depth understanding of
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-14
    • 文件大小:3.15mb
    • 提供者:管卫乐
  1. Linux-device-drivers--third-edition-

    0下载:
  2. Linux device drivers, third edition
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-10
    • 文件大小:1.23mb
    • 提供者:liuhong
  1. dm9000_test

    0下载:
  2. dm9000 驱动 c语言 linux系统下-dm9000 device drivers
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-15
    • 文件大小:6.24kb
    • 提供者:ma
  1. s3c2410fb

    0下载:
  2. S3C2410的LCD驱动程序开发,linux环境下的设备驱动程序开发,C语言,可运行。-S3C2410 LCD driver development, the development of device drivers under linux environment, the C language, you can run.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:7.37kb
    • 提供者:程昊
  1. kobject

    0下载:
  2. linux设备驱动学习过程中遇到的kobject代码示例,包含kset部分-Linux device drivers to learn the process of encounter kobject code sample, including kset part
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-05
    • 文件大小:1.73kb
    • 提供者:倪宝景
  1. notifier_DRIVER

    0下载:
  2. 设备驱动或网络驱动中用到LINUX内核通知链的一个示例代码,可以参考一下-Device drivers or network the LINUX kernel notification chain drive used in a sample code, you can refer to
  3. 所属分类:Driver develop

    • 发布日期:2017-12-02
    • 文件大小:239.85kb
    • 提供者:肖严
  1. sane_standard

    0下载:
  2. SANE(Scanner Access Now Easy)是用于开发光栅扫描设备驱动和应用程序的一个标准应用程序接口(API)。有了它,你的扫描仪驱动和应用程序的编写更容易。-SANE (Scanner Access Now Easy) for the development of raster scanning device drivers and application of a standard application program interface (API). With it, y
  3. 所属分类:Driver develop

    • 发布日期:2017-12-04
    • 文件大小:147.96kb
    • 提供者:
  1. Guide-for-USB-Device-Drivers

    0下载:
  2. linux下usb设备驱动编写向导,带你编写自己的usb设备驱动。本资料为英文版-Authoring Wizard under linux usb device driver, you write your own usb device driver. The data for the English version of
  3. 所属分类:Driver develop

    • 发布日期:2017-11-17
    • 文件大小:75.52kb
    • 提供者:
  1. char-device-drivers

    0下载:
  2. 字符设备驱动模板,方便新手学习字符设备驱动,gcc交叉编译即可-Character device driver templates, easy for novices to learn the character device driver, gcc cross-compiler can
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:2.01kb
    • 提供者:znn
  1. Linux-device-driver3

    0下载:
  2. Linux 设备驱动 中文版 第三版,包括驱动简介,中断,内存分配,USB驱动,块驱动,网络驱动-Chinese version of the third edition of Linux device drivers, including driver profiles, interrupts, memory allocation, USB drive, block drivers, network drivers, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1.23mb
    • 提供者:lsq
« 12 3 »
搜珍网 www.dssz.com