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

搜索资源列表

  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. Research-and-Implementation-of-USB-Device-Driver-f

    0下载:
  2. 通过分析linux下蓝牙协议栈blueZ的源代码,给出了blueZ的组织结构和特点,在了解linux USB设备驱动架构的基础上详细分析了蓝牙USB传输驱动机制和数据处理过程,给出了实现蓝牙设备驱动的重要数据结构和流程,最后总结了linux下开发蓝牙USB设备驱动的一般方法和关键技术。-Based on analyzing the source code of linux bluetooth stack blueZ, depicted the structure and characterist
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:173131
    • 提供者:梁军学
  1. uClinux_CAN_Driver

    0下载:
  2. 嵌入式uClinux下的CAN总线设备驱动程序设计,文章条理清晰,很详细的介绍了驱动程序的编写,以及如何加载到uClinux内核中,相信对您会有所帮助.-UClinux embedded under the CAN-bus device driver design, the clarity of the article, very detailed account of the preparation of the driver, and how to load the uClinux kern
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:10818
    • 提供者:Davinci
  1. vxworks-6.2-doc

    0下载:
  2. lDocumentation for VxVorks 6.2. Migration Guide, Application API Reference, Driver API Reference, BSP developers Guide, CLI Tools Users Guide, Device Driver Developers Guide and more.
  3. 所属分类:software engineering

    • 发布日期:2017-06-09
    • 文件大小:16509560
    • 提供者:puppe
  1. LinuxI2CDriver.pdf

    0下载:
  2. Writing I2C device Driver on linux with Osiloscope output
  3. 所属分类:Development Research

    • 发布日期:2017-04-06
    • 文件大小:471173
    • 提供者:mist4u
  1. winCE-driver

    0下载:
  2. winCE 设备驱动介绍。英文的啊。-winCE device driver.
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3186254
    • 提供者:jason
  1. MTK_ARM_7

    0下载:
  2. mtk arm7 structure MTK for MediaTek companies to provide GSM software program. It includes five parts: -- "L1 agreement -- "Device Driver -- "Protocol Stack -- "MMI -- "WAP application MediaTek offers three tools: -- "Catcher
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:43617
    • 提供者:Mehmet S. KOC
  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
    • 文件大小:4286575
    • 提供者:Rejo
  1. IEEE1394b-based-two-way-transmission-device-driver

    0下载:
  2. 基于IEEE1394b的双向传输设备驱动程序设计-IEEE1394b-based two-way transmission device driver design
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:120064
    • 提供者:wangyipee
  1. device-driver-design

    0下载:
  2. 这是一个ppt,详细介绍了windows和linux下的驱动程序设计方法,对初学驱动程序设计的同学非常有帮助。介绍思路主要是先介绍驱动在当前os下的位置,驱动架构,注意事项,等等。-This is a ppt, described in detail under windows and linux driver design, driver design for beginner students is very helpful. Describes the main idea is to in
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:742319
    • 提供者:hexiaoya
  1. driver-study

    0下载:
  2. linux 系统中设备驱动的分类以及驱动的注册和实现过程,有具体的实现过程-linux system in the device driver and the driver of the registration and implementation process, the specific implementation process
  3. 所属分类:软件工程

    • 发布日期:2017-04-06
    • 文件大小:193660
    • 提供者:xiaoqiang
  1. linux_-device-driver

    0下载:
  2. linux_设备驱动程序_(第二版) 讲述各种设备驱动程序编写方法-linux_ device driver _ (second edition) about a variety of device driver programming method
  3. 所属分类:软件工程

    • 发布日期:2017-05-10
    • 文件大小:2099551
    • 提供者:胡庆余
  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. Windows.7.Device.Driver

    0下载:
  2. [Windows.7.设备驱动程序开发].(Windows.7.Device.Driver).Reeves,.文字版[ED2000.COM-diriver development on win7
  3. 所属分类:software engineering

    • 发布日期:2017-11-04
    • 文件大小:1279390
    • 提供者:绿浪
  1. Linux-net-device-analyse

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

    • 发布日期:
    • 文件大小:88991
    • 提供者:leeo
  1. USB-device-driver-development

    0下载:
  2. USB设备驱动开发,USB协议,USB控制器,USB驱动体系结构,USB设备驱动数据结构和API。-USB device driver development, USB protocol, USB controllers, USB drive architecture, data structures of a USB device driver and API.
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:661436
    • 提供者:熊枫
  1. USB-driver-development

    0下载:
  2. USB驱动程序开发,Windows NT设备驱动程序开发基础,Win32设备驱动程序体系结构,开发环境安装,实例演示。-USB driver development, the Windows NT device driver development foundation, Win32 device driver architecture, development environment installed demo instance.
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:1827557
    • 提供者:熊枫
  1. linux-device-driver

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

    • 发布日期:2017-11-17
    • 文件大小:4882284
    • 提供者:Ray
  1. Windows.7.Device.Driver).Reeves-

    0下载:
  2. [Windows.7.设备驱动程序开发] 经典教程-Windows.7.Device.Driver
  3. 所属分类:Project Manage

    • 发布日期:2017-04-09
    • 文件大小:1290260
    • 提供者:lutianming
  1. Linux-device-driver-develop

    0下载:
  2. 关于linux设备驱动的程序详细开发介绍。-About linux device driver development program described in detail.
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3320746
    • 提供者:dsa
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com