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

搜索资源列表

  1. FU_Rootkit

    0下载:
  2. hide processes, elevate process privileges, fake out the Windows Event Viewer so that forensics is impossible, and even hide device drivers (NEW!) All this without any hooking.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:143130
    • 提供者:ketty
  1. 用C编写设备驱动程序的示例

    0下载:
  2. 用C编写设备驱动程序的示例-C device drivers example
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10610
    • 提供者:彭斯喜
  1. PnPEvent

    0下载:
  2. 设备即插即用驱动程序,可检测到设备接口的到来和离去-plug-and-play device drivers, can be detected in the arrival of equipment and interface leave
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1854631
    • 提供者:尚一
  1. Linux0.01设备管理代码

    0下载:
  2. Linux0.01设备驱动程序 最精简的linux代码 适合操作系统入门-Linux0.01 device drivers streamlining the most suitable source Linux operating system entry
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:24884
    • 提供者:wzy
  1. linux_device_driver_source

    0下载:
  2. LINUX设备驱动程序第三版配套源码,学习LDD3必备!-LINUX device drivers third edition of the complete source code, learn LDD3 essential!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:141017
    • 提供者:
  1. Linux-Device-Drivers.2nd

    0下载:
  2. linux的设备驱动编程,英文版-linux device driver programming, English
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:7130189
    • 提供者:很菜的菜鸟
  1. Essential-Linux-Device-Drivers

    0下载:
  2. 上传一本关于linux设备驱动的书籍,该书介绍的还是比较详细的,但是,是英文高清文字pdf,现在好多经典书籍都是国外人写的,国内人写的大部分也是翻译,或者借来的,缺乏原汁原味,有兴趣的可以看一下。-Upload a linux device driver on the books, the book is described in more detail, but the text is English definition pdf, now a lot of classic books are
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-19
    • 文件大小:5152737
    • 提供者:龚常
  1. Essential-Linux-Device.tar

    1下载:
  2. 《精通Linux设备驱动程序》,作者Sreekrishnan Venkateswaran 有丰富的驱动开发经验-Essential-Linux-Device-Drivers-Prentice-Hall-Open-Source-Software-Development-Series, the author, Sreekrishnan Venkateswaran has the sufficient experience for the Linux-device.
  3. 所属分类:Linux驱动

    • 发布日期:2013-04-30
    • 文件大小:4286361
    • 提供者:子林
  1. linux-device-drivers

    0下载:
  2. 关于Android开发中Linux系统设备驱动的介绍。-Introduction of the device driver for Linux system on the Android developers.
  3. 所属分类:android

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

    0下载:
  2. A good Linux Device Driver book for embedded linux developers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3742077
    • 提供者:andy feng
  1. Linux-Device-Drivers-3e

    0下载:
  2. LINUX 设备驱动开发经典书籍 本书包含内容介绍设备驱动;编译运行模块的方法;字符设备介绍;调试技术;竞争和并发;高级字符驱动的操作;时间和延迟;内存分配;... -linux device driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4549806
    • 提供者:微笑的鱼儿
  1. LINUX-Device-Driver(att.Source)

    0下载:
  2. LINUX设备驱动程序第三版配套源码; 设备驱动最通俗的解释就是“驱使硬件设备行动”。驱动与底层硬件直接打交道,按照硬件设备的具体工作方式,读写设备的寄存器,完成设备的轮询、中断处理、DMA通信,进行物理内存向虚拟内存的映射等,最终让通信设备能收发数据,让显示设备能显示文字和画面,让存储设备能记录文件和数据。-LINUX device drivers third edition of the supporting source Device Driver is the most popul
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:153407
    • 提供者:石大
  1. Linux-net-device-analyse

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

    • 发布日期:
    • 文件大小:88991
    • 提供者:leeo
  1. Guide-for-USB-Device-Drivers

    0下载:
  2. linux下usb设备驱动编写向导,带你编写自己的usb设备驱动。本资料为英文版-Authoring Wizard under linux usb device driver, you write your own usb device driver. The data for the English version of
  3. 所属分类:Driver develop

    • 发布日期:2017-11-17
    • 文件大小:77334
    • 提供者:
  1. char-device-drivers

    0下载:
  2. 字符设备驱动模板,方便新手学习字符设备驱动,gcc交叉编译即可-Character device driver templates, easy for novices to learn the character device driver, gcc cross-compiler can
  3. 所属分类:Driver develop

    • 发布日期:2017-11-25
    • 文件大小:2055
    • 提供者:znn
  1. linux-device-driver

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

    • 发布日期:2017-11-17
    • 文件大小:4882284
    • 提供者:Ray
  1. Linux-device-driver3

    0下载:
  2. Linux 设备驱动 中文版 第三版,包括驱动简介,中断,内存分配,USB驱动,块驱动,网络驱动-Chinese version of the third edition of Linux device drivers, including driver profiles, interrupts, memory allocation, USB drive, block drivers, network drivers, etc.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-07
    • 文件大小:1288931
    • 提供者:lsq
  1. device

    0下载:
  2. IIO Device drivers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1392
    • 提供者:vunkongban
  1. Windows-Device-Driver

    0下载:
  2. Overview of device drivers
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-30
    • 文件大小:25648
    • 提供者:SasiSang
  1. Linux Device Drivers(2rd Edition) 中文非影印

    0下载:
  2. linux device driver,很好的学习linux设备驱动的资料(Linux device driver, very good learning Linux device driver data)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-20
    • 文件大小:2099200
    • 提供者:seafly
« 1 2 3 45 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com