搜索资源列表
Tetris0.9
- 七、 First集和Follow集生成算法模拟 10 八、 LL(1)分析过程模拟 11 九、 FirstVT集和LastVT集生成算法模拟 12 十、 算符优先分析表生成模拟 12 十一、 算符优先分析过程模拟 13 十二、 LR分析过程模拟 13
suanfuyouxianfenximoni
- 算符优先分析模拟器MFC编写.界面完整,功能已实现
suanfuyouxianfenxi
- 算符优先分析算法,可分析算符的优先关系 列出关系表。编译原理实验-Operator precedence parsing algorithm, operator precedence relations can be analyzed are listed in relational tables. Compiler Principle Experiment
evaluation_translate
- 此程序使用算符优先法的语义分析方法实现了将赋值语句翻译为四元式的功能这种仅将{=,+,-,*,/}当做运算符,而将括号当做深度的变种算符优先法,很好控制,很容易就能翻译赋值语句。-This program uses operator precedence to achieve a semantic analysis to translate the quaternary assignment functions of this type only the {=,+,-,*,/} as opera
my_parse
- 该程序是用来实现语法分析,算法采用算符优先算法,优先表从文件中读取-The program is used to achieve syntax analysis, algorithm uses operator precedence algorithm, the priority table to read from a file
fuzhiyujulinux
- 算符优先,赋值语句的分析,输出格式为四元式。在linux环境下实现-Operator precedence, assignment analysis, the output format for the quaternary type. Achieved in the linux environment
q
- 实现算符优先分析,根据已有的文法判断正误,建立一个txt文件读入。必须以;号结尾-The priority operator analysis, according to the existing grammar to determine right from wrong, to establish a txt file reads. Must end to No.
Compile_Lab4
- 编译原理作业 算符优先语法分析 实现算符优先分析算法,完成以下描述算术表达式的算符优先文法的算符优先分析过程。 G[E]:E→E+T∣E-T∣T T→T*F∣T/F∣F F→(E)∣i-Compilation Principle operating operator precedence parsing algorithm to achieve operator priority analysis, complete the following descr ipti
suanfuyoux
- 基于vc++的算符优先编程,文件录入所需分析文法,生成预测分析表,输入字符串自动执行并输出分析过程-Vc++ based operator priority programming, file input required analysis of grammar, generate a forecast analysis table, the input string automatically s and output analysis process
Compiler
- 算符优先文法分析器,支持简单的词法和语法分析,GUI可视化界面,代码简单明了-Operator precedence grammar analyzer, support simple lexical and syntax analysis, GUI visual interface, the code is simple and clear
accorring
- 算符有限分析法 程序功能: 根据算符优先分析法(Operator finite analysis program functions: according to the operator priority method)