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

搜索资源列表

  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
    • 文件大小:27643
    • 提供者:张维成
  1. FLASH_AT45DB

    0下载:
  2. FLASH_AT45DB原代码。我把他放到word里。可以直接运用的。思路写的很清晰。是学习spi flash好例子-FLASH_AT45DB original code. I regard him into word Lane. Can be directly applied. The idea was very clear. Learning is a good example of spi flash
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5684
    • 提供者:a_show
  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
    • 文件大小:5227
    • 提供者:jk
  1. Impy

    0下载:
  2. 嵌入式QT输入法, 是学习QT输入法框架的很好例子。可在此基础上扩展。QT4.7.2-Embedded QT input method, is to learn QT input method framework is a good example. On this basis can be extended. QT4.7.2
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:350423
    • 提供者:alex
  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
    • 文件大小:71527
    • 提供者:方洪
  1. CPUfreq

    0下载:
  2. 修改CPU频率的代码. 该程序模块中xllp_CPUfreq.s,xllp_freq.c,xllp_intc.s,xllp_freq.h四个文件是修改CPU频率的主要代码,使用前可以将这些文件和xllp目录下的文件编译在一起,以便可以在程序的任何地方调用它们,修改和读取CPU频率主要依靠调用xllp_freq.c文件中的两个函数完成:XLLPSetCoreRunFrequency,xllpGetCurrentFreqSetting。 其余代码只是一个调用这两个函数的一个例子,也可以自己
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:13070
    • 提供者:BINgo_H
  1. Qt4Code

    0下载:
  2. QT学习时的一些练习源码,各种例子都有,可以加强一下认识与能力-QT source learning some of the exercises, a variety of examples of both can enhance the understanding and ability to look
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-15
    • 文件大小:3656340
    • 提供者:燕子
  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
    • 文件大小:35698
    • 提供者:胡小平
  1. meegotouch-meegotouch-tests-master.tar

    0下载:
  2. meego一些测试的小例子,可以做测试用,也可以当小程序用-meego small example of some tests may be testing can also be used as a small program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-16
    • 文件大小:4112718
    • 提供者:wanghaoyu
  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
    • 文件大小:245285
    • 提供者:cl
  1. nand

    0下载:
  2. 是MINI2440上测试nandflash的一个例子。可以直接下载到里面通过nandflash运行-Is tested on nandflash MINI2440 an example. Which can be directly downloaded to run through nandflash
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:17907
    • 提供者:钟强
  1. talk_in_tcp

    0下载:
  2. 嵌入式Linux环境下测试TCP互通示范例子可以是嵌入式与嵌入式,也可以嵌入式与非嵌入式-Test TCP interoperability demonstration example in the embedded Linux environment can be embedded and embedded, can also be embedded and non-embedded
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:15441
    • 提供者:vishtvro
  1. Video-codec-source-code

    0下载:
  2. 一个很好的视频编解码例子,可以帮助学习视频编解码。-A good example of video codec, you can help learning video codec
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-07
    • 文件大小:156591
    • 提供者:ye
  1. qt_wifi

    1下载:
  2. 该压缩包是从csdn上下载的在QT上开发通过wifi通讯的例子,在他的介绍中说在arm11上编译通过,因为没有时间实验,所以不知道是否能够成功。但csdn上需要5个积分才能下载,所以在这里上传,希望有需要的人可以实验一下!-The package is downloaded from the csdn in the QT development through wifi communication example, said in his presentation on arm11 compil
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-23
    • 文件大小:7484603
    • 提供者:李新
  1. Hi3520_hifb

    2下载:
  2. 海思3520图层调用例子,说明如下: 1 hifb 包含两个示例sample 1) api_sample_hifb 2) api_sample_hifb_switchGlayer 2 如何运行sample? 1)运行sample/hifb/下的load脚本,该脚本加入了5个图形层G0~G4,分别对应设备/dev/fb0 ~ /dev/fb4 2) 直接运行api_sample_hifb,可在高清设备上看到输出结果 3) 直接运行api_sample
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-15
    • 文件大小:3719592
    • 提供者:gzc
  1. database

    0下载:
  2. 实现在linux上链接MYSQL数据库的例子,可以实现在界面上接收和显示MYSQL数据库的东西-Achieve link MYSQL on linux example, can receive and display stuff on MYSQL interface
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:5405
    • 提供者:傅鸿辉
  1. printer

    0下载:
  2. 实现在Ubuntu12.04上QT打印的例子,可以自己加入要打印的内容 然后使用这个程序-Realization examples on Ubuntu12.04 QT printing, you can add yourself to print the contents and then use this program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:4576
    • 提供者:傅鸿辉
  1. C_source

    0下载:
  2. s3c2410源代码,包含各种例子以及源码,可在ASD环境下编译成功。-s3c2410 source code, including a variety of examples and source code can be compiled successfully under ASD environment.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:32452
    • 提供者:xyu
  1. top

    0下载:
  2. 基于哈弗曼算法的一个压缩和解压的vc例子,可视界面操作,可方便运用到程序里面(VC based on the Hoffman algorithm for a compression and decompression example, visual interface operation, can be easily applied to the program)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-29
    • 文件大小:6782976
    • 提供者:好安心hi
  1. exp1_pipe

    0下载:
  2. 几个linux下创建管道的例子,可以用来理解管道的原理。包括无名管道,FIFO(An example of creating a pipe under Linux can be used to understand the principles of the pipeline)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:winterplum
« 12 »
搜珍网 www.dssz.com