搜索资源列表
算符优先
- 一个程序,用于判定给定的文法是否为算符优先文法。 实现了:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。-a procedure for the determination of grammar to whether the operator priority to grammar. Realized : 1. Grammar said the machines; 2. LASTVT FIRSTVT sets and set computing
suanfuyouxian
- 非常不错的算符优先文法..课程设计时做的,界面不错,输出了FirstVt,LastVt,算符优先表,输出结果比较详细-very good operator priority .. grammar courses designed to do, good interface, the output of FirstVt, LastVt, operator priority list, a more detailed output
signalf
- 从文法文件中读入终结符、非终结符、开始符、文法,输出FIRSTVT集,LASTVT集和算符优先矩阵-from grammar document read into the end of website - end website address beginning, grammar, and the output FIRSTVT set, LASTVT set priorities and operator matrix
suanfuyouxian
- 编写一个程序,用于判定给定的文法是否为算符优先文法。 注意:1.文法的机内表示;2. FIRSTVT集和LASTVT集的计算; 3. 算符优先关系矩阵的构造。
040410204
- 算符优先文法 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符的FIRSTVT和LASTVT集。 5. 画出算符优先关系表。 6. 判定读入的文法是否是算符优先文法。 7.给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。
sufuyouxian
- 算符优先,先输入语法规则,就可求出FIRSTVT及LASTVT,然后给出算符优先关系表
BYYL
- 编译原理课程设计 算符优先算法的实现 输出FIRSTVT和LASTVT,算符优先表。
Suanfu_Gui
- 编译课程设计:算符优先算法分析,firstVT,lastVT,符号串分析-Operator First Algorithm
suanfuyouxianwenfa
- 这是一个算符优先文法的语法分析器,主要可一将文法的FIRSTVT和LASTVT找出,并用自下而上的方法规约语句。-This is an operator precedence grammar parser, the grammar can be a major FIRSTVT and LASTVT find, and bottom-up approach with the Statute of the statement.
suanfuyouxian
- 用C++做的firstVT和lastVT,编译原理的-With C++ Do firstVT and lastVT, compiling principles
PrinciplesOfCurriculumDesignCompiler
- 包括开发文档和完整的程序。 算符优先语法分析模拟构造器主要包括文法的FirstVT和LastVT集模拟构造,算符优先关系表的构造,算符优先函数表的构造,句子(程序)分析归约过程等几个部分。-Including the development of documents and procedures. Simulation of the priority operator parsing constructor FirstVT mainly grammar and structure LastV
firstvtlastvt
- 编译原理 FirstVT 和 LastVT的计算 以及算符优先文法演示-FirstVT LastVT stack
FirstVT
- 编译原理 算符文法的判断及FirstVT和LastVT的集合演示-Compiler Construction Principles and determine the operator FirstVT grammar and a collection of demo LastVT
Suanfuyouxianfenxi
- 给定文法及该文法各非终结符所对应的FIRSTVT和LASTVT集,能依据文法和FIRSTVT和LASTVT生成算符优先分析表。 动态模拟算法的基本功能是: 输入一个给定文法,及FIRSTVT和LASTVT集; 输出算符优先分析表生成算法; 输出算法优先分析表构造的过程; 主要是依据构造算符优先关系的算法来绘制优先关系矩阵表。 -Given the grammar and the grammar nonterminals corresponding FIRSTVT and
firstlastvt
- FirstVT集和LastVT集生成算法模拟-FirstVT set and LastVT set generation algorithm simulation
grama-dereaction
- 应用编译原理的自下而上的分析方法所求的一个能求出表达式的FIRSTVT()集和LASTVT()集语法分析器的源代码-Application of the principle of bottom-up analysis of compiled methods seek to find the expression of a FIRSTVT () set and LASTVT () sets the source code parser
Parser
- 语法分析器,算符优先实现,完成FIRSTVT, LASTVT的构建,算符优先表的实现和规约过程的输出-Parsers, operator precedence to achieve completion of FIRSTVT Construction of LASTVT, the operator precedence table and the Statute of the output of the process
First-Follow-FIRSTVT-LASTVT
- 简单的First&Follow集的求取,可用于开发编译器-First & Follow simple set to strike, can be used to develop compiler