搜索资源列表
预测分析法
- 这是一个用c++写的预测分析法程序,是编译原理课程设计的内容,可以预测分析语言-c write with the forecast analysis procedures, compiler theory of curriculum design, analysis can predict language
预测分析
- //预测分析程序(原创) //用于判断输入的字符串能否别文法识别-/ / Forecast and Analysis (original) / / input for the judgment of the string can identify other grammar
预测分析程序源代码
- 预测分析程序源代码-forecast analysis program source code
句子识别程序(预测分析法)
- 一个句子识别程序(预测分析法)原程序,是用vc++编写的,很不错哦-a sentence identification procedures (Prediction) program, is prepared by the vc, oh very good
某小型语言的预测分析器
- 设计一个小型语言,要求有基本的程序语句,给出该小型语言的LL(1)文法,用预测分析法实现对该小型语言的LL(1)文法的语法分析。
预测分析程序源代码
- 预测分析程序源代码-forecast analysis program source code
句子识别程序(预测分析法)
- 一个句子识别程序(预测分析法)原程序,是用vc++编写的,很不错哦-a sentence identification procedures (Prediction) program, is prepared by the vc, oh very good
ll1forwin
- 这是编译原理的一个 LL(1)文法预测分析表构造程序-This is the principle of a compiler LL (1) grammar Forecast and Analysis Table tectonic process
实验二:ll1语法判断
- 实验二:LL1语法判断 自定义一个文法集,输入文法产生式,计算文法的FIRST,FOLLOW和SELECT集合, 利用SELECT集合构造预测分析表,接着用预测分析程序,栈 和预测分析表对输入串进行分析,给出分析过程-Lab two: The LL1 grammar judgment from defines a grammar collection, the input grammar production pattern, co
判断是否为ll(1)文法程序
- 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and se
预测分析法
- 这是一个用c++写的预测分析法程序,是编译原理课程设计的内容,可以预测分析语言-c write with the forecast analysis procedures, compiler theory of curriculum design, analysis can predict language
预测分析
- //预测分析程序(原创) //用于判断输入的字符串能否别文法识别-//Forecast and Analysis (original)// input for the judgment of the string can identify other grammar
yucefenxibiao
- 用C语言编写的编译预测分析程序,有通用性 进行自顶向下编译-C language compiler prediction analysis procedures, conduct a generic top-down Compiler
yucefenxichengxuqi
- 预测分析程序器,编译原理的一个课程设计题目,主要实现预测分析一个程序,用Java写的。-Predictive analysis procedures, and compile a curriculum design principle of the subject, the main achievement of the forecast analysis of a program, written using Java.
ll(1)sybg
- 一个自己做的预测分析程序的实验报告,加上自己的心得体会就OK了..呵呵,有需要的朋友下来看看.-A forecast of their own analysis of the experimental procedure the report, together with their own experiences on the OK of .. Oh, there is a need to see a friend down.
Parser
- 本程序要求用户在控制台里输入非终极符,终结符与产生式,然后对用户输入的文法进行分析,得出first集 与follow 集,并打印出预测分析表用户决定是否继续进行句型分析,如继续则给出符号分析栈的实现,从而判断刚输入的句子是否为符合该文法的句子。 该程序遵循LL(1) 文法FIRST(A)的构造:是A的所有可能推导的开头终结符或可能的ε FOLLOW(A)是所有句型中出现在紧接A之后的非终结符或“#” 预测分析程序 构造LL(1)分
yufafenxi
- 语法分析程序 利用C++(或C)编制确定的自顶向下预测分析语法分析程序,并对简单语言进行语法分析。 待分析的简单语言的语法若文法G[ E]为: (1) E –> TE’ (2) E’ –> +TE’ (3) E’ –> e (4) T –> FT’ (5) T’ –> *FT’ (6) T’ –> e (7) F –> (E) (
cifa
- 预测分析程序,根据所给文法生成预测分析表,再进行预测分析程序!-Prediction program
Parsing
- 语法分析程序的设计与实现 方法2:编写LL(1)语法分析程序,要求如下: (1)编程实现算法4.2,为给定文法自动构造预测分析表; (2)编程实现算法4.1,构造LL(1)预测分析程序。 2. 方法3:编写语法分析程序实现自底向上的分析,要求如下: 构造识别所有活前缀的DFA。 构造LR分析表。 编程实现算法4.3,构造LR分析程序。 -Parser design and implementatio
python机器学习预测分析核心算法
- 机器学习预测分析python程序,很有用的啊,希望对大家有帮助(Machine learning prediction analysis Python procedures, very useful ah!)