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

搜索资源列表

  1. led

    0下载:
  2. 一个LED的简单驱动程序 与测试程序。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.17kb
    • 提供者:郭冰峰
  1. LinuxDeviceDriverDemon

    0下载:
  2. linux 下的简单驱动实例代码,共享内存
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.3kb
    • 提供者:singyea
  1. char_driver_demo.rar

    0下载:
  2. Linux 2.6核下的字符驱动示例。以简单的代码表现Linux的驱动程序结构,Linux 2.6 Examples of lower-character-driven. The performance of a simple code structure Linux driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:3.3kb
    • 提供者:guo
  1. AntiXueTrReg

    0下载:
  2. XueTr算是目前最强的反rootkit工具了,本程序完成了对Xuetr的注册表项的隐藏,采取的方式是驱动绕过,而不是简单的GUI HACKER。-XueTr considered to be the most powerful anti-rootkit tool, the program completed Xuetr hidden registry keys, takes the form of driving around, rather than a simple GUI HACKER.
  3. 所属分类:Network Security

    • 发布日期:2017-03-28
    • 文件大小:63.21kb
    • 提供者:王田
  1. Linux_lab

    0下载:
  2. 基于S3C2410的一个实验说明,从简单的MINICOM配置,到一些简单驱动的讲解。-S3C2410-based descr iption of an experiment, from simple MINICOM configuration, to drive some simple explanation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3.48mb
    • 提供者:
  1. char_demo

    0下载:
  2. 2.6内核做简单的字符驱动的例子,与2.4有些差异,分享-2.6 kernel to do a simple example of character-driven, and 2.4 are some differences, share
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:67.45kb
    • 提供者:fenglimei
  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-13
    • 文件大小:2.15kb
    • 提供者:liuqinghua
  1. LCD0

    0下载:
  2. 嵌入式方面的一些简单程序,主要有lcd,触摸屏,sd卡驱动,还有简单的lcd人机界面及字模的显示-something useful
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-04-02
    • 文件大小:180.2kb
    • 提供者:王令枫
  1. serv

    0下载:
  2. 通过简单的函数调用,实现查看系统中所有开启的系统服务,包括驱动。-Through simple function invocation, check system of open all services, including driving system.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:575byte
    • 提供者:关河
  1. key

    0下载:
  2. S3C2440按键驱动 比较简单 经过测试 中断实现-driver of key for S3C2440
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3.67kb
    • 提供者:leezhou
  1. LinuxDriverBasicCode

    0下载:
  2. Linux驱动的基本简单的事例代码,非常有益于初学者的学习-Linux-driven basic, simple examples of code, very useful for beginners to learn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1.23mb
    • 提供者:wa
  1. serial-drivers

    0下载:
  2. Linux下的串口驱动程序讲解。E文的 不过比较简单 很容易看懂的-Serial port driver under Linux to explain. E-man, but more simple and easy to understand the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:872.14kb
    • 提供者:jack
  1. hehe

    0下载:
  2. 设备驱动程序的基本原理,简单驱动程序的编写方法-The basic principles of device drivers, a simple compilation of the driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:141.8kb
    • 提供者:
  1. SetupSerialPort

    0下载:
  2. linux下串口驱动的一个测试例子,只需要简单的设置便可使用-linux serial port driver under a test example, need only a simple set up can use! !
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:3.33kb
    • 提供者:zhezhen
  1. globalfifopoll

    0下载:
  2. 在linux 下的简单驱动,比较简单,适合初学者学习,通过实例测试-linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:25.52kb
    • 提供者:莫富广
  1. examples_tar_bz2

    0下载:
  2. linux驱动的模型,简单明了的设计例子。 韩国人的书(linux驱动开发详解)中的例子。很有学习价值-linux-driven model, the design of simple examples. Korean books (linux driver development explain) in the example. Great learning value
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:42.58kb
    • 提供者:曹雯丽
  1. Linux_fileEncryption

    1下载:
  2. linux下的文件过滤驱动,附带详细的报告,很简单的实现,但是功能齐全,有兴趣的可以学习一下。-file system filter driver under linux, with a detailed report, it is easy to achieve, but fully functional, interested to learn about.
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-03-11
    • 文件大小:140.69kb
    • 提供者:zz
  1. buttons

    0下载:
  2. s3c2440 linux下中断实现的按键驱动程序,有详细注释,简单易懂-s3c2440 linux keys under the Interrupt driver with detailed notes, easy to understand
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2.84kb
    • 提供者:caoting
  1. hello.tar

    0下载:
  2. 基于linux-2.6.20内核 最简单驱动程序 helloword CPU 2410-Linux-2.6.20 kernel based on the most simple driver helloword CPU 2410
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:13.29kb
    • 提供者:yelei
  1. ST7701驱动

    4下载:
  2. 嵌入式显示屏st7701s驱动,适合各大Linux系统平台,移植简单(The embedded display st7701s driver is suitable for various Linux system platforms, and it is easy to transplant)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2021-01-26
    • 文件大小:5.3mb
    • 提供者:小文子0917
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com