搜索资源列表
PL0-delphi
- 用delphi实现的PL/0的编译器,结果生成三元式,并且生成可以运行的PL/0地目标程序,非常好用,对于各位学习编译原理的兄弟姐妹来说是不可多得的好东西!-achieved using PL / 0 compiler, generating 3-, and generates can run PL / 0 to target procedures, very good, compiler for you to learn the te
fzyj
- 赋值语句,使用C++编写,能够实现对语句的翻译,采用三元式输出-assignment, the use of C prepared to achieve the right phrase translation, using ternary output
19854794biaodashisiyuanshi
- // 语法制导翻译器设计示范程序 // ----- 算数表达式四元式翻译(递归子程序法) // 要求:1. 读懂该程序,并上机调试成功; // 2. 运行该程序,输入源表达式(字母:表示变量,数字:表示常数。) // 3. 反复运行,考查输出的各种四元式的正确性。 // 4. 实验报告内容:表达式的属性翻译文法;递归子程序框图; // 运行结果的记录(输出的三元式不得少于10条!) -/ /
compile
- 自己写的一个编译程序,可以从二进制文件中读取一段c程序,进行表达式的识别和一些简单的c语句,最后生成三元式输出
20071311141414200
- WHILE循环语句的分析以及以三元式输出
JAVA
- 输入一个表达式,转换为逆波兰式,三元式和四元式
多维数组-矩阵的压缩存储- 稀疏矩阵(一)
- 稀疏矩阵 设矩阵A mn 中有s个非零元素,若s远远小于矩阵元素的总数(即s<<m×n),则称A为稀疏矩阵。 1、稀疏矩阵的压缩存储 为了节省存储单元,可只存储非零元素。由于非零元素的分布一般是没有规律的,因此在存储非零元素的同时,还必须存储非零 元素所在的行号、列号,才能迅速确定一个非零元素是矩阵中的哪一个元素。稀疏矩阵的压缩存储会失去随机存取功能。 其
PL0-delphi
- 用delphi实现的PL/0的编译器,结果生成三元式,并且生成可以运行的PL/0地目标程序,非常好用,对于各位学习编译原理的兄弟姐妹来说是不可多得的好东西!-achieved using PL/0 compiler, generating 3-, and generates can run PL/0 to target procedures, very good, compiler for you to learn the tenets
fzyj
- 赋值语句,使用C++编写,能够实现对语句的翻译,采用三元式输出-assignment, the use of C prepared to achieve the right phrase translation, using ternary output
19854794biaodashisiyuanshi
- // 语法制导翻译器设计示范程序 // ----- 算数表达式四元式翻译(递归子程序法) // 要求:1. 读懂该程序,并上机调试成功; // 2. 运行该程序,输入源表达式(字母:表示变量,数字:表示常数。) // 3. 反复运行,考查输出的各种四元式的正确性。 // 4. 实验报告内容:表达式的属性翻译文法;递归子程序框图; // 运行结果的记录(输出的三元式不得少于10条!) -//sy
compile
- 自己写的一个编译程序,可以从二进制文件中读取一段c程序,进行表达式的识别和一些简单的c语句,最后生成三元式输出-To write a compiler, you can read from the binary files for some c procedures, identification and expression of c some simple statements, the last generation of ter
20071311141414200
- WHILE循环语句的分析以及以三元式输出-WHILE loop analysis as well as ternary output
JAVA
- 输入一个表达式,转换为逆波兰式,三元式和四元式-Enter a regular expression, converted to Reverse Polish style, ternary and quaternary type
bianyi
- 编译原理课程设计 实现对赋值语句的词法和语法分析 输出三元式-Principles of curriculum design compiler assignment to achieve the morphology and syntax analysis of the output-type ternary
li
- 求一表达式对应的三地址中间代码,以三元式表示-Seek an expression corresponding to the three-address intermediate code to be expressed ternary
for
- for循环语句的翻译,递归下降法,输出三元式-for
while
- 编译原理,课程设计,while语句lr分析法,三元式输出,没有错误,可以使用,本人亲测-Compiler theory, curriculum design, while lr statement analysis, triple-output, no errors, you can use, I pro-test! ! ! ! ! ! ! ! ! !
CminusProject2
- 包含词法分析,语法分析,并能生成三元式,是学习编译原理的好资料-Include lexical analysis, parsing, and can generate three yuan style, is to learn the principles of good information compiled
for-statement-LR-analysis
- FOR语句翻译程序设计 LR方法三元式 -FOR statement translation program design the LR method three yuan style
RegularGrammar
- 1、正规文法和正规表达式相关功能的实现 1)允许用户输入一左线性或右线性文法(至少4条产生式),将其转换为右线性或左线性文法 2)若用户输入的文法不是3型文法,则给出出错提示 3)显示出该文法对应的DFA 4)显示出该正规文法对应的正规表达式 2、中间语言相关功能的实现 1)允许用户输入一赋值表达式,将该赋值表达式分别转换成逆波兰表示、三元式-Implement regular grammar and regul