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

搜索资源列表

  1. c环境下的编译器

    0下载:
  2. 在c环境下的编译器 一.实验完成主要功能描述: 1.if语句 2.if_else语句 3.while语句 4.数组 5.函数调用 6.对外部函数printf的调用(用于打印) 二.测试环境 1.fedora core 4(OS) 2.lex version 2.5.4 3.yacc 4.gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8) -in the context of a compiler. Exper
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5.81kb
    • 提供者:韩天毅
  1. 2410iic

    0下载:
  2. 2410开发板在ADS下测试IIC的程序 运行步骤: 1 打开iic.mcp工程文件 2 运行 3 观察终端输出从eeprom中 读出的数据 文件说明: iic_test.c 开发板初始化文件 2410iic.c iic实验主程序文件-2410 ADS development board under test in the IIC running steps : an open iic.mcp engineering documents two running t
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:12.03kb
    • 提供者:符杰林
  1. 2410iis

    0下载:
  2. 2410开发板在ADS下测试IIS的程序 运行步骤: 1 打开iis.mcp工程文件 2 运行 3 根据屏幕提示,下载pcm文件到开发板中 然后接上耳机在开发板上的spi输出端,听取 音频输出 文件说明: iis_test.c 开发板初始化文件 2410iis.c iis实验主程序文件-2410 ADS development board under test in the running IIS steps : an open iis.mcp two pro
  3. 所属分类:嵌入式Linux

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

    0下载:
  2. 从busybox提取的ftp客户端程序,main函数是测试函数。用arm-linux-gcc ftpClient.c -o main编译后即可运行。-Busybox extracted from the ftp client program, main function is to test the function. Use arm-linux-gcc ftpClient.c-o main compiled to run.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-22
    • 文件大小:5.77kb
    • 提供者:许永贤
  1. huawei-embedded

    2下载:
  2. 华为嵌入式软件工程师 笔试试题 嵌入式C开发人员最好笔试题-test at embedded system design in huawei
  3. 所属分类:Embeded Linux

    • 发布日期:2016-01-25
    • 文件大小:734kb
    • 提供者:aiwosoft
  1. watchdog.c

    0下载:
  2. 实验名称:看门狗实验的应用级程序 * 实验说明:S3C2410内部具有一个看门狗定时器,可以设置为看门狗功能, * 设定在一定时间内,如果没有将看门狗计数寄存器复位, * 将引发系统复位,本实验设定复位时间为2秒, * 如果在两秒内没有复位将导致系统复位。-Experiment name: application-level watchdog experimental test program* Note: S3C2410 has an internal watchdog tim
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:1.45kb
    • 提供者:tiger
  1. uda1341

    0下载:
  2. UDA1431 语音芯片的驱动源码及测试程序。在s3c2440开发板linux2.6内核实现语音双工。使用方法:在内核源码中找到相应的C源文件替换即可。压缩包内有语音同时输入输出的测试程序。-Voice chip UDA1431 driver source code and testing procedures. S3C2440 development board in linux2.6 core duplex voice. Usage: In the kernel source code fo
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:11.02kb
    • 提供者:gao
  1. examples

    0下载:
  2. 几个典型的嵌入式Linux编程示例 hello Hello, C++ math pthread udptalk leds led-player buttons pwm adc-test i2c comtest camtest-Some typical examples of embedded Linux Programming
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:16.9kb
    • 提供者:syw
  1. com.c.tar

    0下载:
  2. 串口通信测试程序--可以用于嵌入式linux下串口通信,也可以用于x86下-Serial Communication Test Program- an embedded linux can be used under the serial communication, can also be used under x86
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:1013byte
    • 提供者:邱天
  1. 2440test

    0下载:
  2. 该代码为 2440 测试代码 包括 uboot启动 硬件测试 。-The code for the 2440 test code, including the hardware test uboot boot.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-14
    • 文件大小:3.2mb
    • 提供者:kaka
  1. jpeg_v4l_diaplay

    0下载:
  2. 利用v4l显示jpeg图片,环境是mini2440+t35,测试通过 可运行流畅-Using v4l display jpeg images, the environment is mini2440+ t35, the test can be run smoothly by
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:19.51kb
    • 提供者:方园
  1. charcterDevices-Drivers

    0下载:
  2. 基于S3C2440班子的linux字符型驱动课件源程序,包括内核空间与用户空间数据拷贝,自旋锁与信号量,proc文件系统等试验源码-Based on the source of the the S3C2440 team linux character-driven courseware, including the kernel space and user space data copy, spin locks and semaphores, proc file system test sou
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:317.36kb
    • 提供者:门汉龙
  1. c-test

    0下载:
  2. 嵌入式编程笔试题目,对于面试很重要,请仔细精读-Embedded programming written questions
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-08
    • 文件大小:152.39kb
    • 提供者:zwshuang
  1. test.tar

    0下载:
  2. 简单的分数类用于处理数据的分数类型,100-90段为A ,90-80段为B,80-70段为C ,70-60段为DD 一次累类推就可以了,可以划分分数段-easy score use to adcdefg
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-27
    • 文件大小:1.11kb
    • 提供者:yangfeng
  1. adc_test.c

    0下载:
  2. example test for ADC for mini2440 -ARM
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:540byte
    • 提供者:than than
  1. comtest.c

    0下载:
  2. example test for ADC for mini2440 -ARM
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1.83kb
    • 提供者:than than
  1. Test-C-Simple-For-ARM.tar

    0下载:
  2. My C tutorial program compiled for Imote2 Linux (arm-xscale-linux-gnu-gcc).
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:27.02kb
    • 提供者:Fajar Purnama
  1. main.c

    0下载:
  2. test cruizcore gyro If you do not want to upload source code, you can join the download 200 files
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1.95kb
    • 提供者:y0uyandex
  1. Linux-C-library-reference-manual

    0下载:
  2. Linux C函数库参考手册、包括字符测试函数、数据转换函数、内存配置函数、时间函数、字符串处理函数-Linux C library reference manual, including character test function, data conversion functions, memory allocation, time function, string handling functions
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-18
    • 文件大小:4.86mb
    • 提供者:赵硕硕
  1. GCC_4_7_0

    0下载:
  2. 测试时间,基本的C++程序,可用g++跑通,LINux平台下,用于测试和搭建C++环境(test time LINUX just for test c++ and set up the environment for c++ in linux)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-16
    • 文件大小:452kb
    • 提供者:维克多
« 12 3 4 »
搜珍网 www.dssz.com