搜索资源列表
TinyCompiler
- 这是我自己实现的一个微小的编译程序,附可执行代码的虚拟机,是理解编译原理的绝好材料.-that I realized a small compiler, attached executable code virtual machine, yes understanding of compiler theory excellent material.
4th-3.3d-for-unix
- 4tH compiler是一个稍有不同的Forth 编译器,不像标准Forth 引擎所提供的常规编译器。4tH 是一个非常小的编译器,它可以生成字节码,嵌入式C字节码,单独的可执行文件,但是它也可以作为一个脚本语言-4tH compiler is a slightly different Fortran compiler, Unlike standard Forth engine provided by conventional compilers. 4tH is a very small co
borghelp
- 反汇编工具Borg的源代码,静态反汇编可执行文件的工具Borg的源代码,很实用-Tools Borg disassemble the source code, static anti-compiled executable file tools Borg
tcc-0.9.24.tar.bz2
- Tiny-C 9.0 You can compile and execute C code everywhere, for example on rescue disks ( about 100KB for x86 TCC executable, including C preprocessor, C compiler, ... http://bellard.org/tcc/
LRCompiler1.0
- 这是我用VC6.0(用了MFC类库)编写的一个集词法分析、语法分析为一体的程序,是我编译原理课程设计的拙作!压缩包里包括源代码、测试数据,可执行文件打包,安装文件打包,课程设计文档,程序使用说明和数据规范说明一应俱全。-This is what I used VC6.0 (using the MFC class library) to prepare a set of lexical analysis, grammar analysis of the procedure as a whole,
analys
- vb scr ipt子集解释器 Makefile.vb用于生成解释器的c代码 可执行程序需要自己写main函数,调用解析类vbs_content,自行生成。 -vb scr ipt interpreter subset Makefile.vb interpreter used to generate the c code to write executable programs need to have their own main function, call the analyt
KBASIC
- KBASIC is a BASIC like interpreter. It s implemented in C. The file includes the source code, executable and various .bas files as examples. To try write basic.exe and the name of one of the .bas files and KBASIC will interpret the file.
Analysis_of_the_essence_of_C_language_examples
- ◎ 光盘内容说明 1.【Code】目录,包括实例1~190的所有源代码和可执行程序。 2.【Tools】目录,包括TC2.0编译器。 ◎ 光盘使用说明 1. 源代码的使用说明,参见【Code】目录下的CodeReadme.txt文件。 2. TurboC 2.0 的安装方法,参见【Tools】目录下的ToolsReadme.txt文件。 ◎ 技术支持 在光盘使用过程中,如果遇到问题,请发邮件至linread@163.com或
28200959545
- 词法分析器, 内容简单适合新手学习借鉴,含源代码,和可执行程序-Lexical analyzer, content simple for novices to learn from, including source code, and executable programs
4356463453453
- 我发现很多人都想这么一份压缩软件的源代码,但是他们很难找到,特别是一些比较好的. 所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方. 所有的源代码包括它们的原始文档. -I found so many people would like a compression software source code, but they are hard to find,
C-yuyanshilijincui
- 1.【Code】目录,包括实例1~190的所有源代码和可执行程序。 2.【Tools】目录,包括TC2.0编译器。-1. 【Code】 directory, including the examples 1 ~ 190 of all source code and executable programs. 2.】 【Tools directory, including TC2.0 compiler.
tcc
- 这是一个功能完善的可编译DOS下和windows下的tiny-c编译器。里面有可执行文件可以试验。源码非常清晰,值得研究。-This is a fully functional that can be compiled under DOS and windows under the tiny-c compiler. Inside the executable file can experiment. Source code is very clear and worth studying.
Programs
- The files in programs.rar are the executable c++ code for file handling.
200621320392685
- 这是一个真正的32位编译器源代码,能直接生成低级机器码和x86 PE可执行文件,能创建GUI或者CUI可执行文件和动态连接库程序,支持byte, word, dword, 单精度浮点数据类型,比较,For, While, Loop 等循环,支持API调用,支持标准常数、自定义数据等,界面漂亮。 -This is a true 32-bit compiler source code, can directly produce low-level machine code and x86 PE
fpc_0.2_0.9_2.2
- free pascal 解释器源程序来的。这是他的v0.2 v0.9 的早期源带码来和他 v2.2_Mips cpu在的源带码和linux下可执行文件。 -free pascal source code to the interpreter. This is his early v0.2 v0.9 source code to bring him v2.2_Mips cpu with the source code and executable files under linux.
Compiling-exp
- 利用flex和yacc编写的c语言编译器,可以检查语法错误、语义错误,并且能够生成可执行的汇编代码-Written using flex and yacc c language compiler can check for syntax errors, semantic errors, and can produce an executable assembly code
Complier
- PL/0语言编译器的中间代码生成。要求用递归子程序法/或预测分析法实现对表达式、各种说明语句、控制语句进行语法分析。若语法正确,则用语法制导翻译法进行语义翻译:对说明语句,要求将说明的各符号记录到相应符号表中;对可执行语句,应产生出四元式中间代码并填写到三地址码表中; 若语法错误,要求指出出错性质和出错位置(行号)。出错处理应设计成一个出错处理子程序。 -The PL/0 language compiler intermediate code generation. Require the
tcc-0.9.25.tar
- A c compiler source code. Tiny C Compiler feature: 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 gener
Semantic-analysis
- 编译原理语义分析器,C++代码编写,基于DEVC++ 代码行数 1800+ 内含主要文件:cpp源代码,exe执行文件-Compiler theory semantic analyzer C++ code, containing key documents: write, based on DEVC++ the number of lines of code 1800+, cpp source code, exe executable file