文件名称:LR(0)
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:6.69mb
-
已下载:2次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
LR(0)分析表及分析器的构造1. 对任意给定的文法 ,完成识别文法活前缀的 、 的状态转化矩阵及 项目集规范族的构造;
2. 判断该文法是否为 文法,实现 分析表的构造,并输出到指定文件中;
3. 实现 分析器总控程序,对输入的表达式进行文法分析。
-LR (0) of the table and the construction of a parser. On any given grammar, the identification prefix grammar activities, the state transformation matrix and set of standard family construction project 2. Determine whether the grammar grammar, Implementation Analysis table structure, and output to the specified file 3. to achieve the total control process analyzer, the expressions on the input grammar analysis.
2. 判断该文法是否为 文法,实现 分析表的构造,并输出到指定文件中;
3. 实现 分析器总控程序,对输入的表达式进行文法分析。
-LR (0) of the table and the construction of a parser. On any given grammar, the identification prefix grammar activities, the state transformation matrix and set of standard family construction project 2. Determine whether the grammar grammar, Implementation Analysis table structure, and output to the specified file 3. to achieve the total control process analyzer, the expressions on the input grammar analysis.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
040410606-李文凯(LRCompiler 1.0版)/LRCompiler 1.0版文档报告.doc
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/DATA.TAG
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/data1.cab
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/lang.dat
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/layout.bin
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/os.dat
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/setup.bmp
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/SETUP.EXE
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/SETUP.INI
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/setup.ins
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/setup.lid
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/sn.txt
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/_INST32I.EX_
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/_ISDEL.EXE
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/_setup.dll
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/_sys1.cab
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/_user1.cab
040410606-李文凯(LRCompiler 1.0版)/可执行文件/advapi32.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/comctl32.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/gdi32.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/kernel32.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/LRCompiler.exe
040410606-李文凯(LRCompiler 1.0版)/可执行文件/mfc42.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/msvcp60.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/msvcrt.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/ntdll.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/rpcrt4.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/user32.dll
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/LR(0)例子1.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/LR(0)例子2.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/LR(0)例子3.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/SIMPLE变量说明语句(不是LR(0)文法).txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/SIMPLE常数说明语句(不是LR(0)文法).txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/SIMPLE语言LR(0)范例.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/SIMPLE语言LR(0)范例正确句子.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/教材LR(0)例子.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/非LR(0)例子1.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/非LR(0)例子2.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/sourceFile.dat
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/AnalyzeTable.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/AnalyzeTable.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/ColorPicker.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/ColorPicker.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/CommStruct.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/LR(0)例子1.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/LR(0)例子2.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/LR(0)例子3.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/LR(0)范例.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/LR(0)范例正确句子.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/SIMPLE变量说明语句(不是LR(0)文法).txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/SIMPLE常数说明语句(不是LR(0)文法).txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/教材LR(0)例子.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/非LR(0)例子1.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/非LR(0)例子2.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/GoData.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/GoData.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/Logo.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/Logo.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LogoDlg.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LogoDlg.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.aps
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.clw
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.dsp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.dsw
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.exe
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.ncb
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.opt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.plg
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.rc
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompilerDoc.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompilerDoc.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompilerView.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompilerView.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/MainFrm.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/MainFrm.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/MFC163.tmp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/MFC469.tmp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/MFC46C.tmp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/Morpheme.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/Morpheme.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/OfficeXPMe
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/DATA.TAG
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/data1.cab
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/lang.dat
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/layout.bin
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/os.dat
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/setup.bmp
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/SETUP.EXE
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/SETUP.INI
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/setup.ins
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/setup.lid
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/sn.txt
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/_INST32I.EX_
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/_ISDEL.EXE
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/_setup.dll
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/_sys1.cab
040410606-李文凯(LRCompiler 1.0版)/LRCompiler安装程序/_user1.cab
040410606-李文凯(LRCompiler 1.0版)/可执行文件/advapi32.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/comctl32.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/gdi32.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/kernel32.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/LRCompiler.exe
040410606-李文凯(LRCompiler 1.0版)/可执行文件/mfc42.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/msvcp60.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/msvcrt.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/ntdll.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/rpcrt4.dll
040410606-李文凯(LRCompiler 1.0版)/可执行文件/user32.dll
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/LR(0)例子1.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/LR(0)例子2.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/LR(0)例子3.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/SIMPLE变量说明语句(不是LR(0)文法).txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/SIMPLE常数说明语句(不是LR(0)文法).txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/SIMPLE语言LR(0)范例.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/SIMPLE语言LR(0)范例正确句子.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/教材LR(0)例子.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/非LR(0)例子1.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/非LR(0)例子2.txt
040410606-李文凯(LRCompiler 1.0版)/文法和句子举例(测试数据)/sourceFile.dat
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/AnalyzeTable.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/AnalyzeTable.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/ColorPicker.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/ColorPicker.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/CommStruct.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/LR(0)例子1.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/LR(0)例子2.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/LR(0)例子3.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/LR(0)范例.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/LR(0)范例正确句子.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/SIMPLE变量说明语句(不是LR(0)文法).txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/SIMPLE常数说明语句(不是LR(0)文法).txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/教材LR(0)例子.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/非LR(0)例子1.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/example/非LR(0)例子2.txt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/GoData.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/GoData.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/Logo.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/Logo.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LogoDlg.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LogoDlg.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.aps
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.clw
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.dsp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.dsw
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.exe
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.ncb
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.opt
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.plg
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompiler.rc
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompilerDoc.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompilerDoc.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompilerView.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/LRCompilerView.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/MainFrm.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/MainFrm.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/MFC163.tmp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/MFC469.tmp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/MFC46C.tmp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/Morpheme.cpp
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/Morpheme.h
040410606-李文凯(LRCompiler 1.0版)/源程序/LRCompiler 1.0版/OfficeXPMe
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.