资源列表
Complier_Exp1
- Compiler theory - lexical analysis experiment source code编译原理-词法分析实验源代码-Compiler theory- lexical analysis experiment source code
LexicalAnalysis
- 词法分析器,主要分析十六进制、十进制、八进制和变量、一些符号。-Lexical analyzer, analysis of the hex, decimal, octal, and variables, some of the symbols.
bianyiyuanlikechengsheji
- 编译原理课程设计,包括源代码和课程设计文档报告-Compilation Principle course design, including source code and curriculum design documentation report
HT_PICC960_Crack.rar
- HITECH PICC18 V9.61 pro crack,HITECH PICC18 V9.61 pro crack
PL
- 基于C++的PL语言编译器(增加for、case、repeat等语句并扩充实数类型和函数功能)-Based on C++, PL language compiler (increase for, case, repeat and other statements and to expand the type and function of real functions)
Grammer
- 采用递归下降子程序书写的编译原理关于“PL0文法”的编译器,支持词法分析语法分析目标代码生成-grammar
Wp
- IF-ELSE条件语句的翻译程序设计(简单优先法、输出三地址表示)
LR_if_else
- IF-ELSE条件语句的翻译程序设计(LR方法、输出四元式) -IF-ELSE conditional statements translation of program design (LR method, the output quaternion type)
JBookMaker
- 非常好用的Java反编译器,将字节码文件反编译为java文件,想要学习别人源码的朋友用的着它的。用于将jar包中的.class文件反编译-Very useful Java Decompiler will decompile byte-code files for the java files, others want to learn the source of a friend with it. Jar used to package. Class files decompile
byyl
- 编译原理课程设计报告。 算术表达式的LR翻译器 实现了LR树自底向上分析方法。 其中包括分析树和分析表的建立-Compile the report Principles of curriculum design. Arithmetic expressions to achieve the LR LR translator tree bottom-up analysis. Including analysis of the establishment of tree and analy
LLVMs-document
- LLVM compiler infrastructure
ploc++build
- plo 清华版的第二章的那个!! 1. 基本内容(成绩范围:“中”、“及格”或“不及格”) 对PL/0作以下修改扩充: (1)增加单词:保留字 ELSE,FOR,TO, DOWNTO 运算符 +=,-=,++,-- 修改单词:不等号# 改为 <> 增加条件语句的ELSE子句 (2)扩充赋值运算:+= 和 -= (3)扩充语句(Pascal的FOR语句): ①FOR <变量>:=<表达式> TO <表达式>