搜索资源列表
Kruscal_C++_implement
- 1.kruscal_CDT: 在Eclipse里面的CDT和MinGW(提供gcc)的环境下所编写的。 2.kruscal_VC2005: 在VC2005里面编写的。 3.以上两个的代码有点不同,区别主要在于compare函数 4.kruscal算法里面,我有两个不同的实现,一个是最小化堆里面放EdgeNode的指针,一个是最小化堆里面放EdgeNode的Object实例。前者使用了compare函数来比较大小,后者则是在EdgeNode的class里面重载运算符。-1.kru
gcc-2.95.3.tar
- gcc编译工具没有什么特别,就是直接编译可用
gcc-objc-3.4.2-20040916-1-src.tar
- gcc的object c的源代码,具有非常高的参考价值-c gcc object of the source code with a very high reference value
WSBOOKC
- winsock编程声明:最近一直有人要用我的这个实验报告,并为此多次给我发邮件。我不反对你们使用这个报告。但是,有几个问题请注意一下: 1、这个报告的代码不完全。只有进行语法分析和词法分析的两个函数,没有使程序完整起来的主函数。 2、我在写这些代码的时候看错了语法分析的语法规则,导致某些符合语法规则的源文件无法被正确分析。这个问题我在报告的最后面有描述。 3、代码的编译:我不保证实验报告中的代码可以在TurboC2.0下编译通过。Visual C++下也不保证。代码的语法规则是符合C99标准,而
WinQemu.0.10.2.src
- 用vc编译的qemu代码,从gcc工程移植过来的-Vc compiled qemu with the code from the gcc project transplant
GCC-2.4SourceCode
- GCC的源代码哦,对编译器学习有帮助的.-GCC
binutils-2.15-calmrisc16-050228.tar.bz2
- Tools for development on the Archos Gmini 100 & 200 series -- GNU Binutils for CalmRisc16 -- gcc for CalmRisc16 -- Gmini 1xx & 2xx emulator -Tools for development on the Archos Gmini 100 & 200 series-- GNU Binutils for CalmRisc16-- gcc for CalmRisc16
Unix_Compile_Tool
- 目录 1.GCC的使用 1.1.编译C程序 1.1.1.编译执行文件 1.1.1.1.C程序中的文件后缀名 1.1.1.2.编译单源程序 1.1.1.3.编译多源程序 1.1.2.编译目标文件 1.1.2.1.编译成目标文件 1.1.2.2.使用目标文件编译 1.1.3.预处理 1.1.3.1.预处理编译 1.1.3.2.编译预处理文件 1.1.3.3.预处理指令介绍 1.1.3.4.预定义宏介绍 1.1.3.5.预处理与make选项
gcc-core-3.4.2-20040916-1-src.tar
- 为ARM建立交叉编译环境所需要的工具g-Cross compiler for ARM to establish the tools needed to environment gcc
2dimensionFDTDprogram
- 2维FDTD的MATLAB代码,TM波代码-2 dimension FDTD program (TM mode) All boundaries are perfect conductors. // For Visualization of the field, I use PGPLOT which is available as port // (for FreeBSD) or binary package (for Debian Linux). // (1) In Free
MNSv2_for_NS2.32_GCC4.3.2
- MPLS for Network Simulator MNSv2 for NS2.32, it works with GCC 4-MPLS for Network Simulator MNSv2 for NS2.32, it works with GCC 4.X.X
line-intersect
- Algorithm to find intersection between 2 lines. Note: does not handle the special case when one of the lines is vertical. Compile with MinGW: gcc -Wall li2.c -Wall -s -o li2.exe -lgdi32-Algorithm to find intersection between 2 lines. Note:
lixminC
- 这是编译原理词法分析源程序和实验报告。本程序亮点在于: 1、能够处理ANSI C 定义的42种运算符,32个关键字。 2、能够识别并且抽取预处理语句(如#include, #define , #ifdef....)存到preprocess.log中(格式例子为:line 0 : #include<stdio.h>) 3、能够识别并剔除两种注释(//和/* */) 4、能够识别简单的词法错误 missing terminating " 并且告诉你是在第几行出的错。 5、能够识别浮点数,
GCC-Technical-Reference
- GCC编程程序集合是目前最重要、应用最为广泛的开源源代码软件。本书分三部分介绍。 1、自由软件编程程序 2、使用编译程序集合 3、外设与内设-GCC programming procedures set is the most important stream of the most widely used open source software. Book is divided into three parts introduced. 1, free programming so
gcc-gPP-3.4.2-20040916-1-src.tar
- gcc,g++源码,通过对其的研究,可以深入了解编程的细节,提高编程技术和能力。-gcc, g++ source, through their study provides insight into the details of programming, to improve programming skills and capabilities.
mxml-2.9.tar
- Mini-XML是一个小型的开源的XML解析器,采用 C 语言开发。该解析器最大的特点就是小型、无须依赖其他类库,只需要 GCC 编译器 和 make 程序即可编译,支持 UTF-8/UTF-16 编码。-Mini-XML is a small open source XML parser, using C language development. The biggest feature is the small parser, without relying on other librari
build-avr-gcc-4.5.1-binutils-2.20.1-libc-1.8.0-gd
- Gcc tool chain program
Linux GCC 5.2.0
- Linux gcc stack protection
MSYS GCC 4.6.2
- msys gcc stack protection
Affinic Debugger v1.2.3
- 非常好用的一个ADB前端调试UI,配合GCC进行调试。(A very good ADB front end debug UI is debugged with GCC.)