Welcome![Sign In][Sign Up]
Location:
Search - gcc 1

Search list

[SourceCode完整的C编译器源代码

Description: 一个完整的C编译器源代码, 可以编译出windows下可执行的exe文件,程序不大,总共不到2w行代码,是学习C编译器的好例子。 Features * SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). * FAST! tcc generates x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC. * UNLIMITED! Any C dynamic library can be used directly. TCC is heading torward full ISOC99 compliance. TCC can of course compile itself. * SAFE! tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code. * Compile and execute C source directly. No linking or assembly necessary. Full C preprocessor and GNU-like assembler included. * C script supported : just add '#!/usr/local/bin/tcc -run' at the first line of your C source, and execute it directly from the command line. * With libtcc, you can use TCC as a backend for dynamic code generation.
Platform: | Size: 382914 | Author: wukercheng@yahoo.com.cn | Hits:

[Othercom_source

Description: 这是一个封装得比较完整的串口类,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过。-This a much more complete package of Serial category, supports synchronous and asynchronous operation, the use of simple, effective and industrial strength, I BC, BCB, VC, BCBX, through the GCC compiler.
Platform: | Size: 56320 | Author: lj | Hits:

[BooksGCC-HOWTO-html.tar

Description: GCC的完整使用手册-GCC integrity Manuals
Platform: | Size: 33792 | Author: 雷飞 | Hits:

[Linux-Unixgcc-3.4.2-20040916-1-src.diff(1)

Description: gcc for linux
Platform: | Size: 104448 | Author: 右面 | Hits:

[Other Embeded programgbaeva

Description: GBA游戏程序,剧情演示,使用arm-gcc编译-GBA games, drama presentations, the use of arm-gcc
Platform: | Size: 225280 | Author: 滕飞 | Hits:

[Othergcc-objc-3.4.2-20040916-1-src.tar

Description: gcc的object c的源代码,具有非常高的参考价值-c gcc object of the source code with a very high reference value
Platform: | Size: 267264 | Author: 钟晶 | Hits:

[SCMAVR单片机GCC程序设计》附带源码

Description: AVR单片机GCC程序设计随书光盘源码 内附AVR嵌入式操作系统源码-AVR GCC program design CD with the book containing the AVR-source embedded operating system source code
Platform: | Size: 356352 | Author: 闪核 | Hits:

[WaveletMWAVELET

Description: 多小波的C++实现程序包,需要用GCC 3.3编译,如果大家感觉不错,不妨鼓励一下。-Multiwavelet C realization package, needs GCC 3.3 compiler, if you feel good, it may give some encouragement.
Platform: | Size: 39936 | Author: lcj2212916 | Hits:

[File OperatenfsLibrary_src

Description: nFS,在一个文件中模拟一个文件系统,适合于需要读写创建大量文件的应用。该类库与linux下的NFS没有关系。该类库兼容MSVS/Win32, GCC/Linux and GCC/Solaris,全部用C语言完成。-nFS, in a simulation of a document file system, suited to the need to create a large number of documents to read and write applications. The class library with NFS under linux does not matter. The library is compatible MSVS/Win32, GCC/Linux and GCC/Solaris, all complete with C language.
Platform: | Size: 52224 | Author: 贺力 | Hits:

[Embeded-SCM Developapp_3510i_lcd_demo(GCC)

Description: NOKIA手机液晶屏I3510的应用例程,GCC编译成功。-Nokia phone screen I3510 the routines, the GCC compiler success.
Platform: | Size: 696320 | Author: 陶日然 | Hits:

[Email ServerXmailsvr

Description: XMail version 0.39是个邮件服务器软件,具有如下功能: 1) SMTP 服务器 2) POP3 服务器 3) Finger 服务器 4) 多域名 5) 用户不需要实际的系统帐号 6) SMTP 中继检查 7) SMTP RBL 映象检查 (rbl.maps.vix.com) 8) SMTP RSS 映象检查 (relays.mail-abuse.org) 9) SMTP 垃圾邮件拒绝 10) 带外部POP帐号的POP3帐号同步器 11) 别名 12) 邮递表 13) 顾客邮件处理 14) 远程管理 15) 客户邮件交换 16) 记录日志 17) 多平台 [系统需求] Linux操作系统 或Windows NT,且ws2_32.dll 已经安装。具有连接到因特网的DNS和网关。为了在Linux下编译,你需要安装gcc和libc或glibc, 为了在Windows下编译,你需要MS Visual C++ (我就是用它来编译的),或其它支持Win32 SDK的编译器。 [编译和配置] 详见英文readme.txt。-err
Platform: | Size: 193536 | Author: 李建 | Hits:

