CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - linux 例子

搜索资源列表

  1. linux-thread-samples

    0下载:
  2. linux下线程的典型例子,很适合初学者学习,运行需要uClibc-0.9.20库,没有的这个库的网友可以留个言,偶给你!-Thread typical example is well-suited to beginners learning needs, uClibc - 0.9.20 library, not the Library of netizens can leave a statement, even to you!
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:27kb
    • 提供者:张维成
  1. 嵌入式Linux应用开发详解》一书的配套光盘

    0下载:
  2. 嵌入式开发的书例子 嵌入式Linux应用开发详解》一书的配套光盘 -embedded development book example of embedded Linux application development Comments on "a book supporting CD
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:660.16kb
    • 提供者:许学艺
  1. linux-samples-1.0.1

    0下载:
  2. linux驱动第二版-samples-1.0.1.rar第二版的源码例子
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:187.63kb
    • 提供者:刘国建
  1. linux平台使用Jrtplib运用RTP协议传输数据例子

    0下载:
  2. RTP是目前解决流媒体实时传输问题的最好办法,如果需要在Linux平台上进行实时流媒体编程,可以考虑使用一些开放源代码的RTP库,如LIBRTP、JRTPLIB等。JRTPLIB是一个面向对象的RTP库,它完全遵循RFC 1889设计,在很多场合下是一个非常不错的选择,下面就以JRTPLIB为例,讲述如何在Linux平台上运用RTP协议进行实时流媒体编程。
  3. 所属分类:嵌入式Linux

    • 发布日期:2011-07-21
    • 文件大小:2.32kb
    • 提供者:iamguanle
  1. spi_flash.c

    0下载:
  2. spi接口的flash驱动例子,可以对着 spi规范好好研究下。-spi interface of the flash drive case, can look good spi norms under study.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-26
    • 文件大小:5.1kb
    • 提供者:jk
  1. linux_usb_examples.tar

    0下载:
  2. LINUX 下驱动开发的很好例子,可以用于USB驱动开发的基础.-LINUX-driven development of the good examples that can be used in USB driver development foundation.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-13
    • 文件大小:69.85kb
    • 提供者:方洪
  1. linuxthreads

    0下载:
  2. linux下的多线程编程,里面有详细的例子代码分析-linux under the multi-threaded programming, there are detailed examples of code analysis
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-26
    • 文件大小:110.92kb
    • 提供者:yangying
  1. linux

    0下载:
  2. Linux 设备驱动 第三版,外加例子源代码-Linux device drivers third edition, along with examples of source code
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:1.37mb
    • 提供者:cgh
  1. experiment

    0下载:
  2. miniGUI是在嵌入式Linux中比较常见的一个GUI,文件中包含了几个在miniGUI中编程的例子,对大家有所帮助。-miniGUI is more common in the embedded Linux in a GUI, the file contains several examples of programming in the miniGUI in to all of us help.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:654.92kb
    • 提供者:叶新栋
  1. LinuxDeviceDrivers3_all_example_code

    0下载:
  2. Linux设备驱动程序所有的例子代码和帮助文档-Linux device drivers for all the example code and help documentation
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:1.39mb
    • 提供者:ken
  1. Embeddedlinux

    0下载:
  2. 嵌入式linux应用开发完全手册光盘里的驱动和例子源代码 对初学者很有帮助-Embedded linux application development CD-ROM in the drive fully manual and examples source code helpful for beginners
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:239.38kb
    • 提供者:胡浪
  1. cyclone

    1下载:
  2. 在LINUX下使用ARM9对FPGA EP1C6Q240进行配置的例子,其它FPGA也可参考此代码进行配置.-Use the ARM9 in LINUX configuration of FPGA EP1C6Q240 example, other FPGA code can refer to this configuration.
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-03-08
    • 文件大小:34.86kb
    • 提供者:胡小平
  1. Word_Type

    0下载:
  2. 刚开始学习DFB时,见过的一个很简单的字体现实例子,值得一看-When I started learning DFB, seen a very simple font reality example, worth seeing
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:1.23kb
    • 提供者:lovelycheep
  1. widgets

    0下载:
  2. qt的widget类操作 内有详细注解 是学习QT的很好的小例子-qt of the widget class operations with detailed annotations are good to learn a small example of QT
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:12kb
    • 提供者:zhizhong
  1. linux-char-dvriver

    0下载:
  2. linux字符驱动例子,麻雀虽小,五脏俱全,学习linux字符驱动入门绝好例子。-linux example of character-driven, though small, fully-equipped, entry-learning linux a perfect example of character-driven.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:3.39kb
    • 提供者:王涛
  1. linux

    0下载:
  2. 嵌入式linux应用开发完全手册光盘里的驱动和例子源代码,这个可以看看,对课题的某些方面可能有用-Embedded linux application development complete manual on the CD drive and example source code, this can take a look, some aspects of the subject may be useful
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:239.54kb
    • 提供者:cl
  1. Essential-Linux-Device-Drivers

    0下载:
  2. 很好的linux驱动开发资料,大量实战例子讲解linux驱动开发的方方面面。-"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. 所属分类:Embeded Linux

    • 发布日期:2017-05-16
    • 文件大小:4.06mb
    • 提供者:reer
  1. linux.gtk

    0下载:
  2. 几个基于linux的GTK+例子,可直接编译使用-linux gtk+
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:463.15kb
    • 提供者:gwy
  1. linux-serial-port-programming-

    0下载:
  2. 嵌入式串口编程 有详细例子 还有详细解释-Embedded serial port programming with detailed examples are explained in detail
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:167.39kb
    • 提供者:张在希
  1. 嵌入式linux下C编程例程

    1下载:
  2. 包括audio、video、fft jpeg 等等诸多例子
  3. 所属分类:嵌入式/单片机编程

« 12 3 4 5 »
搜珍网 www.dssz.com