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

搜索资源列表

  1. WritingDSPBIOSDeviceDriversforBlockIO

    0下载:
  2. This application note describes a method for developing block-oriented I/O device drivers for applications that use the DSP/BIOS real-time kernel and includes examples that run with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 a
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:396.7kb
    • 提供者:陈军辉
  1. NThuanjingshebeiqudong

    0下载:
  2. 这是NT环境下的设备驱动,对编写NT系统的设备驱动的程序员有帮助的啊!-This is the NT device drivers for the preparation of the NT system device driver programmers help ah!
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:75.45kb
    • 提供者:副类
  1. Essential Linux Device Drivers

    2下载:
  2. Essential Linux Device Drivers "Probably the most wide ranging and complete Linux device driver book I've read." --Alan Cox, Linux Guru and Key Kernel Developer The Most Practical Guide to Writing Linux Device Drivers
  3. 所属分类:技术管理

  1. USB

    0下载:
  2. 基于VC的USB接口通信程序设计, 本文研发了一套基于USB接口的数据采集系统,整个系统的设计涉及到硬件、设备固件(Firmware)、USB设备驱动程序及客户应用软件。-VC-based communication program of the USB interface design, this article developed a set of USB-based data acquisition system, the entire system design related to h
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:185.85kb
    • 提供者:花花
  1. Linux_driver_3th_2.6_Chian

    0下载:
  2. linux设备驱动第三版中文,基于2.6.18.10所写,有需要的朋友请下载!-linux device drivers third edition of English, based on the 2.6.18.10 written, there is required, please download the Friend!
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1.14mb
    • 提供者:李华
  1. Linux_Device_Drivers_2nd_Edition

    0下载:
  2. Detailed guide for developing device drivers on Linux platform
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3.71mb
    • 提供者:Prashanth
  1. Writing_Windows_WDM_Device_Drivers

    0下载:
  2. Make a Driver is difficult, it need some experients. When you write it, you will be fault to other fault. i think that, this book is good to make driver use WDM(window driver model)
  3. 所属分类:IT Hero

    • 发布日期:2017-05-19
    • 文件大小:5.23mb
    • 提供者:Hieu
  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. embeddedapplications

    0下载:
  2. 文件夹中包含多篇关于嵌入式应用程序开发与设备驱动程序。-Folder contains more than on the development of embedded applications and device drivers.
  3. 所属分类:Project Design

    • 发布日期:2017-05-08
    • 文件大小:1.71mb
    • 提供者:宋征远
  1. DeviceDriver

    0下载:
  2. This a thorough analysis of Device Drivers-This is a thorough analysis of Device Drivers
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:289.11kb
    • 提供者:mahesh
  1. Essential_Linux_Device_Drivers

    0下载:
  2. Essential Linux Device Drivers
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3.17mb
    • 提供者:brejdak
  1. PowerPC-VxWorks-BSP

    0下载:
  2. PowerPC VxWorks BSP 分析,包括硬件软件、BSP和设备驱动分析-PowerPC VxWorks BSP analysis, including hardware and software, BSP and device drivers analysis
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1.67mb
    • 提供者:魏恪之
  1. intro_linux_device_drivers

    0下载:
  2. Linux 設備驅動簡介 - Recreating Life One Driver At a Time-Introduction to Linux Device Drivers Recreating Life One Driver At a Time
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:83.38kb
    • 提供者:Eric Wang
  1. EssentialLinuxDeviceDrivers

    0下载:
  2. The Essential Linux Device Drivers Book. This book covers the device driver development for all popular devices on Linux 2.6 kernel
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:4.09mb
    • 提供者:Rejo
  1. Writing-Portable-Device-Drivers

    0下载:
  2. Writing portable device drivers - a tutorial by Greg Kroah-Hartman
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:34.39kb
    • 提供者:needsbook4
  1. Essential.Linux.Device.Drivers

    0下载:
  2. Essential.Linux.Device.Drivers译文-Essential.Linux.Device.Drivers.it is good points for user starting
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:312.35kb
    • 提供者:steven
  1. Linux-net-device-analyse

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

    • 发布日期:
    • 文件大小:86.91kb
    • 提供者:leeo
  1. linux-device-driver

    0下载:
  2. 最经典的linux设备驱动书籍,每一个linux驱动开发者必读-linux device drivers
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:4.66mb
    • 提供者:Ray
  1. Essential-Linux-Device-Drivers[2008-851p].pdf

    0下载:
  2. Essential Linux Device Drivers full book explaining step by step how to program your own device drivers for Linux. Really good.
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:4.37mb
    • 提供者:mensch0815
  1. how-to-write-device-drivers

    0下载:
  2. 关于怎么写器件驱动的一点个人经验和思路,仅供参考-A little personal experience and ideas on how to write device drivers for reference only
  3. 所属分类:IT Hero

    • 发布日期:2017-04-13
    • 文件大小:2.42kb
    • 提供者:胡文进
« 12 3 »
搜珍网 www.dssz.com