资源列表
Compiler---Thesisandcode
- 参照龙书编写的编译器,包括词法分析器,语法分析器,和生成三地址码的中间代码生成器。文件中包含代码和三篇论文。-Reference book written long compilers, including lexical analyzer, parser, and generate three address code between the code generator. File contains code and thesis 3.
grammar-analyser
- 1、任意输入一个文法G; 2、处理文法中可能存在的左递归和公共左因子问题; 3、对文法中的每个非终结符自动生成并打印输出: ① FIRST集; ② FOLLOW集; 4、判断处理后的文法是否为LL(1)文法,如果是,自动生成并打印输出其预测分析表; 5、模拟分析过程。 如输入一个句子,如果该句子合法则输出与句子对应的语法树;能够输出分析过程中每一步符号栈的变化情况。如果该句子非法则进行相应的报错处理。 -An arbitrary input to a gr
i2c_latest[1].tar
- I2C VHDL source code
Visual.Assist.X.v10.5.1724-Crack
- 这是VC的帮助工具,和大家分享了,不需要注册码!-This is the VC help tools, and share, and do not need to License!
js_NoPublicApi
- js 解析引擎,非常强大 js 解析引擎,非常强大
JavaAsn1Compiler_3.0
- 此代码主要是 一个用JAVA实现的ASN.1的编译器,能实现正常的ASN.1的编码和解码过程,对学习ASN的同学有帮助。-This code is mainly a JAVA implementation of the ASN.1 compiler, to achieve normal ASN.1 encoding and decoding process, the students learn ASN helpful.
Microsoft_offers_free_C_compiler_code
- Microsoft公司提供的免费C++编译器代码Microsoft offers a free C + + compiler code -Microsoft offers a free C++ compiler code
AVR_fighter
- 下载程序用的,一般的用mage8做的下载线,用的程序-Download using the general mage8 to do with the download cable, and use procedures
CompileChapter2
- 计算机编译原理中的文法分析程序。此程序分析一个正则文法,构造DFA,并且运行DFA。-Computer compiler theory of grammar analysis program. This program analyzes a regular grammar, construct DFA, and run the DFA.
turbo
- turbo编码,从编码到译码都有一个完整的系统,功能很全-turbo code
Notepad
- 一种可以编辑多种编程语言的工具,还是蛮好用的,希望大家-Can edit a tool for a variety of programming languages, or with fine, and hope that we try
IF-ELSE_LR
- IF-else语句翻译 LR方法 三地址输出-IF-else translation, output three-address translation , LR method