搜索资源列表
ReversePolish
- 编译原理实验进行语法和词法分析,分析结果是用逆波兰式的形式输出。-Experiment carried out to compile grammar and lexical analysis and the results are reverse Polish form of output.
004
- 题 目: 布尔表达式的文法: B ® B and T | T T ® T or F | F F ® not F |true|false |(B)| i rop i 设计布尔表达式文法,给出该文法的属性文法,用算符优先分析法实现对布尔表达式的翻译,给出翻译的逆波兰式结果。 自己做的编译原理课程设计-Title: Boolean expression grammar: B ® B and T | T T ® T or F | F F &re
sfac
- 采用逆波兰式表示运算表达式,运算对象只接受两类:效数和十进制无符整效数-Using Reverse Polish Notation, said operation expressions, operands accept only two categories: efficiency without break the whole number and decimal number effect
2
- 中缀表达式转换逆波兰式 -23
nibolanshi
- 逆波兰式的转换,采用C++编程,含完整代码,实现一般表达式到逆波兰式的转换-Inverse transformation of the polish type by c++ programming, including complete code, realize general expressions to inverse Poland type conversion
VB
- 编译原理实验报告 实验一:词法分析设计 实验二:LL(1)分析法 实验三:逆波兰式的产生及计算 实验四:LR(1)分析法 实验五:应用DAG进行局部优化 -Compiler principle experiment report Experiment 1: lexical analysis design Experiment two: LL (1) analysis method Experiment three: inverse caus