文件名称:LRAnalyse
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-05-14
- 文件大小:
- 24kb
- 下载次数:
- 0次
- 提 供 者:
- Mas****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
程序说明:
该程序能够根据给定的文法判断它是否为LR0,SLR1,LR1,LALR1文法;
打印项目集,分析表,Go函数;
若文法属于LR1,将进行LALR1文法的判断,若属于LALR1文法,将继续打印LALR1文法的项目集,分析表和Go函数。-Program Descr iption: The program according to the given grammar can determine whether it is LR0, SLR1, LR1, LALR1 grammar print project collection, analysis table, Go function If the grammar belongs LR1, will be judged LALR1 grammar, if the grammar belongs LALR1 , will continue to print LALR1 grammar items collection, analysis tables and Go function.
该程序能够根据给定的文法判断它是否为LR0,SLR1,LR1,LALR1文法;
打印项目集,分析表,Go函数;
若文法属于LR1,将进行LALR1文法的判断,若属于LALR1文法,将继续打印LALR1文法的项目集,分析表和Go函数。-Program Descr iption: The program according to the given grammar can determine whether it is LR0, SLR1, LR1, LALR1 grammar print project collection, analysis table, Go function If the grammar belongs LR1, will be judged LALR1 grammar, if the grammar belongs LALR1 , will continue to print LALR1 grammar items collection, analysis tables and Go function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LRAnalyse\.classpath
.........\.project
.........\.settings
.........\.........\org.eclipse.jdt.core.prefs
.........\bin
.........\...\Main.class
.........\java
.........\....\Main.java
.........\LR.txt
.........\LRTest.txt
.........\READMe.txt
.........\src
.........\...\Main.java