搜索资源列表
sfyx
- 算符优先算法 给定文法的..不包括优先表的构造及FIRSTVT和LASTVT的计算-operator priority given grammar algorithm .. the priority list does not include the construction and FIRSTVT and LASTV the calculated T
compiler
- 给出非终结符的FIRSTVT和LASTVT集。画出算符优先关系表。给定符号串判定是否是文法中的句子,分析过程用计算机打印出来。-website is not the end of the FIRSTVT and LASTVT set. Ingenuous operator precedence table. Series set to determine whether the symbol is the grammar of the sentence, the analysis process
TCPIP
- 六、 限自动机的生成及化简过程模拟 10 七、 First集和Follow集生成算法模拟 10 八、 LL(1)分析过程模拟 11 九、 FirstVT集和LastVT集生成算法模拟 12 十、 算符优先分析表生成模拟 12 十一、 算符优先分析过程模拟
suanfuyouxian
- 是一个程序,实现了算符优先文法,本程序最大的特点是算符优先的分析表并不是手动输入的,而是由程序自动分析而成的,构建FIRSTVT集和LASTVT集,最后画出分析表。
suanfu
- 用算符优先文法制作的算符优先分析器,实现了FIRSTVT跟LASTVT的输出跟优先表的输出以及栈的输出以及到文件的输出。-priority grammar operator with the operator priority to the production analyzer, achieved with LASTVT FIRSTVT output with the output of the priority list and stack output and the output of
suanfuyouxian345.rar
- FirstVT集和LastVT集生成算法模拟 算符优先分析表生成模拟 算符优先分析过程模拟,FirstVT sets and set LastVT Simulation Algorithm Analysis operator priority priority operator generated simulation analysis simulation
andlife
- 输出每个非终结字符的FIRSTVT集合和LASTVT集合以及文法算符优先关系表-Output of each non-end characters FIRSTVT collections and collections, as well as grammar LASTVT operator precedence relations table
1123
- 用C++编写的算符优先关系分析程序.主要应用FIRSTVT和LASTVT集来构造算符优先关系表。-Prepared using C++ operator precedence relations of the analytical procedures. LASTVT main FIRSTVT and priorities set to construct the relationship between the table operator.
sffx4
- 设计一个给定文法和对应的FIRSTVT和LASTVT集,能依据依据文法和FIRSTVT和LASTVT生成算符优先分析表。 动态模拟算法的基本功能是: 1. 输入一个给定文法,及FIRSTVT和LASTVT集; 2.输出算符优先分析表生成算法; 3.输出算法优先分析表构造过程的过程; -The design of a given grammar and the corresponding set FIRSTVT and LASTVT can based on the basis
20090612
- 算符优先算法,输入文法数和文法,自动分析生成firstVT和lastVT,并显示表,输入字符串,判断该字符串是否符合要求-Operator priority algorithm, the number of input grammar and the grammar, generate automatic analysis firstVT and lastVT, and display the table, enter the string to determine whether it mee