搜索资源列表
c_to_asmm_compers1123
- c_to_asmm_compers1123.rarc代码编译为汇编的交叉编译器---跨平台
nasm2.0.3
- NASM2.03汇编编译器,支持跨平台编译,可以生成,支持各种常用Link工具的目标代码文件。 支持64位汇编指令。内附原版参考文档。-NASM2.03 compilation of the compiler to support cross-platform compiler, can generate and support a variety of commonly used tools Link object code file. Support 64-bit compilation
chicken-3.4.0.tar
- Scheme跨平台编译器,能把Scheme代码编译成目标机器码-Scheme of cross-platform compiler, can compile Scheme code into the target binary
cmake-2.8.7
- 一款免费的C++集成开发环境,编辑编译调试一体化,跨平台工具-A free C++ IDE tool and can be used for multi-platfrom.
cmake-2.8.8-win32-x86
- CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。只是 CMake 的组态档取名为 CmakeLists.txt。Cmake 并不直接建构出最终的软件,而是产生标准的建构档(如 Unix 的 Makefile 或 Windows Visual C++ 的 projects/workspaces),然后再依一般的建构方式使用。这使得