搜索资源列表
nasm-0.98.zip
- 一个汇编语言编译器源码
tcc-0.9.20.rar
- 小而快的c编译器,可以直接解释运行C语言写就的源程序。
tp60src.zip
- Turbo Pascal 6.0编译器源码
C语言编译器.rar
- C语言编译器的源代码
C51智能反编译器.rar
- C51智能反编译器
C-编译器的设计文档与源代码
- C-编译器的设计文档与源代码.-C-Compiler design documents and source code.
C#编写的一个编译器
- C#编写的一个编译器(转载)-C# prepared a compiler (reproduced)
tcc-0.9.23.tar
- 小型的C编译器,可以在linux编译通过,尔却使用方便-a Tiny C language compiler, can built on linux,handy
CodeVisionAVR C 编译器参考
- CodeVisionAVR C 编译器参考odeVisionAVR C 编译器参考.rar-CodeVisionAVR C compiler Reference
Keil C 编译器常见警告与错误信息的解决方法
- Keil编译器常见的问题解决方法,是你快速排除问题的好助手!-Keil compiler common solution to the problem, you quickly ruled out the good assistants!
词法编译器C语言版
- 自己用纯C语言做的词法编译器,可能大家作业能用的上吧,-A semantics compiler in c programed by myself,maybe you can use it foe you homework
c语言编译器 源代码
- C语言写的编译器,含2个small c for dos源代码和small c for z80 源代码。没有解压密码-complier written by c langauage ,include source codes of 2 small c for dos and small c for z80 ,without unzipped code
simple词法编译器
- 这是我个人编写的simple语言词法编译器,希望对大家能有所帮助,绝对是原创哦-This simple-accidence-compiler is wirtten by myself, I hope that it will be helpful to everyone, its written of my own, in deed.
aMule-2.0.1.tar
- linux下电骡,P2P软件源代码。安装使用make工具,编译器gcc,具体步骤按README所示。--- Mule, P2P software source code. Make installation tools, compiler gcc, specific steps indicated by the README.
winceos-1.0-100403.tar
- 可以在LINUX环境下编译WINCE程序的SDK,其LINUX下的交叉编译器可以在网上下载-in LINUX environment compiler pulled procedures SDK, Linux cross-compiler can be downloaded on the Internet
boa-0.94.13
- 这是移植在9200上面的一个BOA服务器,采用2.95.3的arm-linux编译器,可以直接使用-transplant in 9200 above a BOA servers, the use of 2.95.3 arm - linux compiler can be used directly
tcc-0.9.20.tar
- tcc,一个很小巧的c编译器,它的特点是比gcc要快很多,而且支持像运行教本一样运行.c程序-TCC, a very small c compiler, it is characterized by faster than many gcc, and support the same as running textbook operation. C procedures
yamd-0.32.tar
- 很好用的内存泄漏检测工具。要配合linux的gcc使用,安装后将你的编译器gcc命令换成yamd-gcc就行了,在运行程序的时候yamd会提醒你是否存在内存泄漏问题。-good use of memory leak detection tools. To tie in the linux gcc use, after you install the compiler gcc orders replaced yamd - gcc held
编译器tiny
- 这是一个基于命令行的编译器,它是在一个国外教学使用的编译器tiny基础上改写的。 这个代码对理解编译器有不错的作用-This is a command-line compiler, which is the use of teaching a foreign compiler tiny based on the rewrite. The code compiler for understanding the role of a go
0.SNAKE
- 贪吃蛇--纯粹的结构化思想,在turboc2.0编译器下实现,初学者看看回有点收获.