Welcome![Sign In][Sign Up]
Location:
Search - ll(1)

Search list

[ELanguagell1yufa

Description: 编译原理的实验,是LL(1)文法做的,可以实现基本功能-compiler principle experiments is LL (1) grammar do, can achieve a basic function
Platform: | Size: 285696 | Author: ninglei | Hits:

[CSharpll(1)fenxibiaodeshengcheng

Description: 词法分析源程序 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析, -lexical analysis source Tip : the program only right by i,*, (and ) consisting of the# end of the strings,
Platform: | Size: 168960 | Author: xiao | Hits:

[ELanguage2005060717340116648

Description: LL(1)语法分析器,对任意输入LL(1)文法的分析表及字符串, 否为该文法的句子,并能给出分析过程。-LL (1) parser, the indiscriminate importation of LL (1) grammar analysis table and string, whether or not the sentence grammar, and can provide analysis process.
Platform: | Size: 968704 | Author: 飒飒 | Hits:

[ELanguageyufafenxisaomiaochenxu

Description: 了解语法分析器的内部工作原理,通过在本次实验中运用一定的编程技巧,掌握对表达式进行处理的一种方法。① 对输入文法,由程序自动构造FIRST FOLLOW集② 对输入文法,由程序自动生成它的LL(1)分析表;③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。-Understanding of the internal parser working principle, in this experiment through the use of a certain degree of programming skills, master of the expression of a way to deal with. ① the input grammar, automatically constructed by the procedures set FIRST FOLLOW ② the input grammar, it is automatically generated by the process of LL (1) analysis table ③ For a given input strings, should be able to identify the string to determine whether a given grammar sentence.
Platform: | Size: 1031168 | Author: vivian | Hits:

[ELanguageexperimentofll(1)

Description: 编译原理实验ll(0)预测表分析法,编译调试通过.检查是没问题了.-compiler principle experiment'll (0) projections for analysis, debugging through compiler. Inspection is not a problem.
Platform: | Size: 945152 | Author: 李建国 | Hits:

[OS programLL1

Description: ll(1) ll(1) ll(1) ll(1)-ll(1) ll(1) ll(1) ll(1) ll(1) ll(1)
Platform: | Size: 562176 | Author: | Hits:

[ELanguageLL1ForWin

Description: ll(1)文法,我们编译原理的课程设计实验报告,非常 好,得 A 的-ll (1) grammar, we have compiled the curriculum design principle of the experiment report, very good, too A
Platform: | Size: 32768 | Author: | Hits:

[Compress-Decompress algrithmsbianyizlh

Description: 自动生成一个LL(1)文法。对输入文法,由程序自动生成它的LL(1)分析表;对于给定的输入串,应能判断识别该串是否为给定文法的句型-LL (1) grammar. On the importation of grammar, automatically generated from the LL (1) Analysis Table; For a given input string, Recognition should be able to judge whether the series for a given grammar Sentence
Platform: | Size: 250880 | Author: zlhhlz | Hits:

[ELanguagell1

Description: 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出"acc",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。-importation has been eliminated and left recursive public from the left-LL (1) grammar, further importation of the corresponding expression, if the analysis is successful, the output of the recursive process output "belongs", if successful, there were errors and the corresponding location named. Attention, we should end with a non-escalation of production into a single input. He will be automatically calculated first, follow, and predicting and analyzing the table structure, but does not export.
Platform: | Size: 33792 | Author: 赵旋 | Hits:

[ELanguageA

Description: 编写为某一任意上下文无关文法构造的LL(1)语法分析程序,并对任给的一个输入串进行语法分析检查。 程序要求为该文法构造预测分析表,并按照预测分析算法对输入串进行语法分析,判别程序是否符合已 知的语法规则,-To prepare for a arbitrarily constructed context-free grammar LL (1) grammar analysis program, and any given input strings for a grammar analysis of inspection. Procedural requirements for the grammar structure prediction analysis table, and in accordance with the analysis of prediction algorithms for parsing input strings, determine whether the procedures in line with the known rules of grammar,
Platform: | Size: 197632 | Author: 傅波 | Hits:

[ELanguageD

Description: LL(1)语法分析器。 功能很点单,但是又算法分析。希望对你又用-LL (1) parser. Function is a single point, but also the algorithm analysis. I hope to you again
Platform: | Size: 34816 | Author: 傅波 | Hits:

[Otherll

Description: 编译原理中的LL(1)分析程序设计-Compilation Principle of LL (1) analysis of program design
Platform: | Size: 10240 | Author: liu | Hits:

[Data structsScanner

Description: /利用递归下降分析程序,解决下列满足LL(1)条件的文法 //消除递归前的文法 消除递归后的等价文法-/ Decline in the use of recursive analysis program, to address the following to meet LL (1) the conditions of the grammar// elimination of recursive grammar ago after the elimination of the equivalent recursive grammar
Platform: | Size: 31744 | Author: ll | Hits:

[ELanguageLL1ForWin

Description: 编译原理课程设计,LL(1)方法,用FIRST()和FOLLOW(),SELECT(),以及预测分析表-Principles of curriculum design compiler, LL (1) method, FIRST () and FOLLOW (), SELECT (), as well as predictive analysis table
Platform: | Size: 3383296 | Author: ZOU | Hits:

[ELanguageLL(1)

Description: LL(1)方法,能够计算FIRSR()和FOLLOW()以及SELECT()-LL (1) methods to calculate FIRSR () and FOLLOW () and SELECT ()
Platform: | Size: 238592 | Author: ZOU | Hits:

[ELanguageLL(1)(Windows+Version)

Description: 编译原理的ll(1)的文法 挺好用的饿-Compiler Construction Principles of the ll (1) of the hungry with good grammar
Platform: | Size: 45056 | Author: 顾大 | Hits:

[ELanguage11280_ll1forwin(1)

Description: LL(1)文法的实现代码,用C++写的,大家可以试试,感觉还是很不错的哟-LL (1) the realization of grammar code, using C++ Written, we can try, I feel very good yo
Platform: | Size: 34816 | Author: 阿建 | Hits:

[Data structsLL(1)

Description: LL(1)语法分析1、实现LL(1)分析中控制程序(表驱动程序); 2、完成以下描述算术表达式的LL(1)文法的LL(1)分析程序。 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-LL (1) syntax analysis 1, the realization of LL (1) Analysis of control procedures (table-driven procedure) 2, complete the following description of arithmetic expression of LL (1) grammar LL (1) analytical procedures. G [E]: E → TE ' E' → ATE ' | ε T → FT' T ' → MFT' | ε F → (E) | i A →+ |- M →* | /
Platform: | Size: 640000 | Author: 张帅 | Hits:

[ELanguagefor

Description: 实现了for语句的翻译,LL(1)法,输出三地址,我是借鉴同学的成果,也给大家借鉴。有一定的难度。-this is the work of translation of for sentences.we need the LL(1) and output three-address form
Platform: | Size: 2582528 | Author: 哈哈哈 | Hits:

[ELanguageLL(1)

Description: LL(1)的语法分析器,VC6.0编译器通过,输入输出的文件名详见代码,输出文件中的分析过程和编译原理课本要求类似,根据不同的句子可能需要重新调整对齐格式-A LL(1) parser, built by MS VC 6.0, an assignment of my Complier Principles course
Platform: | Size: 422912 | Author: lyx | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net