CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - linux GNU C Compiler gcc
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - linux GNU C Compiler gcc - List
[
Linux-Unix
]
20063838
DL : 0
本节学习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 countermeasures.
Update
: 2008-10-13
Size
: 3.64kb
Publisher
:
王进
[
Other resource
]
GCC
DL : 0
在为Linux开发应用程序时,绝大多数情况下使用的都是C语言,因此几乎每一位Linux程序员面临的首要问题都是如何灵活运用C编译器。目前Linux 下最常用的C语言编译器是GCC(GNU Compiler Collection),它是GNU项目中符合ANSI C标准的编译系统,能够编译用、C++和Object C等语言编写的程序。GCC不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如Java、 Fortran、Pascal、Modula-3和Ada等。开放、自由和灵活是Linux的魅力所在,而这一点在GCC上的体现就是程序员通过它能够更好地控制整个编译过程。
Update
: 2008-10-13
Size
: 12.1kb
Publisher
:
金阳
[
Linux-Unix
]
20063838
DL : 0
本节学习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 countermeasures.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
王进
[
Software Engineering
]
GCC
DL : 0
在为Linux开发应用程序时,绝大多数情况下使用的都是C语言,因此几乎每一位Linux程序员面临的首要问题都是如何灵活运用C编译器。目前Linux 下最常用的C语言编译器是GCC(GNU Compiler Collection),它是GNU项目中符合ANSI C标准的编译系统,能够编译用、C++和Object C等语言编写的程序。GCC不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如Java、 Fortran、Pascal、Modula-3和Ada等。开放、自由和灵活是Linux的魅力所在,而这一点在GCC上的体现就是程序员通过它能够更好地控制整个编译过程。
Update
: 2025-02-17
Size
: 12kb
Publisher
:
金阳
[
Software Engineering
]
GCCKnowledge
DL : 0
在为 Linux 开发应用程序时,绝大多数情况下使用的都是 C 语言,因此几乎每一位 Linux程序员面临的首要问题都是如何灵活运用 C 编译器。目前 Linux 下最常用的C 语言编译器是 GCC(GNU Compiler Collection),它是 GNU项目中符合 ANSI C 标准的编译系统,能够编译用C、C++和Object C 等语言编写的程序。GCC 不仅功能非常强大,结构也异常灵活。最值得称道的一点就是它可以通过不同的前端模块来支持各种语言,如 Java、 Fort ran、Pascal、Modula-3和 Ada等。 -In developing applications for Linux, the vast majority of cases are used in C language, so almost every Linux programmer facing a primary problems are how to make flexible use of C compiler. Linux is currently the most commonly used C language compiler is a GCC (GNU Compiler Collection), it is the GNU project in line with the standard ANSI C compiler system, able to compile with C, C++ And Object C language, such as procedures. GCC is not only very powerful, flexible structure is also abnormal. The most commendable is that it can through a variety of front-end module to support a variety of languages such as Java, Fort ran, Pascal, Modula-3 and Ada, etc..
Update
: 2025-02-17
Size
: 134kb
Publisher
:
蕊儿
[
ELanguage
]
[C]-Linux-Gnu-C-Compiler-Gcc-Howto
DL : 0
[C] Linux Gnu C Compiler Gcc-Howto just try this book you should be satisfied
Update
: 2025-02-17
Size
: 74kb
Publisher
:
code_breaker
[
Linux-Unix
]
AboutGccComplier
DL : 0
Linux系统下的Gcc(GNU C Compiler)是GNU推出的功能强大、性能优越的多平台编译器,是GNU的代表作品之一。gcc是可以在多种硬体平台上编译出可执行程序的超级编译器,其执行效率与一般的编译器相比平均效率要高20 ~30 。 Gcc编译器能将C、C++语言源程序、汇程式化序和目标程序编译、连接成可执行文件,如果没有给出可执行文件的名字,gcc将生成一个名为a.out的文件。在Linux系统中,可执行文件没有统一的后缀,系统从文件的属性来区分可执行文件和不可执行文件。而gcc则通过后缀来区别输入文件的类别,下面我们来介绍gcc所遵循的部分约定规则-Linux systems for Gcc (GNU C Compiler) is GNU launched a powerful, superior performance, multi-platform compiler, is one of GNU s representative works. gcc is available in a variety of hardware platforms, compile the executable super compiler, the implementation of the efficiency and general efficiency of the compiler average higher than 20 to 30 . Gcc compiler can C, C++ language source program, Health and programmable sequence and the target program compiled, linked into an executable file, if not give the name of the executable file, gcc will generate a file named a.out. In Linux systems, the executable file suffix is not a unified system to distinguish between the properties from the file executable files and can not execute the file. The gcc through the input file suffix to distinguish between the categories, let s introduce some gcc followed the rules agreed upon
Update
: 2025-02-17
Size
: 15kb
Publisher
:
门票
[
Linux-Unix
]
GCCManual
DL : 0
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, is one of the representative works of GNU. gcc is a variety of hardware platforms to compile the executable super compiler, the efficiency of its compiler and the general higher than the average efficiency of 20 to 30 .
Update
: 2025-02-17
Size
: 293kb
Publisher
:
侯博
[
Special Effects
]
SaliencyToolbox_V2.2
DL : 0
基于注意力机制,实现彩色图像显著区域提取.源于Dirk B. Walther-The SaliencyToolbox is a collection of Matlab functions and scripts for computing the saliency map for an image, for determining the extent of a proto-object, and for serially scanning the image with the focus of attention. It has been cited in more than 100 papers. System requirements: Any computer and operating system that runs Matlab Matlab Release 13 or later Image Processing Toolbox The toolbox contains pre-compiled binary mex files for MS Windows, Mac OS X (both Power PC and Intel Macs), and Linux (32 bit and 64 bit). The source code can be compiled on any system with the GNU C compiler gcc. The SaliencyToolbox is in part a reimplementation of the iNVT toolkit at Laurent Itti s lab at the USC. This toolbox complements the iNVT code in that it is more compact (about 5,000 versus 360,000 lines of code) and easier to understand and experiment with, but it only contains the core functionality for attending to salient image regions. Although time critical procedure
Update
: 2025-02-17
Size
: 4.53mb
Publisher
:
zgk
[
source in ebook
]
systemc-2.2.0.tar
DL : 0
SystemC Class Library (Rel. 2.2.0) TLM模擬硬體功能。 - SystemC Class Library (Rel. 2.2.0) ================================== This is the release of the SystemC 2.2.0 Class Library. ------------------------------------------------------------------------------- IMPORTANT 1. This is the release of SystemC 2.2.0. This release contains bug fixes for SystemC 2.1.v1 as well as adding IEEE 1666(tm) compliance features. 2. This release is supported on the following platforms for which it has been well tested: o Sun Solaris 2.8 with GNU C++ compiler versions gcc-2.95.3, gcc-3.2.3, and gcc-3.3.2 o Sun Solaris 2.8 with SUN C++ compiler versions SC6.1, SC6.2, and Forte 7. (Note: tests that use the new dynamic process feature do not compile with SC6.1 ) o Linux (Redhat 6.2) with GNU C++ compiler version gcc-2.95.3 o Linux (Redhat 7.2) with GNU C++ compiler version gcc-2.95.3 o Linux (Redhat 8.0) with GNU C++ compiler versi
Update
: 2025-02-17
Size
: 7.89mb
Publisher
:
謝君誠
[
VC/MFC
]
c-programming-in-linux
DL : 0
This article will show you how to compile a C/C++ program on Ubuntu Linux using the GNU gcc/g++ compiler. Additions were made in order to simplify and clarify the creation of a C/C++ program on Ubuntu Linux. Hopefully this article will serve as a guide and tutorial to compiling GNU C/C++ programs on Ubuntu Linux.
Update
: 2025-02-17
Size
: 4.79mb
Publisher
:
Mario
[
Successful incentive
]
GCC-using-the-tutorial
DL : 0
Linux 中最重要的软件开发工具是 GCC。GCC 是 GNU 的 C 和 C++ 编译器。实际上,GCC 能够编译三种语言:C、C++ 和 Object C(C 语言的一种面向对象扩展)。-Linux is the most important software development tools in the GCC.GCC is the GNU C and C++ compiler.In fact, the GCC to compile three languages: C, C++ and Object C (C an object-oriented extension).
Update
: 2025-02-17
Size
: 127kb
Publisher
:
lily
[
Embeded Linux
]
Image-Cpature-Program-IIB400-Imote2-Linux.tar
DL : 0
Imote2 IIB400 Camera capture program compiled in arm-xscale-linux-gnu-gcc, run ./capture. Capture.c is the source code, I changed video2dev.h location for my compiler. BTW I got the C source code from University.
Update
: 2025-02-17
Size
: 14kb
Publisher
:
Fajar Purnama
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.