文件名称:LRAnalysis
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:147.93kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
(1)E -> E+T (2)E -> T
(3)T -> T*E (4)T -> F
(5)F -> (E) (6)F -> i
模拟以上文法的LR分析过程。对用户任意输入的字符串,能够输出LR分析器的工作过程。
根据以上文法,生成LR分析表,使用VC语言实现LR分析器。Main函数接受用户键盘输入的字符串,通过调用LR函数输出LR分析的过程。-(1) E-> E+ T (2) E-> T (3) T-> T* E (4) T-> F (5) F-> (E) (6) F-> i simulation of the above LR grammar analysis. Any input string the user can work out the process of LR parser. According to the above grammar, generate LR analysis table, use the VC language LR parser. Main function accepts user keyboard input string, called LR function through the analysis of the output process of LR.
(3)T -> T*E (4)T -> F
(5)F -> (E) (6)F -> i
模拟以上文法的LR分析过程。对用户任意输入的字符串,能够输出LR分析器的工作过程。
根据以上文法,生成LR分析表,使用VC语言实现LR分析器。Main函数接受用户键盘输入的字符串,通过调用LR函数输出LR分析的过程。-(1) E-> E+ T (2) E-> T (3) T-> T* E (4) T-> F (5) F-> (E) (6) F-> i simulation of the above LR grammar analysis. Any input string the user can work out the process of LR parser. According to the above grammar, generate LR analysis table, use the VC language LR parser. Main function accepts user keyboard input string, called LR function through the analysis of the output process of LR.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LRAnalysis.doc
LRAnalysis.cpp
LRAnalysis.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.