搜索资源列表
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
415703
- 设计一个算法,将一般算术表达式转化为逆波兰表达式,并求逆波兰表达式的值。-design an algorithm, general arithmetic expressions into reverse Polish expression, and inverse Poland the value of the expression.
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
nibolan
- 逆波兰表达式 用字符串实现 可能 不大符合 计算 但是 可以准确求出表达式的逆波兰式-reverse a string expression may not be consistent with achieving but accurate calculation formula derived inverse Polish
bolawqerend
- vc开发的用一个逆波兰式转换程序,是做课程设计是编写的,很小的 -vc development of the use of an inverse Polish conversion process, the curriculum is designed so prepared in a small
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
nbl
- 逆波兰式计算,将格式化数组转化为逆波兰表达式,a为输入的数组,n为其长度,p为输出逆波兰表达式的目标,m记录逆波兰表达式的长度 -inverse Polish, the array will be formatted into reverse Polish expression, a for the importation of arrays, its length n, p output of the inverse expression Poland, Poland inverse m re
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
libolan
- 逆波兰表达式的求解,输入逆波兰表达式,输出结果,支持+-*/运算
for-else
- 本课程设计是一个编译器的设计,包括词法分析部分、语法分析部分和中间代码生成部分。词法分析部分既词法分析器的设计,词法分析是编译的基础,执行词法分析的程序称为词法分析器,也就是说编译程序中完成词法分析任务段就是词法分析器。语法分析部分为语法分析器的设计,采用LR(1)分析方法进行语法分析,判断给出的符号串是否为该文法识别的句子。中间代码生成器部分主要实现逆波兰式的生成,将用中缀式表示的算术表达式转换为用逆波兰式表示的算术表达式,并计算用逆波兰式来表示的算术表达式的值。
multinomial
- 一个定制的多项式计算器,采用逆波兰方式解读公式并计算其结果,可以在一些特殊条件下使用。
bianyiqi
- 词法分析,语法分析,以及中间代码生成布尔表达式转换为逆波兰式
zjdm
- 逆波兰式定义: 将运算对象写在前面,而把运算符号写在后面。用这种表示法表示的表达式也称做后缀式。逆波兰式的特点在于运算对象顺序不变,运算符号位置反映运算顺序。采用逆波兰式可以很好的表示简单算术表达式,其优点在于易于计算机处理表达式。
nibolanshi
- 掌握词法分析的基本思想,并用高级语言编写逆波兰式生成程序.
2
- 中缀表达式转换逆波兰式 -23