[Data structscard24

Description: 可以进行分数的24点运算的,因为里面还额外实现了一个分数类。24点必须用VC编译,GCC编译会有问题,这个bug当时没找出来。可能是默认堆栈大小的问题。这个程序从我现在看来,写得很差。-can score 24 points in computing, because it has achieved an additional category scores. 24 points to be compiled with VC, the GCC compiler will create problems, the bug when they did not find out. May is the default stack size of the problem. This procedure seems to me now, very poorly written.
Platform: | Size: 99328 | Author: | Hits:

[Linux-Unixgcc-fortran-4.1.0.tar

Description: gcc-fortran,linux使用fortran的编译软件。很好用的。-gcc- FORTRAN, linux use FORTRAN compiler software. Very good use.
Platform: | Size: 1011712 | Author: | Hits:

[Linux-Unixgcc-objc-4.1.0.tar

Description: gcc的组件,linux下的面向对象的编译软件-gcc components, the linux build object-oriented software
Platform: | Size: 238592 | Author: mahongmei | Hits:

[Linux-Unixgcc-4.1.0.tar

Description: linux下编程用 编译软件,gcc,对学习c,c++语言很好用-with compiler software, gcc, to learn c, c good with language
Platform: | Size: 50797568 | Author: mahongmei | Hits:

[ELanguagegcc-1.42.tar

Description: 这是完整的gcc源代码,版本为1.42,可以做学习和研究用-This is a complete gcc source code, version 1.42, learning and research
Platform: | Size: 1860608 | Author: yanzi | Hits:

[SCMAVRGCC_example

Description: AVR单片机与GCC的一些程序例子。汇编和C。-AVR with GCC examples of some of the procedures. And C compilation.
Platform: | Size: 552960 | Author: 林林 | Hits:

[Othervm_linux0.11

Description: 带有 gcc 1.4 编译环境的 VMWare Linux0.-With gcc 1.4 compiler environment VMWare Linux0.
Platform: | Size: 2472960 | Author: 陈建华 | Hits:

[Industry researchrtklib_2.4.1

Description: rtklib 版本2.4.1 An Open Source Program Package for GNSS Positioning 日本开源网站上提供的关于GPS卫星数据解算的程序。All of the executable binary APs for Windows are included in the package as well as whole source programs of the library and the APs. * For real-time PPP, EUREF and IGS have already started to distribute real-time satellite orbit and clock as RTCM v.3 SSR messages via NTRIP. To receive the real-time satellite orbit and clock, users have to make registration and get an account to access the NTRIP broadcasters. Refer BKG GDC site http://igs.bkg.bund.de/ntrip/index for details. -All of the library functions and APIs are written in ANSI C (C89). The library internally uses standard socket and pthread for Linux/UNIX or winsock and WIN32 thread for Windows. By setting compiler option-DLAPACK or-DMKL, the library uses LAPACK/BLAS or Intel MKL for fast matrix computation. The console APs are also written in standard C. The library and console APs can be built on many environments like gcc on Linux. The GUI APs are written in C++ and utilize Borland VCL for the GUI toolkit. All of the executable binary APs in the package were built by free edition Borland Turbo C++ 2006 (http://www.turboexplorer.com)* on Windows. The binary APs were tested on Windows XP SP3 32bit and Windows 7 SP1 64bit. The console APs are also built and tested on Ubuntu 9.04 Linux.
Platform: | Size: 27762688 | Author: huo | Hits:

[Linux-Unixgcc-1.42.tar

Description: GCC ver.1.42 old version
Platform: | Size: 1860608 | Author: eatun | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net