CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Linuxdevicedriver

搜索资源列表

  1. LinuxDeviceDriver(Edition3)

    0下载:
  2. Linux 设备驱动 Edition 3.chm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:725.19kb
    • 提供者:光哥
  1. LinuxDeviceDriver

    0下载:
  2. linux驱动设计第二版 经典 设备驱动工程师必备
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:422.86kb
    • 提供者:王筱
  1. LinuxDeviceDriver

    0下载:
  2. 我们同事写的linux 2.6 驱动设计模型,结合一个实际的项目,对总线、设备和驱动程序作了详细的讲解,非常有参考价值。-Our colleagues to write the linux 2.6 model-driven design, combined with a practical project, on the bus, equipment and driver made in detail, very good reference material.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:86.52kb
    • 提供者:hzh007
  1. LinuxDeviceDriver

    0下载:
  2. 《linux驱动程序开发教程》驱动开发者必备书籍-linux Driver Development Course
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-29
    • 文件大小:11.02mb
    • 提供者:liuxing521lan
  1. Linuxdevicedriver

    0下载:
  2. Linux设备驱动程序第二版,听说是很好的书-Linux device driver the second edition, I heard that is a very good book
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:640.28kb
    • 提供者:王强
  1. LinuxDeviceDriver(2ndEdition)

    0下载:
  2. 一些关于linux下的设备驱动的资料 比较详细地介绍了常用设备驱动-Under a number of linux device drivers information in more detail descr iption of the commonly used device drivers
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3.45mb
    • 提供者:王辉
  1. LinuxDeviceDriver-04

    0下载:
  2. Linux设备驱动开发详解-04 :内核模块参数范例 :内核模块导出符号 :最简单的内核模块-Explain the development of Linux device driver-04: an example of kernel module parameters: the kernel module to export symbols: the most simple kernel module
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.18kb
    • 提供者:bob
  1. LinuxDeviceDriver-05

    0下载:
  2. Linux设备驱动开发详解-06 udev-udev is targeted at Linux kernels 2.6 and beyond to provide a userspace solution for a dynamic /dev directory, with persistent device naming. The previous /dev implementation, devfs, is now deprecated, and udev is seen as the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:238.09kb
    • 提供者:bob
  1. LinuxDeviceDriver-06

    0下载:
  2. Linux设备驱动开发详解 Code-06 :globalmem驱动-Explain the development of Linux device drivers Code-06: globalmem drive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:4.69kb
    • 提供者:bob
  1. LinuxDeviceDriver-07

    0下载:
  2. Linux设备驱动开发详解-07 :含并发控制的globalmem驱动-Explain the development of Linux device driver-07: concurrency control with the driver globalmem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2.61kb
    • 提供者:bob
  1. LinuxDeviceDriver-08

    0下载:
  2. Linux设备驱动开发详解-08 :globalfifo驱动-Explain the development of Linux device driver-08: globalfifo drive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.9kb
    • 提供者:bob
  1. LinuxDeviceDriver-DMA

    1下载:
  2. Linux设备驱动开发详解源码- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c-Explain the development of Linux device driver source code- DMA Example | | |- 3c505.c | | |- 3c505.h | | `- dma.h |`- static map exam
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:20.07kb
    • 提供者:bob
  1. LinuxDeviceDriver-NVRAM

    0下载:
  2. Linux设备驱动开发详解源码- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:14.89kb
    • 提供者:bob
  1. LinuxDeviceDriver-IDE

    0下载:
  2. Linux设备驱动开发详解源码- | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c-Explain the development of Linux device driver source code- | |- IDE drive | | |- ide-disk.c | | `- ide-h8300.c |`- RAMDISK driver | `- rd.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:16.08kb
    • 提供者:bob
  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
    • 文件大小:12.06kb
    • 提供者:liz
  1. Linuxdevicedriver(kernel2.2)

    0下载:
  2. Linux设备驱动程序(内核2.2),编写Linux驱动方面很好学习资料-Linux device driver (kernel 2.2), Linux-driven aspects of the preparation of a good learning materials
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-09
    • 文件大小:16.04mb
    • 提供者:张成
  1. LinuxDeviceDriver

    0下载:
  2. Linux Device Driver - Guide for Linux Kernel Drivers-Linux Device Driver- Guide for Linux Kernel Drivers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:4.63mb
    • 提供者:Mendel Aizner
  1. LinuxDeviceDriver

    0下载:
  2. linux设备驱动教学课件,字符驱动,内核调试,竞态,中断,高级io-linux device driver Courseware
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:80.88kb
    • 提供者:于孝辉
  1. linuxdevicedriver

    0下载:
  2. linux kernel driver programming korean version
  3. 所属分类:Driver develop

    • 发布日期:2017-12-10
    • 文件大小:96.96kb
    • 提供者:davo
  1. Linuxdevicedriver

    0下载:
  2. 《Linux设备驱动程序》第三版,第十七章,网络驱动源码示例的注释。-" Linux Device Drivers" Third Edition, Chapter 17 Network driver source code examples of the Notes.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:10.12kb
    • 提供者:宇卓
搜珍网 www.dssz.com