搜索资源列表
gcc-1.42.tar
- 这是完整的gcc源代码,版本为1.42,可以做学习和研究用-This is a complete gcc source code, version 1.42, learning and research
arm_ucos_1.161
- The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) includes ports for the following platforms: 1. S3c2410x ( ARM920T from Samsung ) on SMDK2410 eval board. 2. LPC2xxx - LPC210x & LPC213x ( ARM7TDMI-S
armok0171406
- win2000下直接访问端口 1、用install_giveio.bat,调用loaddrv.exe,安装giveio.sys 到系统中。 2、安装 port.pas后,在delphi的‘Custom‘面板中, 有一个port元件。 3、拖一个TPort到窗体上,命名为port。 4、那么就可以直接访问端口(2000下也可以),如:读 i:= port[$378] 写 port[$378]:= 5、status_giveio.sys 查看状态,remove_g
ucos2.8-run-mips
- UCOS在我的MIPS CPU上的移植 1. 这是UCOS在我的MIPS CPU上的移植代码, 编译工具使用标准的MIPS GCC. 2. 所有CPU相关的代码全在start.S中,相关函数说明如下:
gcc-fortran-4.1.1
- 编程必备,下载之后请在名字之后将.rar换成tar.bz2,成为gcc-fortran-4.1.1.tar.bz2,然后解压即可使用.
gcc-objc-4.1.1
- 交叉编译重要工具之一,下载后请将扩展名.rar.改为tar.bz2,然后解压使用.
typeof
- typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
PL0
- PL0 C语言版本 //A.2 C 版 本 /*编译和运行环境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT, Win 200, WinXP and Win2003 *2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1) *Redhat Fedora core 1 *Intel 32 platform *使用方法: *运行后
avr-ada-1.0.3
- AVR-Ada aims to make the Ada part of gcc usable on AVR microcontrollers. This includes the three elements: - the Ada compiler - the Ada run time system - the AVR support library Some sample programs are provided as well. -AVR-Ada aims to make the Ada
gcc-inline-asm
- This a compilation in FrameMaker of three public domain documents written by others. There is no original content added by myself. The three documents are: 1. A portion of the gcc info page for gcc 2.8.1, dealing with the subject of inline assemb
GCC
- gcc,g++-GNU工程的C和C++编译器(egcs-1.1.2)
color-gcc-1.0.1rc6.tar
- gcc messages colorizer
typeof_common
- typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
1-1
- 《现代编译原理C语言描述》书上第一章的直线式程序解释器的一个问题:写一个函数int maxargs(A_stm),告知给定语句中任意子表达式内的print语句的最大参数个数. 参照所给部分源码,在Linux环境下编写的,GCC版本4.4.4测试通过-The book Modern compiler Implementation In C, in first chapter of the book linear program interpreter there be a problem: W
gmp-5.0.2.tar
- GMP 是一个任意精度的数学计算库。 想升级GCC到4.3.0版本,在安装前,需要先安装MPFR和GMP.-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the on
gcc-1.40
- gcc早期版本源代码,代码量较小,可以用于研究编译器的实现-earlier versions of gcc source code, the code smaller, can be used to study the implementation of the compiler
gcc-4.7.1-patches-1.5
- gcc编译器是个开源的编译器,这是其中的一个版本的源代码-The gcc compiler is an open source compiler, which is one of the versions of source code
gcc-1.40
- gcc 1.40源代码,这款源码是gcc早起的源代码,相对现在的源码,阅读起来比较方便。-The codeing of gcc 1.40.
avr-libc-1.8.0
- 开源 avr编译器 This avr-libc. It is a C library implementation for use with GNU GCC and GNU binutils for development of programs for Atmel s AVR microcontrollers-This is avr-libc. It is a C library implementation for use with GNU GCC and GNU binutils fo
1-gcc-ast-dump
- Converts gcc fdump tree into drawn code