文件名称:LR0
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-01-07
- 文件大小:
- 2.85mb
- 下载次数:
- 0次
- 提 供 者:
- 小*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
LR0语法分析,要求:(1)直接输入根据己知文法构造的LR(0)分析表。
(2)输入已知文法的项目集规范族和转换函数,由程序自动生成LR(0)分析表;
(3)输入已知文法,由程序自动生成LR(0)分析表。-LR0 parsing requirements: (1) direct input grammar based on the known structure of LR (0) Analysis Table.
(2) Enter the known grammar of item sets standards and conversion functions, automatically generated by the program LR (0) Analysis Table
(3) Enter the known grammar, automatically generated by the program LR (0) Analysis Table.
(2)输入已知文法的项目集规范族和转换函数,由程序自动生成LR(0)分析表;
(3)输入已知文法,由程序自动生成LR(0)分析表。-LR0 parsing requirements: (1) direct input grammar based on the known structure of LR (0) Analysis Table.
(2) Enter the known grammar of item sets standards and conversion functions, automatically generated by the program LR (0) Analysis Table
(3) Enter the known grammar, automatically generated by the program LR (0) Analysis Table.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LR(0)语法分析器\080410304李菲菲.doc
.................\1.txt
.................\2.txt
.................\3.txt
.................\4.txt
.................\5.txt
.................\AnalyzeDlg.cpp
.................\AnalyzeDlg.h
.................\AquaOS.ssk
.................\Debug\AnalyzeDlg.obj
.................\.....\explorer.obj
.................\.....\GoData.obj
.................\.....\Grammar.obj
.................\.....\LR0ForWin.exe
.................\.....\LR0ForWin.ilk
.................\.....\LR0ForWin.obj
.................\.....\LR0ForWin.pch
.................\.....\LR0ForWin.pdb
.................\.....\LR0ForWin.res
.................\.....\LR0ForWinDlg.obj
.................\.....\Pair.obj
.................\.....\Precept.obj
.................\.....\ProjectSet.obj
.................\.....\ResizingDialog.obj
.................\.....\Set.obj
.................\.....\StdAfx.obj
.................\.....\TableDlg.obj
.................\.....\TreeDlg.obj
.................\.....\vc60.idb
.................\.....\vc60.pdb
.................\explorer.cpp
.................\explorer1.h
.................\GoData.cpp
.................\GoData.h
.................\Grammar.cpp
.................\Grammar.h
.................\LR0ForWin.aps
.................\LR0ForWin.cpp
.................\LR0ForWin.dsp
.................\LR0ForWin.dsw
.................\LR0ForWin.h
.................\LR0ForWin.ncb
.................\LR0ForWin.opt
.................\LR0ForWin.plg
.................\LR0ForWin.rc
.................\LR0ForWinDlg.cpp
.................\LR0ForWinDlg.h
.................\Pair.cpp
.................\Pair.h
.................\Precept.cpp
.................\Precept.h
.................\ProjectSet.cpp
.................\ProjectSet.h
.................\res\LR0ForWin.ico
.................\...\LR0ForWin.rc2
.................\ResizingDialog.cpp
.................\ResizingDialog.h
.................\resource.h
.................\Set.cpp
.................\Set.h
.................\skinppwtl.dll
.................\SkinPPWTL.h
.................\SkinPPWTL.lib
.................\StdAfx.cpp
.................\StdAfx.h
.................\TableDlg.cpp
.................\TableDlg.h
.................\TreeDlg.cpp
.................\TreeDlg.h
.................\Debug
.................\res
LR(0)语法分析器