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

搜索资源列表

  1. s3c2410_udc

    0下载:
  2. 这个是关于linux中USB的驱动 是国嵌视频教程中的一个例子-This is the USB driver on linux is embedded in the country an example of a video tutorial
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-26
    • 文件大小:1439
    • 提供者:小强
  1. isd4004

    0下载:
  2. isd4004 c驱动代码 包括播放 录制 停止 等各个函数 ;是初学者学习写驱动的好例子-isd4004 c driver code to play the recording to stop all functions is a good example for beginners to learn to write a driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:7672
    • 提供者:123456
  1. Linux-kernel-makefile-resolution

    0下载:
  2. 分析了 Linux 内核中的配置系统结构,然后,解释了 Makefile 和配 置文件的格式以及配置语句的含义,最后,通过一个简单的例子--TEST Driver, 具体说明如何将自行开发的代码加入到 Linux 内核中-Linux kernel configuration system structure, then, explains the meaning of the Makefile and configuration file format and configuration
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:342252
    • 提供者:罗海兵
  1. helloworld-driver

    0下载:
  2. linux驱动例子,一个helloworld程序-linux driver example, a helloworld program
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-11
    • 文件大小:1037
    • 提供者:罗剑
  1. UCOS-II

    1下载:
  2. 使用Mircosoft Visual C++6.0编译,学习uc/os-ii 2.80版RTOS的范例,展示任务(task)创建,优先级(priority)等,并且示范如何在Mircosoft Visual C++6.0的环境下编译一个工程文件,以取代原文书中使用Borland C++ 4.51 版的编译,提供使用者一个新的选择。--Mircosoft Visual C++6.0 compile learn uc/os-ii 2.80 RTOS example, show the task (t
  3. 所属分类:Driver develop

    • 发布日期:2017-06-12
    • 文件大小:1920000
    • 提供者:方锐
  1. example

    0下载:
  2. c语言的一些例子,总共有20多个!很好用的一些基础例题.-An example of C,the output of a digital
  3. 所属分类:Driver develop

    • 发布日期:2017-12-07
    • 文件大小:10021
    • 提供者:yono
  1. BORLAND-cPP-EPOS24-5-Example

    0下载:
  2. 基于borland C++的EPOS24/5编程使用实例,非常好,方便编程学习。-A EPOS24/5 EXAMPLE WITH BORLAND C++ IS is very convenient to learn and use
  3. 所属分类:Driver develop

    • 发布日期:2017-11-09
    • 文件大小:1341364
    • 提供者:amazeror
  1. dm5408_0.1.tar

    0下载:
  2. DM5408 acquisition card Linux driver. As a driver example for beginners. It is not complete just reading and writing digital/analog ports. Port of windows 98 driver.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-13
    • 文件大小:44440
    • 提供者:sneetsher
  1. vector

    1下载:
  2. 使用vector 模拟二维数组的复习,举例: 可以定义vector 的元素仍然是一个vector 比如, vector <vector <int> > 即表示一个二维int 数组,里层的vector <int> 表示第一维, 外层的vector 表示第二维:-Vector to simulate a two-dimensional array of review, for example: you can define the vector el
  3. 所属分类:Linux驱动

    • 发布日期:2013-11-08
    • 文件大小:600
    • 提供者:熊韬
  1. mhash

    0下载:
  2. mhash.rar 研究hash table的一个很好的参考例子。 值得研究下-The Research hash table in mhash.rar a good example. Worthy of study under
  3. 所属分类:Driver develop

    • 发布日期:2017-11-28
    • 文件大小:29081
    • 提供者:
  1. Linux_video_jiankong

    0下载:
  2. 嵌入式的linux视频监控系统,很好的视频监控例子,对于做视频界面监控的人来说尤其重要-Embedded linux video surveillance systems, video surveillance a good example of the interface for doing video surveillance is particularly important for people
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:229956
    • 提供者:金牛拓跋
  1. alsa_player

    1下载:
  2. 一个关于alsa播放wav文件的简单实例,供初始学参考-it s a simple example for ALSA
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:575964
    • 提供者:dong
  1. biendich-kernel-hnd.pdf

    0下载:
  2. Find out about the Eclipse Platform, including its origin and architecture. Starting with a brief discussion about the open source nature of Eclipse and its support for multiple programming languages, we demonstrate the Java™ development environ
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:216405
    • 提供者:dao truong
  1. BitMasking2.c.tar

    0下载:
  2. BitMask a simple example to very bits. Useful to test configurations. In C Language. easy to understand.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:568
    • 提供者:Mike
  1. TestDB.c

    0下载:
  2. 通过简单实例,从Linux设备驱动本身,理解Linux内核模块、Linux设备驱动的结构、Linux设备驱动中的并发控制等内容。并针对设备驱动的实例,给出了用户态的程序来访问该设备,展现设备驱动的运行情况及用户态和内核态的交互。-Linux (which is a kernel) manages the machine s hardware in a simple and efficient manner, offering the user a simple and uniform progr
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:15125
    • 提供者:zhangcy122
  1. poll

    0下载:
  2. 一个linux dirver示例:关于poll阻塞的简明而又很好的示例。-A linux dirver example: Brief but good example on poll obstruction.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2651
    • 提供者:wzn
  1. leds-driv

    0下载:
  2. 一个linux dirver示例:关于leds灯在开发板的简明示例,用直接操纵IO方式,便于理解驱动原理。-A linux dirver example: About leds lights in the condensed sample development board, using direct manipulation IO mode, easy to understand the driving principle.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2691
    • 提供者:wzn
  1. input_system_test_driver

    0下载:
  2. 一个关于输入子系统驱动与测试的源码,简明而又很好的示例。-A test drive on the input subsystem source, concise but good example.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2666
    • 提供者:wzn
  1. loop_net_device_driver

    0下载:
  2. 一个关于回环网卡的linux driver,简明具有良好的学习意义-a linux driver example about loopback network,simple but good instance
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:2528
    • 提供者:wzn
  1. up

    0下载:
  2. 简单例子A simple example -A simple example
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1181
    • 提供者:王明亮
« 12 »
搜珍网 www.dssz.com