搜索资源列表
gcc-2.95.3
- gcc-2.95.3 Linux下最常用的C编译器-gcc - 2.95.3 Linux the most commonly used C compiler
20063838
- 本节学习GNU推出的Linux系统下C编译器----gcc,主要介绍这种编译器的基本原理和使用方法,以及编译过程中所产生的错误的原因及对策。 -this section study launched by the GNU Linux System C compiler - gcc. This introduces the basic compiler theory and methods, compile and process are the wrong reasons and count
esnacc1.7.tar
- asn to c编译器 源代码-asn to c compiler source code
Tiger Compiler
- GNU C compiler from Tiger textbook
v4l2captureexample.c.tar.gz
- V4L2 Specification 配套源码,Debian linux编译通过,V4L2 Specification supporting source, Debian linux compiler through
Sort
- 快速排序的简单程序,GTK界面, 用CodeBlocks编译。-Quick sort of simple procedures, GTK interface compiler used CodeBlocks.
Linuxprogram
- linux下c编程指南,包括创建进程,文件操作,时间概念,信号处理函数,进线程通信,以及linux下c编译器-c under linux Programming Guide, including the establishment of processes, file operations, the time the concept of signal processing functions, into the threads of communication, as well as linu
C-Playwav-latest
- 使用SDL播放wav音频文件,内附编译步骤,在FC上测试通过-Using SDL to play wav audio file, enclosing the compiler steps through the FC test
sniffer_for_linux
- 在linux下的网络嗅探器 使用的是GTK2.0+GLADE做的前台 具体的后台是ANSI C 编译器 G-At the next linux network sniffer is used to do the GTK2.0+ GLADE Backgrounds are Front Desk specific ANSI C Compiler GCC
c-s-huangjun86
- linux环境下gcc编译通过,cs通信server端源码,实现了简单的文本的传输,阅读后即可了解整个socket流程,绝对原创,欢迎大家多多支持。-gcc compiler under linux through, cs source client server communication, the realization of a simple transfer of text, reading socket understand the whole process can be absol
tcc-0.9.25
- Linux下的一个著名的小巧的c编译器TinyCC, 看看编译器到底是怎么写的-Linux under a well-known small c compiler TinyCC, to see how the compiler is written in the end
compiler
- compiler design in C source
linux-2.6.0.tar
- linux 内核 下的C语言和C++编译器-linux kernel of C language and C++ compiler
AboutGccComplier
- Linux系统下的Gcc(GNU C Compiler)是GNU推出的功能强大、性能优越的多平台编译器,是GNU的代表作品之一。gcc是可以在多种硬体平台上编译出可执行程序的超级编译器,其执行效率与一般的编译器相比平均效率要高20 ~30 。 Gcc编译器能将C、C++语言源程序、汇程式化序和目标程序编译、连接成可执行文件,如果没有给出可执行文件的名字,gcc将生成一个名为a.out的文件。在Linux系统中,可执行文件没有统一的后缀,系统从文件的属性来区分可执行文件和不可执行文件。而gc
GNUCplusplus(andC)forLinux
- This fi le is a C programming tutorial using the GNU C compiler and GNU Libc.
gcc
- 主要介绍C/C++的一种编译工具,帮助初识别linux或是Unix的人了解怎么编译程序。非常详细,值得参考。-Introduces C/C++ compiler as a tool to help early identification of people know about linux or how Unix compiler. Very detailed, good reference.
Compiler2
- 一个的C语言编译器,用C编写,运行于Linux环境下-This is a C compiler which is written in C language and running Linux environment.
yacc-1.9.1
- yacc(Yet Another Compil er),是Unix/Linux上一个用来生成编译器的编译器(编译器代码生成器)。yacc生成的编译器主要是用C語言寫成的语法解析器(Parser),需要与词法解析器Lex一起使用,再把兩部份產生出來的C程序一併編譯。yacc本來只在Unix系統上才有,但現時已普遍移植往Windows及其他平台。-yacc (Yet Another Compiler Compiler), is a Unix/Linux on a compiler to genera
GCCManual
- Linux系统下的Gcc(GNU C Compiler)是GNU推出的功能强大、性能优越的多平台编译器,是GNU的代表作品之一。gcc是可以在多种硬体平台上编译出可执行程序的超级编译 器,其执行效率与一般的编译器相比平均效率要高20 ~30 。-Linux system under Gcc (GNU C Compiler) is GNU introduced the powerful, the superior performance of multi-platform compiler, i
嵌入式c编程语言入门与深入
- 本文讲解嵌入式C基础,从C语言到Linux的编译实现。(This article on the basis of embedded C, C language from the compiler to achieve Linux)