搜索资源列表
四元转换器
- 四元式分析器。供初学者借鉴和使用。只要使用算符优先算法。-four yuan analyzer. For beginners learn from and use. As long as the operator priority to the use of algorithms.
mn
- 算符优先分析算法实现 编译原理课程设计 显示移进规约-operator priority analysis algorithm compiler theory of curriculum design show moved into the Statute
drysea2
- 汇编的作业2,足够应付老师了,是一个以算符优先分析算法的语法分析器。-compiled by the two operations, sufficient to meet the teachers, it is a priority to operators analysis algorithm Parser.
1
- 编译原理课程设计,采用算符优先分析算法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的扶植语句翻译为四元式。
operator1st
- 一个具有图形表示界面的算符优先的语法分析算法,根据<编译原理>的知识,加上自己的理解来实现的
by4
- 一个算符优先的算法,供大家参考
suanfuyouxian
- 编译器中算符优先算法的简单实现,用于大学作业
BYYL
- 编译原理课程设计 算符优先算法的实现 输出FIRSTVT和LASTVT,算符优先表。
ExpressionCaculator
- 利用算符优先算法制作的一个表达式计算器,它能够将一个C语言的表达式解析成四元式,然后根据算符优先的规则来计算表达式。-The use of operator precedence algorithm produced an expression calculator, it can be a C language expression parsing into four yuan type, then operator precedence rules to evaluate the expre
sufuyouxiansuanfa
- 编译原理 实现算符优先算法的方法及具体实现步骤,相信对大家有很大的帮助的-Compiler to achieve the principle of the priority operator algorithm and specific implementation steps, I believe we have a lot of help
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. 如果输入符号串不是正确
shiyan2
- 该程序的主要功能是要实现算符优先算法,其中,有完整的主程序,但不是可视化界面。-The main functions of the program is to achieve operator priority algorithm, which has the complete main program, but not visual interface.
operator
- 此算法适用于编译原理课程,他是一种算符优先算法-a algorithm of operator prior
lsr
- 算符优先算法的源程序,没有给出头文件,不能直接用-Operator of the source priority algorithm, there is no header file is given, can not be directly used
suanfuyouxian
- 我学编译原理时做的一个算符优先算法,希望对大家有所帮助-Compilation Principle me when an operator priority algorithm, we want to help
Suanfu
- 算符优先算法用于分析一个句子是否是一个文法的句子-suanfu
Operator_priority
- 自动的编译原理算符优先算法(具有自动算FIRST集,FOLLOW集和算符优先表,)编译后为exe,可输入参数执行环境为vs2005 语言C#-Automatic Compilation Principle operator priority algorithm (with automatic calculation FIRST sets, FOLLOW sets, and operator priority table,) compiled for the exe, the implementa
operator-priority-algorithm
- 本程序是对算符优先算法的简单实现,适合初学编译原理的人参考使用-This program is a simple algorithm to achieve the priority operator, suitable for beginners who compiled reference works
Operator-precedence
- 算符优先算法,非常完整的注释,便于学者研究修改。可直接放在C++工程中,控制台操作。-Operator priority algorithm, a very complete notes, easy to modify scholars. Can be placed directly on the C++ project, the console operator.