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

搜索资源列表

  1. watchdog实验

    0下载:
  2. 文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 main.c-------主函数 44blib.c-----S3C44B0X的一些自己编写的库文件-document functional 44binit.s - --- interrupted initialization, memory, stack, system initializ
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:93381
    • 提供者:百里情愁
  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
    • 文件大小:5945
    • 提供者:韩天毅
  1. main

    0下载:
  2. 此为嵌入式程序,此函数是一个主函数,目的是为了统筹整个功能的实现
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1282
    • 提供者:caoyong
  1. AT91RM9200-BasicEMAC-ARM1_2-2_0

    2下载:
  2. at91rm9200 上网卡测试程序,包括主函数,初始化函数,及网卡驱动简单程序。-at91rm9200 72.16 testing procedures, including the main functions, initialization function, and the Ethernet driver simple procedures.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:369667
    • 提供者:陈磊
  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
    • 文件大小:5913
    • 提供者:许永贤
  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. gps

    0下载:
  2. gps数据接收代码,包含gps.c,gps.h,main.c pudn中类似的代码在GetComma()函数中基本都是有误的。而且注释也不全。 这个是完整的版本,并且适合ARM2440/2410开发板。希望对大家有所帮助!-gps data receiving code, including gps.c, gps.h, main.c pudn in a similar code in GetComma () function are basically wrong in the. And
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:3187
    • 提供者:ali
  1. mys3c2440bootloader

    0下载:
  2. 为s3c2440开发的bootloader,绝无copy(网络部分除外)。此源码包含启动汇编,和main函数,可在keil下重新配置编译生成bin文件。货真价实。注:我这一个可不止五个c啊!!审核的大哥一定给我过!-Developed for the s3c2440 bootloader, no copy (other than part of the network). This source contains the boot assembly, and the main function,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:153407
    • 提供者:侵害中
  1. Widgetkeyboard

    0下载:
  2. qt按键的编写 并在板子上能够运行 有cpp 。h 和main函数-And in the writing of the buttons qt on board to run A CPP. H and main function
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:993486
    • 提供者:duyu
  1. 12864

    0下载:
  2. MSP430g2553简易的于HB12864结合的主函数编程,此为头文件配置,网上比较不好找-The main function programming MSP430g2553 simple HB12864 combination, this is the configuration of the header files, the Internet is relatively easy to find
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:9824
    • 提供者:史博闻
  1. Linux-A-named-pipe-experiment

    0下载:
  2. 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
  3. 所属分类:Embeded Linux

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

    0下载:
  2. 这是QT的鼠标校准程序。给出了校准的重点程序,其他的主函数需要自己简单填补。-This is the QT mouse calibration procedure. Given the focus of the calibration procedure, the other main function is simple to fill their needs.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:1252
    • 提供者:李晨
  1. Screenshot

    0下载:
  2. 这是qt的屏幕截图程序。程序给出了实现的主要程序。main函数需要根据自己的程序添加-This is a screenshot qt program. Program gives the realization of the main program. The main function need to add your own program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:1478
    • 提供者:李晨
  1. Write-the-client

    0下载:
  2. 这是QT编写客户端程序。给出了实现的主要部分。main函数要根据自己的程序添加-This is QT prepared client program. Given the realization of the main part. The main function according to its own procedures to add
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:1579
    • 提供者:李晨
  1. main

    0下载:
  2. qt代码主函数,用来给初学者了解整个代码框架,作为参考-qt code for the main function, used to give beginners understand the entire code framework as a reference
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:747
    • 提供者:胡小文
  1. timer

    0下载:
  2. 在定时器实验中,主要在Time1.c 中封装了定时器设置的相关函数,通过主函数调用Time1_init()函数来对时钟、计时器进行设置。其中,Time1_init()函数中包括定时器中断程序,计数器中断程序,以及显示到LED的程序。-In the timer experiment, the main package of the correlation function timer set in the Time1.c, call Time1_init through the main func
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:291033
    • 提供者:胡玉君
  1. CapFunc

    0下载:
  2. videoLinux简单使用举例,主要注意调用videolinux函数的顺序-For example videoLinux simple to use, the main attention sequential function call videolinux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:2200
    • 提供者:钟先生
  1. lcd_gcc

    1下载:
  2. 2416裸机启动代码,加入main函数既可以使用-2416 bare metal boot code, adding the main function can either use
  3. 所属分类:Embeded Linux

    • 发布日期:2014-09-14
    • 文件大小:401408
    • 提供者:yw
  1. nrf24l01

    0下载:
  2. 主要实现nrf4l01在ARM9开发板的无线收发,内容包含驱动的开发与主要函数。-Main realization nrf4l01 on ARM9 development board of wireless data transceiver, the development and main content contains the driver function.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:667430
    • 提供者:蔡正杰
  1. 3sw(pthread)

    0下载:
  2. 实验要求作到以下几点:  ①构造具有两个参数的子函数,子函数将首个指针参数中的各个元素进行排序,次参数传递的是收参数的元素数目;  ②f2.c:设计具有俩参数的子函数,子函数将二参数值交互;  ③实现主函数,主函数中创建俩线程,线程一定义一个十元素的数组,使用文件f1中定义的函数对数组排列顺序并能够使结果输出;线程2定义俩整形的变量,使用文件f2中定义的函数将二变量的值进行  交互而且要结果输出 -The experimental requiremen
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:13695
    • 提供者:高安
« 12 »
搜珍网 www.dssz.com