资源列表
Stud_PE
- 也是一个用于查看PE文件头的程序,对于深入研究一些底层的东西很有用-Is also a PE file header for viewing the program, for in-depth study of some low-level stuff is useful
xiaochuzuodigui
- 用于消除左递归的一个用C++语言实现的小程序。里面包含有详细的报告和源代码。-Used to eliminate the left recursion in a C++ language implementation with a small program. Which contains detailed reports and source code.
tbb20_20070927oss_src.tar
- 英特尔® 线程构建模块(英特尔® TBB)是一个屡获殊荣的 C++ 运行时库,它可提取实现最佳多核性能所必需的低级别线程详细信息。它使用常见的 C++ 模板和编码样式,避免了繁复的线程处理实施工作。 与其它线程模型相比,英特尔® TBB 只需较少的几行代码便可实现并行处理。您编写的应用程序可在各平台间移植。基于该库固有的可扩充性,即时将来添加更多的处理器内核,也无需进行任何代码维护。 英特尔 TBB 可以作为独立的产品使用,也可以与英特尔® 编
pascal-compiler-in-cpp
- pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists
open-cobol-0.30
- open cobol 0.30 源码工具 Cobol Compiler 编译器-open cobol 0.30 source code Cobol Compiler
MCPlocompiler
- PL0编译器语言词法分析器(WINDOWS图形界面,VC+API编写)学编译原理的可以参考一下(不是我自己编的)-Plcomplile
VisualC++Complier
- Document conatins C++ compiler pdf
LL1Analysis
- 一个简单的LL(1)分析表生成器,根据文法输入判断是否是LL(1)文法,并生成分析表。 使用VS2008 Sp1调试通过-A simple LL (1) analysis table generator, according to the grammar input to determine whether it is LL (1) grammar, and generate analysis table. Debugging through the use of VS2008 Sp1
nasm-0.98.39
- 32位汇编编译器nasm源代码,用c/asm混合编程,对于编写汇编编译器的爱好者来说是一个参考。-32 NASM compilation compiler source code, c / asm mixed programming, for the preparation of the compilation compiler lovers is a reference.
nasm-src
- nasm的全套源代码,有些我做了些修改,以方便您更方便更容易调试成功,方便学习做编译器
TEST_compiler
- 开发环境:VC6.0 语言:C++ 功能:一个简单的TEST语言的编译器程序-Development Environment: VC6.0 Language: C++ function: a simple language compiler program TEST
BYYL
- 编译原理实验,实现了LL算法和四元式的输出-Compiler principle experiment, the realization of the LL algorithm and four yuan output