搜索资源列表
算符优先算法
- 一个算符优先算法程序, 实现编译原理中的算符优先算法.-an operator priority algorithm to achieve the principle of compiler operator priority algorithm.
算符优先
- 一个程序,用于判定给定的文法是否为算符优先文法。 实现了: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
算符优先文法
- 算符优先实验,可以输入文法,生成算符优先表,输入句子,生成移近-规约过程。并且还有实验报告。-operator priority experiments can be imported grammar, production operator priority list, input sentence, approached generation-the Statute of the process. And there are experimental report.
算符优先分析器
- 用C++实现算符优先器,规律是自己定的,想改的话只能自己在源程序中改-C + + Operator priority device that is the law itself, would change so only in the source changed
算符优先分析
- 算符优先分析的 代码-operator priority code analysis
算符优先分析法
- 算符优先分析法 根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。 文法:E→E+E E-E E*E E/E (E) i- The operator first analytic method basis operator first analytic method, carries on the expression the grammar analysis, judges an expression is whether correct. Grammar: E ->
算符优先语法分析器
- 算符优先语法分析器,根据算符优先分析法,将表达式进行语法分析,判断一个表达式是否正确。-operator priority syntax analyzer, according to operator priority analysis, expression for syntax analysis, judgment, an expression is correct.
编译原理的算符优先文法[网页版])
- 编译原理的算符优先文法[网页版]).htm 源程序对该算法的实现-compiler principles of grammar priority operator [website]). Htm source of this algorithm to achieve
算符优先分析器的设计
- 一个可视化算符优先分析器
SymBol.给定文法的包括优先表的构造及FIRSTVT和LASTVT的计算
- 算符优先算法的部分,对给定文法的包括优先表的构造及FIRSTVT和LASTVT的计算,Operator part of the priority algorithm, the given grammatical structure, including a priority table and the calculation of FIRSTVT and LASTVT
suanfuyouxian345.rar
- FirstVT集和LastVT集生成算法模拟 算符优先分析表生成模拟 算符优先分析过程模拟,FirstVT sets and set LastVT Simulation Algorithm Analysis operator priority priority operator generated simulation analysis simulation
sangehuibian.rar
- C_minus语言词法分析器的设计 递归下降分析器的设计 算符优先分析法分析器的设计 三个实验包括实验报告,C_minus language lexical analyzer design recursive descent parser design analysis operator priority analyzer design three experiments including the experiment report
Suanfu_Gui
- 编译课程设计:算符优先算法分析,firstVT,lastVT,符号串分析-Operator First Algorithm
yufafenxiqi
- 语法分析器(C++)源代码+其详细的课程设计报告 输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合——FIRST和FOLLOW集并对输入的算符优先文法,构造算符优先关系表 -Parser (C++) Source code its detailed report on curriculum design input left recursive grammar can be eliminated and the public left factor extract der
suanfuyouxian
- 对描述算符表达式的算符优先文法G[E],给出算符优先分析的实验结果。-To describe the operator expression operator priority grammar G [E], are given priority operator analysis of the experimental results.
OperatorPrecedenceAlgorithm
- 编译原理课上老师叫完成的算符优先算法,VC++实现的-Compiler Construction Principles class teacher told the operator to complete the priority algorithm, VC++ Achieved
suanfuyouxianfenxiqi
- 【目的】 设计一个算符优先分析器,理解优先分析方法的原理。 【要求】 使用算符优先分析算法分析下面的文法: E’ → #E# E → E+T | T T → T*F | F F → P^F | P P → (E) | i 其中i可以看作是一个终结符,无需作词法分析。具体要求如下: 1. 如果输入符号串为正确句子,显示分析步骤,包括分析栈中的内容、优先关系、输入符号串的变化情况; 2. 如果输入符号串不是正确
算符优先分析器
- 算符优先语法分析器,识别算符优先文法下的句子。
算符优先分析法
- 编译原理课程设计——算符优先分析法,包括源代码和运行结果(Operator priority analysis)
算符优先算法
- 是一个编译原理的算符优先算法。能够通过算符优先分析方法的实现,加深对自下而上语法分析方法的理解。(It is an operator precedence algorithm for a compiler principle. Through the realization of the operator priority analysis method, we can deepen the understanding of the bottom-up grammar analysis meth