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

搜索资源列表

  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. linux_ARM9.0

    0下载:
  2. 1.集成的源代码编辑器 2.工程管理工具。 3.集成的C和C++编译器和make工具。 4.浏览器,用于收集可视化的资源,监视目标系统。 -1. Integrated source code editor 2. Project management tools. 3. Integration of C and C + + compilers and tools make. 4. Browser, for the collection of visual resources, mo
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:170.86kb
    • 提供者:dingzheng
  1. UP-NetARM3000-uCLinux__(1)

    0下载:
  2. 本次实验使用 Redhat linux 9.0 操作系统环境安装 uCLinux 的开发库及编译器。新建一 个目录,编写 hello.c 和 makefile 文件。学习在 linux 下的编程和编译过程,以及 ARM 开发板的使用和开发环境的设置。下载已经编译好的文件到嵌入式控制器中运行。-the experimental use Redhat Linux 9.0 operating system environment of the installation uCLinux develo
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1.52mb
    • 提供者:另壶葱
  1. EmbeddedGUI-SDK_For_Linux.tar

    0下载:
  2. 这是一个支持\"微型嵌入式 GUI\" 的 SDK For Linux 版,其 GUI 核心可于 Linux, DOS 16/32 Bit, uC/OS-II及Windows 等平台工作,支持常用控件有:MAINWINDOW主窗口,DLGWINDOW对话框窗 口,BUTTON按钮,MAINMENU下拉式菜单,POPMENU弹出式菜单,HSCROLLBAR横向滚动条,VSCROLLBAR竖 向滚动条,TEXTBOX单行文本编辑框,EDITBOX多行文本编辑框,COM
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:278.93kb
    • 提供者:kly
  1. ARM_new

    0下载:
  2. 我把下面的文章都压缩到一个包里去了,希望有些对大家有帮助::当今编译器介绍,linux学习笔记,嵌入式linux在arm开发板上的移植,arm指令集,ARM三百问,WIGGLE(能生产设计用的),C语言面试汇总
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:6.6mb
    • 提供者:小庄
  1. display

    0下载:
  2. 在arm linux环境下,利用framebuffer显示一张bmp格式的图像,采用c语言写的代码,用交叉编译器编译-In arm linux environment, using framebuffer display a bmp format image, the use of code written in c language, with cross-compiler
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:2.07kb
    • 提供者:刘一夫
  1. CplusplusandC

    0下载:
  2. 如果C++程序要调用已经被编译后的C函数,该怎么办? 如何理解extern "C" 如何实现C调用C++接口库 对由 __cplusplus 和 extern "C" 组成的 C、C++编译器编译标准C函数的通用写法的理解-If you want to call C++ program has been compiled C functions, how to do? How to understand the extern " C" How C call C++
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:371.42kb
    • 提供者:wt0427
  1. serise

    0下载:
  2. 嵌入式Linux下,c语言访问串口,发送数据的源码,使用时,应该用交叉编译器编译.-failed to translate
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:1.35kb
    • 提供者:
  1. russianbrick

    1下载:
  2. 俄罗斯方块代码,在linux下用gcc编译器调试完全正确,构思和方法值得参考,初学C语言编程很值得一看-Tetris code, debugging under linux gcc compiler idea worth considering, beginner C programming language is well worth a visit.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-29
    • 文件大小:10.5kb
    • 提供者:zlwzys
  1. cmake-3.3.0-rc1-win32-x86

    0下载:
  2. CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。-CMake is cross-platform free and open-source software for managing the build process of software using a compiler-independent method. It is
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-09
    • 文件大小:15.52mb
    • 提供者:Gao
  1. 11111

    0下载:
  2. 一、基础题 (每题4分) 1. 描述C语言内嵌汇编中, __asm__ __volatile__ 这一句的 __volatile__ 的作用是?当修饰变量时volatile什么含义? __volatile__ 表示编译器不要优化代码,后面的指令 保留原样, volatile 是它的别名。-One, the basic topic (4 point per question) 1. Describe the inline assembler, C __asm__ __volatile
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:55.27kb
    • 提供者:李朝远
  1. host

    0下载:
  2. (1)编写hello.c程序,使用编译器GCC编译,执行程序; (2)使用ARM-LINUX-GCC进行编译,并下载到目标机上进行执行。((1) write the hello.c program, compile and execute the program with compiler GCC. (2) compile with ARM-LINUX-GCC and download it to the target machine for execution.)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-20
    • 文件大小:2kb
    • 提供者:taengu
搜珍网 www.dssz.com