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

搜索资源列表

  1. Linux_driver_designe

    0下载:
  2. Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间 建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设 备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设 备驱动程序,可以深入理解Linux系统和进行系统开发-Linux system, device drivers operating system kernel is an important component, the equipme
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4075
    • 提供者:fhy
  1. Porting_Linux_to_ARM

    0下载:
  2. 移植嵌入式Linux到ARM处理器 第一章将简单地介绍本ARM开发板的硬件设计,第二章分析Bootloader的移 植方法,第三章叙述嵌入式mizi Linux的移植及文件系统的构建方法,第四章讲解外设的驱动程序设计,第五章给出一个已构建好的软硬件平台上应用开发的实例。-transplant Embedded Linux ARM processor to the first chapter will be simple to introduce the ARM hardware develo
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:905920
    • 提供者:张春杰
  1. sqcam-v4l

    0下载:
  2. 一种linux下的看摄像头的画面的软件,需要video4linux的支持,同时要有摄像头硬件和相应的驱动程序。-a linux look at the camera images of the software, need video4linux support, along with camera hardware and the corresponding driver.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:38796
    • 提供者:朱主们
  1. 18b20

    1下载:
  2. linux-2.6.12下的温度传感器18b20驱动程序代码,本人原创,包含测试程序,硬件平台是三星的s3c2440.绝对可用,请放心下载
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3738
    • 提供者:白文晓
  1. Zigbee_Linux

    2下载:
  2. 给出了CC2420在LINUX中的驱动程序,包括它和s3c2440的硬件连接图-Is given in the CC2420 driver in LINUX, including its hardware connection diagram, and s3c2440
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-02-28
    • 文件大小:45279
    • 提供者:郑伟
  1. 2440-touch-screen-driver

    1下载:
  2. 2440 触摸屏驱动详解: 触摸屏驱动的实现步骤 硬件原理图分析 建立触摸屏驱动程序 在两个中断服务程序中实现触摸屏状态和坐标的转换 将驱动代码写入内核-Detailed touch screen driver 2440: touch screen driver hardware schematic of implementation steps to establish the touch screen driver in the two interrupt ser
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-09-09
    • 文件大小:364544
    • 提供者:shl
  1. DriverBackUp

    0下载:
  2. Delphi7编写,备份操作系统的各个硬件的驱动程序-Delphi7 prepared to back up all the hardware, operating system drivers
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:482072
    • 提供者:风来
  1. 11linux

    0下载:
  2. Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设备驱动程序,可以深入理解Linux系统和进行系统开发。本文通过一个简单的例子来说明设备驱动程序的设计。 -Linux system, device drivers the operating system kernel are an importan
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:2202
    • 提供者:liuqinghua
  1. Construction_of_Embedded

    0下载:
  2. 本书讲述了嵌入式系统硬件的构成,再简要介绍了操作系统的知识,介绍了嵌入式linux及其软件开发环境,就交叉编译及设备驱动程序等也做了相关的叙述。-This book describes the composition of embedded systems hardware, and then briefly introduce the knowledge of the operating system on embedded linux and software development env
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:1593912
    • 提供者:zhangheng
  1. Linuxdevicedriverhardwarecomm

    0下载:
  2. Linux设备驱动程序学习(9)-与硬件通信 - Linux设备驱动程序 .rar-Linux设备驱动程序学习(9)-与硬件通信- Linux设备驱动程序 .rar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:58770
    • 提供者:zwx
  1. linuxqudong-1

    0下载:
  2. 本书介绍的主题会越来越复杂,它们可以分成两个部分。第一部分(第1章到第10章)从内核模块的正确安装开始介绍,会涉及到写字符设备驱动程序需要面对的各方面的问题。每章会讨论一个独立主题,并且在末尾包含一个“符号表”,在实际开发时,可以用作参考。当我写自己的设备驱动程序时,我发现我会回头去查自己写的章节,我希望你也可以充分利用这个符号表。 贯穿本书第一部分材料的组织方式大致是从面向软件到面向硬件。这意味着你可以在没有附加设备的情况下在你的机器上测试软件。每章都包含源代码,并指出可以使用的驱动程序的
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:94884
    • 提供者:lee
  1. 20099171928627

    0下载:
  2. 正像有些网友所说的:VB无所不能!这个电脑驱动程序备份程序可以体现出VB确实短小精悍,蛮强,蛮强的作者。源代码通过获取q驱动inf文件进行列表所有计算机驱动程序信息,并可以按照备份到文件夹、压缩备份、自解压格式备份等方式备份硬件驱动程序,如果按照自解压备份的话,可以通过程序自带的驱动自动安装助手进行自动还原安装。 -As some users said: VB do anything! Driver backup of this computer program can reflect th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1638692
    • 提供者:chetcitao
  1. c6xdigio

    0下载:
  2. 机电一体化系统公司C6x_DIGIO DSP子卡的硬件驱动程序。-Of mechatronic systems C6x_DIGIO DSP daughter card hardware drivers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-18
    • 文件大小:2817
    • 提供者:browanner
  1. adl_pci6208

    0下载:
  2. LINUX系统上,凌华科技有关6208系列显卡的硬件驱动程序。-LINUX system, ADLINK 6208 series graphics card hardware drivers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:4109
    • 提供者:taprootor
  1. adv_pci1710

    0下载:
  2. LINUX系统上研华卡:PCI-1710的硬件驱动程序。-LINUX system Advantech cards: PCI-1710 hardware drivers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:10560
    • 提供者:weighery
  1. adv_pci_dio

    0下载:
  2. LINUX系统上研华PCI DIO卡的硬件驱动程序。 -LINUX system the Advantech PCI DIO card hardware drivers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-05
    • 文件大小:7674
    • 提供者:weighery
  1. comedi_parport

    0下载:
  2. 标准的并行端口的硬件驱动程序.有需要的朋友可以下载-Standard parallel port hardware drivers. Friend in need can be downloaded
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:2721
    • 提供者:achaine
  1. dt2814

    0下载:
  2. LINUX系统上用于数据转换的DT2814硬件驱动程序,欢迎下载!-The LINUX system hardware drivers for data conversion DT2814, welcome to download!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-28
    • 文件大小:2830
    • 提供者:dffgv8
  1. dt2817

    0下载:
  2. LINUX系统上用于数据转换的硬件驱动程序,支持DT2817芯片的。-LINUX systems for data conversion hardware driver support DT2817 chip.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-13
    • 文件大小:1582
    • 提供者:dfsad6
  1. msscsi

    0下载:
  2. linux系统上,Quanser MultiQ-3电路板的硬件驱动程序,欢迎使用.-linux system on the Quanser MultiQ-board hardware drivers are welcome to use.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:2223
    • 提供者:lwojvo
« 12 3 »
搜珍网 www.dssz.com