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

搜索资源列表

  1. linux 串口多线程程序(驱动gsm modem可参考)

    3下载:
  2. linux 串口多线程程序,改名为 .c 文件,直接编译即可.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-04-20
    • 文件大小:4950
    • 提供者:544746174
  1. linux c 函数库参考手册

    0下载:
  2. 介绍linux 上的c函数库,里面比较详细介绍了函数库文件,对于linux编程来说很好-briefed on the c library containing more detailed document of the library, for instance good linux programming
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5040549
    • 提供者:王凯
  1. 44b0sources

    0下载:
  2. 为44bo的嵌入式linux而编的c文件,学arm的人看看,里面有lcd及其他测试程序-44bo for embedded Linux and compile c files, learning to see the arm, There are LCD and other test procedures
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:31740
    • 提供者:lcvj
  1. usb

    0下载:
  2. linux开发的USB驱动模版,包括一个MAKEFILE和一个C文件,非常有用。
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3802
    • 提供者:fanjilin
  1. 最新的Yaffs2文件系统打包工具

    0下载:
  2. 最新的Yaffs2文件系统打包工具。 支持Yaffs1和Yaffs2. 有源码,可移植到其他操作系统。 可以方便地将android打包成yaffs文件镜像。-New Yaffs mkfs utilities support Yaffs1 and Yaffs2 C source compiling, can be ported to other system
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-03-22
    • 文件大小:24225
    • 提供者:jake
  1. gsadfgwadfgasgd

    0下载:
  2. 一、 uboot是ppcboot和armboot合并而成,现在主流的bootloader为uboot和redboot 二、 bootm addr_kernel addr_initrd 三、 移植uboot时最好(一定)要找到一个自己板子的原形(即自己的板子是在这个板子上做一些修改而来的)的版本,这样就可以事半功倍。这样要修改的地方就比较少,也比较容易了。uboot支持很多平台,与一个具体平台相关的主要有三个地方: 1、./include/configs/xxxxx.h, 主要定义了f
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:21419
    • 提供者:smallwei
  1. s3c6410-h264-IDR-encode-ok

    1下载:
  2. 这是上一个代码的优化,加了IDR帧编码,适合不稳定网络(如移动通信网),已产品化,基于华恒S3C6410-R2开发板采集视频并压缩为H264格式,带IDR帧,使用时.c文件要改名为cam2fb.c-This is a code optimization, plus the IDR frame coding for unstable networks (such as mobile communications network), has been product oriented, huahen
  3. 所属分类:Embeded Linux

    • 发布日期:2014-07-28
    • 文件大小:3072
    • 提供者:杨在
  1. s3c6410-yuv-capture

    0下载:
  2. 自己开发的基于华恒S3C6410-R2开发板的yuv图像采集程序,提供c源程序和MAKEFILE,头文件开发板配套资料有,使用时.c文件要改名为cam2fb.c,已产品化-Their development huaheng S3C6410-R2 based on development board yuv image capture program, providing c source code and MAKEFILE, the first development board support
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:2414
    • 提供者:杨在
  1. s3c6410-h264-encode-ok

    0下载:
  2. 已产品化代码,用华恒S3C6410-R2开发板采集视频并压缩为H264格式,不带IDR帧,提供c源程序和MAKEFILE,头文件开发板配套资料有,使用时.c文件要改名为cam2fb.c-Product of the code has been used huaheng S3C6410-R2 development board acquisition and compression for the H264 video format, without IDR frame, providing c
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:2428
    • 提供者:杨在
  1. rtc-ds3231

    0下载:
  2. ds3231驱动,rtc_tempereture芯片,高精度时钟芯片外加温度测量!本人在rtc_ds1672.c上修改的,直接替换linux(2.6.19)里的该文件,就可以使用了。-ds3231 rtc_tempereture chip, high-precision clock chip temperature measurement plus! I modified the rtc_ds1672.c on, direct replacement for linux (2.6.19) in
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:4320
    • 提供者:John
  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-28
    • 文件大小:13070
    • 提供者:BINgo_H
  1. VPN_Gateway_Design_and_Implementation

    0下载:
  2. IPSec协议是VPN的实现方式之一。该文简要介绍了IPSec协议,分析TI inux2.4内核的NetnItcr框架和/pr c文件系统,提出T -种在Linux中实现VPN网关的方法-IPSec protocol is a way to achieve one of the VPN. This article briefly introduces the IPSec protocol, analysis of TI inux2.4 kernel NetnItcr framework and/
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-23
    • 文件大小:214756
    • 提供者:jsh
  1. audio_frequency

    0下载:
  2. 文件包中有三个文件:sound.c,mixer.c.vol.c 其中sound.c是实现打开、关闭音频接口,同时实现录音放音功能的文件; mixer.c是实现读取当前混音器的设备信息,设置左、右声道增益功能的文件; vol.c是实现调节音量功能的文件 此文件是基于linux开发板编写的-Package has three files: sound.c, mixer.c.vol.c sound.c which is to achieve open, close the audio
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:3258
    • 提供者:张婕
  1. xitongdiaoyong

    0下载:
  2. 1:修改dev.c文件,定义一个全局变量int count=0 然后用它来统计包的个数。 2.修改sys.C文件,添加extern int count 然后定义自己的函数,asmlinkage int sys_mycall(void) 3.修改entry.S和unistd.h文件,为自己定义的函数增加系统调用号。 4.自己写个函数进行系统调用。-1: Modify dev.c file, define a global variable int count = 0 then use
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:57024
    • 提供者:吴涛
  1. inevent.c

    0下载:
  2. 该文件实现文件夹目录的递归,并把新添加的路径加入数组中-This file implements a recursive directory folder, and add the path to join the new array
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:1805
    • 提供者:wangchangxu
  1. ex3

    0下载:
  2. 建立lib.c文件提供中断函数处理代码 使用SWI异常设计字符串输出程序-Establish lib.c document provides an interrupt function uses SWI exception handling code string output program design
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:688
    • 提供者:whill
  1. test_link_01

    0下载:
  2. 此shell脚本可以自动编译所在文件夹的.C文件,并生成静态库文件,同时会删除.O文件 #不会将文件所含的main.c编译成库文件 # #先编译,然后再生成库。-This shell scr ipt to automatically compile the folder where the. C file, and generate a static library files, and it will delete. O file# is not contained in the
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:4602
    • 提供者:孙代表
  1. bin2c.c

    0下载:
  2. 读取.o、.bin等类型文件并将其转换为数组-Read the of .bin or .o etc, to make a array in a new file.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:758
    • 提供者:y
  1. cmm_wpa.c

    0下载:
  2. 是一个介绍wpa的文件,可以看看,wpa是配置wifi的应用程序,对wifi很重要-this is a wpa intruduction
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:20571
    • 提供者:letus
  1. lcd

    0下载:
  2. 44B0 arm LCD驱动程序,包括H文件和C文件-44B0 arm LCD drivers, including the H-files and C files
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:8148
    • 提供者:yx
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com