CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - linux设备驱动开发详解

搜索资源列表

  1. drivers Linux设备驱动开发详解

    0下载:
  2. Linux设备驱动开发详解(第2版)部分源码。-Linux device driver development explain (version 2) of the source. Please unzip in Linux, windows does not unzip under the oh ~
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-23
    • 文件大小:19669
    • 提供者:cxsys
  1. SAA711x_I2C_Linux.rar

    0下载:
  2. Linux设备驱动开发详解_SAA711x I2C设备驱动,Linux device driver development Detailed _SAA711x I2C device driver
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-28
    • 文件大小:4973
    • 提供者:杨川庆
  1. linuxdriver-cd

    0下载:
  2. LINUX设备驱动开发详解, 随书光盘(LINUX device driver development Xiang Jie, with the book CD-ROM)-LINUX device driver development Xiang Jie, with the book CD-ROM
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-16
    • 文件大小:25066805
    • 提供者:wefweff
  1. PCI

    0下载:
  2. Linux设备驱动开发详解_PCI驱动范例.rar-Linux device driver development of detailed examples _PCI drive. Rar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:26124
    • 提供者:杨川庆
  1. PCI_Linux

    0下载:
  2. Linux设备驱动开发详解_PCI驱动范例-Linux device driver development driver _PCI Detailed Example
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:26088
    • 提供者:杨川庆
  1. linuxdriver_code_tool

    1下载:
  2. LINUX设备驱动开发详解(光盘源码)。 -Detailed LINUX device driver development (CD-ROM source).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-16
    • 文件大小:25118303
    • 提供者:gaoyuan
  1. Linux-device-driver

    0下载:
  2. Linux设备驱动开发详解讲座.pdf格式,需要的赶紧下了哦-Linux device driver development of detailed talks. Pdf format and need a Oh hurry
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1050442
    • 提供者:谭敏敏
  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
    • 文件大小:2677
    • 提供者:bob
  1. LinuxDeviceDriverA-S3C2410RealTimer

    0下载:
  2. Linux设备驱动开发详解源码- S3C2410实时钟驱动--s3c2410-rtc.c 秒设备驱动与应用程序-second.c -second_test.c-Explain the development of Linux device driver source code- S3C2410-driven real-time clock- s3c2410-rtc. C seconds device drivers and application-second.c-second_t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:6304
    • 提供者: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
    • 文件大小:20555
    • 提供者: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
    • 文件大小:15245
    • 提供者: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
    • 文件大小:16468
    • 提供者:bob
  1. Linux-driver-development18

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第18章、LCD设备驱动。在多媒体应用的推动下,彩色LCD越来越多地应用到了嵌入式系统中,掌上电脑(PDA)、手机等多采用TFT显示器件,支持彩色图形界面,能显示图片并进行视频媒体播放。帧缓冲(Framebuffer)是Linux为显示设备提供的一个接口,它允许上层应用程序在图形模式下直接对显示缓冲区进行读写操作。本章主要讲解帧缓冲设备Linux驱动的架构及编程方法。-Author: HuaQing vis
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:887513
    • 提供者:华清远见
  1. Linux-driver-development15

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第15章、Linux的I2C核心、总线与设备驱动。I2C总线仅仅使用SCL、SDA这两根信号线就实现了设备之间的数据交互,极大地简化了对硬件资源和PCB板布线空间的占用。因此,I2C总线被非常广泛地应用在EEPROM、实时钟、小型LCD等设备与CPU的接口中。Linux系统定义了I2C驱动体系结构,在Linux系统中,I2C驱动由3部分组成,即I2C核心、I2C总线驱动和I2C设备驱动。这3部分相互协作,形
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:593783
    • 提供者:华清远见
  1. linux-driver

    0下载:
  2. 王宝华的《linux设备驱动开发详解》影印版,很清晰。另外还有王宝华关于linux设备驱动开发的讲座PDF-WANG Bao-hua of the " linux device driver development explain" photocopy version, is very clear. Another WANG Bao-hua linux device driver development on the lecture PDF
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-28
    • 文件大小:11216614
    • 提供者:wlf
  1. Linux设备驱动开发详解_宋宝华

    0下载:
  2. Linux设备驱动手册中Linux设备模型是对系统设备组织架构进行抽象的一个数据结构,旨在为设备驱动进行分层、分类、组织。降低设备多样性带来的Linux驱动开发的复杂度,以及设备热拔插处理、电源管理等。(Linux device driver of Linux device model manual is an abstract data structure architecture of system equipment organization, aiming at the device d
  3. 所属分类:Linux/Unix编程

  1. Linux设备驱动开发详解.part01

    1下载:
  2. Linux所有设备驱动开发详解(包括字符型,块设备,平台设备等)(Linux detailed explanation of all device driver development (including character type, block device, platform device, etc.))
  3. 所属分类:驱动编程

    • 发布日期:2019-07-23
    • 文件大小:4999168
    • 提供者:chijiu
  1. Linux设备驱动开发详解-基于最新Linux4.0源码

    6下载:
  2. Linux设备驱动开发详解:基于最新的Linux 4.0内核 的源码(Linux device driver development detailed explanation: Based on the latest Linux 4 kernel source code.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-12-28
    • 文件大小:1436672
    • 提供者:unthin
  1. 《Linux设备驱动开发详解》【华清远见10年特献】

    2下载:
  2. 华清远见官方出品,比较好的阐述了linux设备驱动的构建。(product from HuaQingYuanJian)
  3. 所属分类:驱动编程

    • 发布日期:2019-05-29
    • 文件大小:5866496
    • 提供者:nanguozhanshen
  1. Linux设备驱动开发详解4.0内核(非扫描版)

    1下载:
  2. 这个pdf-- Linux设备驱动开发详解4.0内核(非扫描版) 非常的经典好看(This PDF -- Linux device driver development details 4.0 kernel (non scanning version) is very classic and good-looking)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-12-28
    • 文件大小:13050880
    • 提供者:柚子00
« 12 3 4 »
搜珍网 www.dssz.com