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

Search list

[ELanguageLL(1)_LR(0)_Demo

Description: 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子- Including LR (1) grammar analysis program and LL (1) grammar analysis program example
Platform: | Size: 239616 | Author: 杨军 | Hits:

[ELanguage编译原理LALR(1)文法分析器

Description: 产生的DFA在屏幕上显示,分析表写到文件里面.- Produces DFA demonstrated on the screen that, the analytical table writes inside the document
Platform: | Size: 14336 | Author: 演好 | Hits:

[ELanguagelr(1)

Description: 一个很好的LR(1)语法分析的源码实现-a good LR (1) syntax analysis of the source code to achieve
Platform: | Size: 2048 | Author: 张坚水 | Hits:

[ELanguage编译LLR(1)

Description: 用户输入一个文法,然后再输入,要被分析的字符串,自动进行语法分析,把每一不的分析过程都一一打印出来。直到分析成功或失败。-a user input grammar, and then imported to the string were analyzed automatically syntax analysis, the analysis of each process does not have to print out on January 1. Until the analysis of success or failure.
Platform: | Size: 199680 | Author: 小名 | Hits:

[Windows Developlr(1)

Description: lr分析器采用的是LR(1)分析法,这个LR分析器很好用的喔,不信你试一试-lr analyzer using the LR (1) analysis, the LR analyzer good use Oh, try not trust you!
Platform: | Size: 3072 | Author: wgj | Hits:

[Other resourcesyntanalyzer

Description: 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构.-this procedure there are two categories, Lexical for lexical analysis, Syntax syntax analysis. for the syntax analysis, LR (1) analysis, judge whether the procedures meet the requirements of the structure.
Platform: | Size: 112640 | Author: gavinioro | Hits:

[ELanguagesimpleSyntaxAnalyzer

Description: 语法分析器 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构.-Parser this procedure there are two categories, Lexical for lexical analysis, Syntax syntax analysis. for the syntax analysis, LR (1) analysis, judge whether the procedures meet the requirements of the structure.
Platform: | Size: 128000 | Author: sugar | Hits:

[ELanguageLALR(1)forwins

Description: 一个LALR(1)语法分析器,可以输入文法进行分析,也可以分析句子,非常方便-an LALR (1) parser, can be imported to analyze grammar, sentence can be analyzed, very convenient
Platform: | Size: 13312 | Author: 杜立博 | Hits:

[EditorLR(0)fangyi

Description: 这是一个关于LR法分析语句的小程序,大家先看看吧,有什么问题我会及时改正-This is an analysis of the LR statement small procedures, we look at Look here, what I will promptly correct
Platform: | Size: 73728 | Author: continue | Hits:

[ELanguageSLR(1)

Description: 用SLR(1)方法实现的类C语言的编译器的语义分析程序。-with SLR (1) Realization of the Class C language compiler is the semantic analysis procedures.
Platform: | Size: 296960 | Author: 魏本峰 | Hits:

[CSharpLR

Description: 编译原理.LR文法 大三下学期 递归下降-Compiler Construction Principles. LR grammar third decline in the second half of the recursive
Platform: | Size: 883712 | Author: 刘冰冰 | Hits:

[ELanguageLR(0)yufafenxi

Description: 编译原理\LR(0) 语法分析器 编译原理\LR(0) 语法分析器-Compilation Principle LR (0) Compilation Principle parser LR (0) parser
Platform: | Size: 136192 | Author: 皇甫 | Hits:

[AlgorithmLR(1)Arithmetic

Description: LR(1)文法实现四则运算程序,支持正整数和浮点数运算,有很强大的排错能力。在VC6.0下开发,能够在G++编译器下编译运行-LR (1) grammar realize four computing procedures, support the positive integer and floating-point, has a very powerful troubleshooting ability. Developed in VC6.0 can G++ Compiler compiler running under
Platform: | Size: 4096 | Author: chris | Hits:

[ELanguagelr

Description: 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。-The establishment of grammar and LR analysis table express the data structure, design and realization of a LALR (1) of the analyzer, the source code generated by the lexical analysis of the binary-type code flow analysis, if the input strings is the definition of sentence grammar is output
Platform: | Size: 288768 | Author: yangyang | Hits:

[CSharpSyntaxAnalyzer

Description: 编译原理课程设计语法分析 c#实现 对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构.-Principles of curriculum design compiler parsing c# Achieve for grammatical analysis, the use of LR (1) analysis to determine whether the procedures meet the requirements of the structure.
Platform: | Size: 123904 | Author: bo | Hits:

[ELanguageLR(1)wenfa

Description: C++编写的一个编译原理的程序,,LR(1)文法分析语句的功能-C++ Prepared a procedure for compiling principle,, LR (1) grammar analysis of the function statement
Platform: | Size: 3072 | Author: 戴美元 | Hits:

[ELanguageLR1

Description: 采用VC编程的LR分析法,代码可以直接运行,可以帮助理解编译原理中的LR构造分析法-VC programming using LR analysis, the code can be directly run, the compiler can help to understand the principle of structural analysis of the LR method
Platform: | Size: 173056 | Author: 卓琳 瑞格 | Hits:

[ELanguageLR

Description: LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法
Platform: | Size: 129024 | Author: 于翔 | Hits:

[ELanguageLR

Description: 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to design a LR parser, the realization of the analysis of the expression language, better understanding of the LR parsing method to understand the basic idea of the master LR parser design and implementation of the basic method. 2. Experiment called for the establishment of grammar and LR analysis table that the data structure, design and realization of a LALR (1) of the analyzer, lexical analysis of source code generated by the binary-type code flow analysis, if the input strings is the definition of grammar sentence is the output " yes" , otherwise output " no." 3. Experimental (1) grammar description and LALR (1) Analysis of the expression language described in Table G of the grammar are as follows:
Platform: | Size: 289792 | Author: sh_xj | Hits:

[ELanguageLR(1)

Description: 编译原理中对LR(1)分析器的实例,以C++源码实现,给出了一个例子,更好的了解了LR(1)的工作原理及工作过程-Compiler Construction Principles against LR (1) parser instance to C++ source code implementation is given an example of a better understanding of the LR (1) The working principle and working process of
Platform: | Size: 224256 | Author: 刘东飞 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 32 »

CodeBus www.codebus.net