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

搜索资源列表

  1. 2410DA

    0下载:
  2. 2410开发板在ADS下的D/A转换测试程序。 运行步骤: 1 打开DA.mcp工程文件 2 运行 3 使用示波器, 连接示波器与开发板上的DA输出和地线, 观察示波器上的变化 文件说明: ad_test.c 开发板初始化文件 ad.c ad实验主程序文件 -2410 ADS development board in the D / A converter testing procedures. Running steps : an open DA.mcp
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:11217
    • 提供者:符杰林
  1. ConvertFileToCode

    0下载:
  2. 把文件转换为数组,嵌入式开发者必备。供大家参考。
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:27036
    • 提供者:zjd
  1. 2410-adc-2

    0下载:
  2. 嵌入式开发板s3c2410的模数转换模块的linux操作系统驱动程序,涉及进程,中断,信号量,文件系统等概念
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2588
    • 提供者:zjmar
  1. mk_lef

    0下载:
  2. 此tcl用于产生lef文件,来实现元件gds到synopsys fram lib 的转换用于后端设计-use to make lef
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:2230
    • 提供者:liuzhe
  1. 2410AD

    0下载:
  2. 2410开发板在ADS下的A/D转换测试程序。 运行步骤: 1 打开ad.mcp工程文件 2 运行 3 用一根导线连接ad 输入0通道,观察屏幕输出数据的变化 文件说明: ad_test.c:开发板初始化文件 ad.c :ad测试主文件-2410 ADS development board in the A/D converter testing procedures. Running steps : one open document ad.mcp two proj
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-30
    • 文件大小:15950
    • 提供者:符杰林
  1. src

    0下载:
  2. 用于三星S3C2410的A/D转换器的初始化头文件-The header file for the Samsung S3C2410 A/D converter initialisation.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:2146
    • 提供者:Josh Hartnett
  1. lef2fram

    0下载:
  2. tcl实现元件从lef文件到syn 的fram lib的转换-lef 2 fram
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:1082
    • 提供者:liuzhe
  1. file.tar

    0下载:
  2. hex文件格式转换为bin文件 代码中另有其他c语言代码 仅供参考学习-hex file to bin file format conversion code in c language code and another for reference only other study
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:971966
    • 提供者:袁同
  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. pqdcvt

    0下载:
  2. 将ETK/BMI PASS文件转换为pqdif电能质量交换格式文件-Tool to convert ETK/BMI PASS Files to PQDIF
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:326455
    • 提供者:杨克
  1. blue

    0下载:
  2. 蓝牙编程时需要用到的头文件,包括str2ba、ba2str等等蓝牙常用转换函数的实现-Bluetooth programming needed header files, including common conversion functions str2ba, ba2str, etc. Bluetooth to achieve
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-27
    • 文件大小:3072
    • 提供者:linux
  1. CStringToChar

    0下载:
  2. 将16进制文本转换为ascii码的C语言代码。16进制文本复制到文件test.txt中,运行程序,将得到输入。 例: 运行:./CSTRING test.txt 其中,test.txt文件内容为: 30:31:32 则得到的"Cstring.txt"输入文件中 012 本程序能自动跳过0或多个分隔符(分隔符可以为任意的符号,如“:”,“ ”或空格等,判断的函数实现见SkipDelimiter函数)。 如:输入文件内容为: 30
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-03
    • 文件大小:1128
    • 提供者:山东
  1. Normal-files-directories-

    0下载:
  2. 普通文件和目录编程 1. 编写程序mycp.c,实现从命令行读入文件的复制功能,用原始文件系统调用。 2. 编写程序mycat.c,实现文件内容的显示,用原始文件系统调用实现。 3. 用流文件系统函数重新编写上面的程序。 . 调用目录函数,编写程序myls.c,实现按下面格式显示当前目录文件列表:文件名 文件大小 文件创建时间 注意研究文件创建时间的转换,即如何把从1970年1月1日起的秒数转换为表示时间的字符串,从而显示出来,注意研究asctime()函数和ctime(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:12218
    • 提供者:weiwei
  1. jpgtobmp

    0下载:
  2. linux系统下图形转换代码,将jpeg文件转为bmp图形文件代码-linux system graphics conversion code, jpeg file to bmp graphic file code
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-16
    • 文件大小:1924
    • 提供者:wangping
  1. scanf.cpp

    0下载:
  2. 按一定规则读取文件内容,并输出;这是把flex文件转换成C编码,可在C/C++文件中直接调用-Read the contents of the file according to certain rules, and outputs This is the flex file into C code can be C/C++ files directly call
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:13417
    • 提供者:cz
  1. srec_142_win

    2下载:
  2. srec文件格式和bin文件格式相互转换工具-convert a Motorola S-Record file into a binary image
  3. 所属分类:Embeded Linux

    • 发布日期:2014-11-11
    • 文件大小:15360
    • 提供者:王华
  1. DMC2440I

    0下载:
  2. DMC-2440-I采用基于ARM920T内核的Samsung处理器 S3C2440A, 标准主频400MHz,最高主频可达533MHz。板载64MB的SDRAM,128MB的Nand Flash以及2MB的Nor Flash。DMC-2440-I是根据S3C2440A的全部功能而开发的全功能嵌入式系统。具有外接资源丰富,性能稳定,低功耗低等特点。适合手持设备的设计开发。支持嵌入式Linux和WINCE5.0.NET操作系统。提供Wince5.0 BSP。 采用linux-2.6.29 内核
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:29513
    • 提供者:龙芯
  1. adc.tar.bz2

    0下载:
  2. 该文件是sbc6845单板机Linux系统的模数转换器的驱动源码,通过测试。-The file is sbc6845 SBC Linux system ADC driver source code, passed the test.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:3429
    • 提供者:li
  1. rules-of-driving

    0下载:
  2. 一个非常优秀的屏幕转换成AVI文件的程序,功能非常强大-A very good screen AVI file into the program, very powerful
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:9797
    • 提供者:naania249
搜珍网 www.dssz.com