搜索资源列表
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