Welcome![Sign In][Sign Up]
Location:
Search - 语法分析

Search list

[CSharpLL(1)法对布尔表达式的语法分析

Description:

LL(1)法对布尔表达式的语法分析


Platform: | Size: 762 | Author: jason88129 | Hits:

[Other resource编译技术 语法分析

Description: 编译原理中关于语法分析的介绍
Platform: | Size: 823991 | Author: 00948315@pku.edu.cn | Hits:

[SourceCode编译原理实验报告+语法分析++语义分析++词法分析+详细的源程序

Description: 编译原理课程编译的词法、语法、语义三个过程,包括实验报告和源代码
Platform: | Size: 687315 | Author: mqwanghui327@126.com | Hits:

[ELanguageC++实现语法分析

Description: 语法分析程序
Platform: | Size: 44910 | Author: kechiy | Hits:

[ELanguage词法分析器 语法分析器

Description: 词法分析和语法分析的程序,带实验报告- The lexical analysis and the grammar analysis procedure, brings the test report
Platform: | Size: 50176 | Author: 王聃 | Hits:

[ELanguagec语法分析

Description: 语法分析 希望可以帮助同学在语法分析上有所帮助- The grammar analysis hope may help the schoolmate to have the help in the grammar analysis
Platform: | Size: 1024 | Author: 梁鹤 | Hits:

[EditorLL1语法分析

Description: 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现。它是大纲教学,课程设计良好的示范,也是编程爱好者提高的好参考,其中这是LL1语法分析部分。希望尽早的开通我的帐号,和大家多多交流,成为热爱编程的好朋友。-this principle is to compile the source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generation target code goal of the interpretation and implementation of code, described in detail a compiler design and implementation. It is the outline of teaching, curriculum design good model, as well as programming enthusiasts to raise a good reference, which is part of LL1 syntax analysis. Early hopes for the opening of my account, and we interact more, as a good friend who love programming.
Platform: | Size: 13312 | Author: | Hits:

[ELanguage简易语法分析程序

Description: 编译原理课程的试验中的语法分析部分,程序比较长,附带报告-compiler theory courses in grammar test analysis, long procedures, fringe report
Platform: | Size: 197632 | Author: 开心果 | Hits:

[Books编译课程中有关语法分析问题的探讨

Description: 编译课程中有关语法分析问题的探讨,需要的朋友就下,谢谢支持。-Build courses on syntax analysis of the problem, it needs friends, thank you support.
Platform: | Size: 104448 | Author: news | Hits:

[ELanguage编译原理—词法分析和语法分析 实验报告

Description: 词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization loop invariant), intermediate code generated object code, object code
Platform: | Size: 52224 | Author: 张学友 | Hits:

[Other Embeded program词法语法分析

Description: 一个经典的词法语法分析程序的源代码,从词法分析入口其词法分析出口为语法分析入口-a classic syntax analysis of a program's source code, imported from the lexical analysis of its lexical analysis exports syntax analysis entrance
Platform: | Size: 230400 | Author: 鲍婧 | Hits:

[Data structs语法分析之左递归实验

Description: 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即去除那些从开始符号出发永远无法到达的非终结符的 产生规则。-to compile this report principle experiment to eliminate learning grammar rules Left delivery algorithm, left the Elimination delivery grammar rules in grammar analysis of the role of the design algorithm containing purpose algorithm source code .... etc. : Elimination left recursive algorithm : (1) grammar, of all non-G website by the end of a paramagnetic Arrange sequence P1, P2, ... Pn implementation of this order (2) FOR i : n = 1 DO TO BEGIN FOR j : = 1 DO put the shape of Pi Gamma approximate rewrite the rules 1 into Pi Gamma Gamma 2 k .... These ions 1 2 ... k ions on all the rules; Pi elimination of the direct rule left recursive END (3) Reduction from (2) from the grammar. Removing that those symbols starting from the beginning will never be able to reach the end of the webs
Platform: | Size: 44032 | Author: 何浩 | Hits:

[File Operate11语法分析22

Description: 对所输入的语句进行语法分析,判断是否符合语法标准,以便以后对其进行语义分析。-right to import statement for grammatical analysis, judgment, whether or not the standard syntax for its future semantic analysis.
Platform: | Size: 243712 | Author: | Hits:

[ELanguage编译原理课程设计 SLR(1)语法分析

Description: 编译原理课程设计 SLR(1)语法分析!我做的,就是没有运行结果,大家先用着-Course Design Compiler Principle SLR (1) syntax analysis! I do, is not running, we used to first
Platform: | Size: 15360 | Author: 超杰 | Hits:

[Other编译原理语法分析图片

Description: 编译原理语法分析图片,形象的表示了编译原理语法分析的步骤-compiler theory syntax analysis pictures, image editing, said the principle of syntax analysis steps
Platform: | Size: 286720 | Author: | Hits:

[Console语法分析c实现

Description: 该程序实现了词法,语法分析的功能,可以在记事本中编辑代数表达式-realized by the morphology, syntax analysis capabilities in the notebook edited algebraic expressions
Platform: | Size: 187392 | Author: 沈石林 | Hits:

[Otherlm编译原理的语法分析

Description: 他是语义分析的前端,example是分析的程序实例,token中放置的是token字。既有词法分析又有语法分析。-he is the front-end semantic analysis, example is the analysis of examples of procedures, token placing the token character. Both lexical analysis has syntax analysis.
Platform: | Size: 3072 | Author: 马木木 | Hits:

[Other编译语法分析

Description: 实现语法分析,打印语法树.支持多种运算符、注释。实现对符号表的扩充(finish the parse of grammar)
Platform: | Size: 24576 | Author: stella1 | Hits:

[语法分析实验

Description: 一个用c++实现的简单语法分析,用于编译原理学习和参考(A simple syntax analysis implemented by c++ is used for compiling principle learning and reference.)
Platform: | Size: 13604864 | Author: frankkihan | Hits:

[Documents语法分析

Description: 对简单定义的语言规则进行语法分析,以四元式的形式输出结果。(Parsing the simple definition of linguistic rules and output the results in the form of four variables.)
Platform: | Size: 582656 | Author: 浮华一世 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net