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

搜索资源列表

  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-sevice-driver-code(chinese)

    0下载:
  2. linux设备驱动方面的详细介绍,包括串口,PCI-Linux device the detailed introduction of driver aspects, including serial ports, PCI, etc
  3. 所属分类:软件工程

    • 发布日期:2017-05-11
    • 文件大小:2840024
    • 提供者:chenhongli
  1. Linux

    0下载:
  2. Linux平台下数据加密装置接口的驱动研究与实现-Data encryption device interface-driven research in the Linux platform, and Implementation
  3. 所属分类:文件格式

    • 发布日期:2017-04-05
    • 文件大小:530288
    • 提供者:liujinsuiyue
  1. Linux-device-driver

    0下载:
  2. 本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备.-This book to write your own guide you on how to drive, and how to use the kernel the relevant part. We adopt a kind of equipment-independent party Method Programming t
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:853851
    • 提供者:张留全
  1. mixer

    0下载:
  2. linux音频设备驱动的mixer和sound的测试程序,mixer混音对频率调节,sound先录音在放音-Linux audio device driver mixer and sound testing procedures, the mixer mixes the frequency adjustment, the first recording sound playback
  3. 所属分类:软件工程

    • 发布日期:2017-03-26
    • 文件大小:5978
    • 提供者:zhoubo
  1. Linux-USB--device-drive

    0下载:
  2. Linux下的USB程序分析Linux USB device drive USB、LINUX、设备驱动、总线-Linux USB device drive
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:14660
    • 提供者:dan
  1. linux_driver_on_20080604

    0下载:
  2. PI7C9X7958 linux 驱动-pericom usb转多串口项目 www.logicgrass.com
  3. 所属分类:文档资料

    • 发布日期:2017-04-05
    • 文件大小:31896
    • 提供者:郭福珍
  1. ldd.samples-2.0-beta3.tar

    0下载:
  2. linux驱动开发各模块演示程序,包含字符设备,块设备,网络设备的演示程序-Linux driver development for each module demo program contains the character device, block device, network devices of the demo program
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:128939
    • 提供者:唐敖
  1. linux-device-driver

    0下载:
  2. 有关嵌入式驱动开发书籍,菜鸟驱动开发必看-About embedded driver development books, rookie driver developers must see
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:367642
    • 提供者:lisheng
  1. linux-Application-Development

    0下载:
  2. 本书全面介绍了嵌入式 Linux 系统开发过程中,从底层系统支持到上层 GUI 应用的方方面面,内容涵盖 Linux 操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识,硬件部件的使用及编程,,U-Boot、Linux 内核的分析、配置和移植,根文件系统的构造,内核调试技术,驱动程序编写及移植,GUI系统的移植,应用程序调试技术。 -The book is a comprehensive introduction to embedded Linux system developme
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:522855
    • 提供者:张箫
  1. android-kernel

    0下载:
  2. android kernel 开发培训 Linux开发环境篇 Linux驱动开发篇 Linux内核篇-android kernel development training Linux development environment chapter Linux driver development articles Linux kernel articles
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:1061885
    • 提供者:jishan
  1. 11

    0下载:
  2. linux驱动开发路线。主要告诉我们学习驱动开发的学习步骤。-linux driver development route. Mainly tells us that learning driver development learning steps.
  3. 所属分类:Project Manage

    • 发布日期:2017-11-25
    • 文件大小:355205
    • 提供者:蔡超勋
  1. linux-wifi-driver

    0下载:
  2. wifi驱动开发入门级相当好的资料,对wifi驱动进行框架性介绍,入门必读。-WiFi driver development entry level quite good information, the WiFi driver framework introduction, introduction to reading.
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:1490591
    • 提供者:白居易
  1. Linux-net-device-analyse

    0下载:
  2. [摘要] 在本文中,首先概括了网络设备总体特征和工作原理,接着在分析了一个重要的数据结构device后,重点剖析了网络设备的整个初始化工作过程;简单地分析了设备的打开和关闭的操作后,是有关数据包的传输和接收的分析;在最后,本文对写网络设备驱动程序做了一个总结。以上的每部分的分析,都是在NE2000以太网卡的基础上进行的。在附录中是一个虚拟的字符设备驱动程序以及写这个程序的体会,该程序已成功使用过,它是在网络设备分析之前本人做的一个小小的试验。-[Abstract] In this article
  3. 所属分类:Project Design

    • 发布日期:
    • 文件大小:88991
    • 提供者:leeo
  1. linux-alsa-uda134x

    0下载:
  2. linux音频alsa-uda134x驱动移植详细分析介绍-linux alsa-uda134x
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:305648
    • 提供者:ycz
  1. linux_drive_deepstudy

    0下载:
  2. linux 驱动深度解析---有兴趣的朋友一起学习下-the linux driver depth analysis--- friends who are interested to learn under
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:701657
    • 提供者:wangyy
  1. linux-iic

    0下载:
  2. LINUX I2C驱动源码分析,使你更加了解在驱动中IIC的使用-LINUX I2C driver source code analysis
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:37058
    • 提供者:dengchaoai
  1. nandflash

    0下载:
  2. nandflash ECC校验原理,LINUX驱动说明-nandflash ECC
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:2231065
    • 提供者:佟武
  1. linuxqudong

    0下载:
  2. 讲解linux驱动编程的重要书籍,学linux必学驱动,很有用-Explain linux driver programming books, learn linux will learn to drive, very useful
  3. 所属分类:Project Design

    • 发布日期:2017-11-07
    • 文件大小:12464
    • 提供者:周全
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com