搜索资源列表
21codes_del62755882442
- 将布尔表达式翻译成后缀式(即逆波兰式),中间有词法分析,语法分析及中间代码生成-Boolean expressions to be translated into the suffix - (reverse Polish), there is a lexical analysis, Grammatical analysis and intermediate code generator
zhanghui
- 布尔表达式的翻译,对输入的文法判断其合法性,并输出逆波兰表达式-Boolean expressions translation of input to judge the legitimacy of grammar and expression output inverse Poland
wyb4
- 逆波兰式,c语言实现,包括语法分析,语义分析等,优先级别的实现-inverse Polish, c language, including grammar analysis, semantic analysis, the priority level of achievement
ExpressAnalysis
- 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, supports arithmetic operations, bra
bianyiyuanlikechengsheji
- 词法分析,语法分析,以及中间代码生成 布尔表达式转换为逆波兰式-lexical analysis, parsing, and the intermediate code generated Boolean expressions into reverse Polish notation
nibolan-convention
- 这是我大三做编译原理实验时总结出来的逆波兰转换程序-This is the church I do compiler principle experiment concluded, the reverse conversion Poland
Chfsae.java
- 逆波兰试的翻译程序, 是我的程序作业 - Goes against the Poland trial interpretive program, is my procedure work
PolandExpressionReverseConversionCProgram
- 该程序可将逆波兰表达式转换为C语言程序。-the inverse process can be converted to Poland expression C language program.
del62755882442
- 词法分析,语法分析,以及中间代码生成 布尔表达式转换为逆波兰式 -lexical analysis, parsing, and the intermediate code generated Boolean expressions into reverse Polish notation
for-else
- 本课程设计是一个编译器的设计,包括词法分析部分、语法分析部分和中间代码生成部分。词法分析部分既词法分析器的设计,词法分析是编译的基础,执行词法分析的程序称为词法分析器,也就是说编译程序中完成词法分析任务段就是词法分析器。语法分析部分为语法分析器的设计,采用LR(1)分析方法进行语法分析,判断给出的符号串是否为该文法识别的句子。中间代码生成器部分主要实现逆波兰式的生成,将用中缀式表示的算术表达式转换为用逆波兰式表示的算术表达式,并计算用逆波兰式来表示的算术表达式的值。
bianyiqi
- 词法分析,语法分析,以及中间代码生成布尔表达式转换为逆波兰式
zjdm
- 逆波兰式定义: 将运算对象写在前面,而把运算符号写在后面。用这种表示法表示的表达式也称做后缀式。逆波兰式的特点在于运算对象顺序不变,运算符号位置反映运算顺序。采用逆波兰式可以很好的表示简单算术表达式,其优点在于易于计算机处理表达式。
nibolanshi
- 掌握词法分析的基本思想,并用高级语言编写逆波兰式生成程序.
complex
- 编译程序设计,采用布尔表达式输入,逆波兰式输出
luobo
- 基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序,其中E为布尔表达式,S1为赋值语句。输出的中间代码选用逆波兰式。
cck
- 基于递归下降分析法的循环语句WHILE E DO S1的语法及语义分析程序,其中E为布尔表达式,S1为赋值语句。输出的中间代码选用逆波兰式
bianyi
- 数据结构:设计存储中间结果及中间代码(逆波兰式)的数据结构; 算法:算符优先分析法的实现;
bianyi
- 条件语句语法分析及语义分析程序设计,LR法输出逆波兰表达式
fydlq
- 编译原理课程设计布尔表达式输出逆波兰式运用ll(1)法-Course Design Compiler Principle output Boolean expressions using inverse Polish ll (1) Act
wu
- 写的是一个语法分析器 是用LR分析法分析一个布尔表达式,最后用逆波兰是输出,希望对大家有用-writes of a parser is LR analysis for a Boolean expression, with the final output is the inverse of Poland, a member of the useful!