搜索资源列表
lr(1)
- lr分析器采用的是LR(1)分析法,这个LR分析器很好用的喔,不信你试一试-lr analyzer using the LR (1) analysis, the LR analyzer good use Oh, try not trust you!
LR(0)
- 编译原理中的语法分析器-compiler theory of syntax analyzer
mentohust
- 打印LR分析器的工作过程
67322332442
- 设计题目:LR(0)分析表的构造 内容: 已知文法G,编写一个程序实现由文法到LR(0)分析表的自动生成。 功能扩展:1.由文法生成全部该文法项目; 2.由文法实现项目集簇的自动生成; 3.LR分析器对字符串的分析的分析表生成; -Design Title: LR (0) Analysis of structural elements: a known grammar G, the preparation of a program to achieve b
LRfenxiqi
- 这是一个LR分析器 希望多大家有用,包括了源程序和测试数据-THIS IS A LR .
LR(1)
- 一个很好的用java编写的用来判断一个文法是否是LR(1)文法及其分析器的构造-yes
LRAnalyse
- LR语法分析去,可以像vs那样单步调试LR分析器-LR Analyser
LR(0)
- 编译原理课程设计,LR(0)分析器。实现了LR(0)分析的过程,MFC界面友好,操作简单,功能完备,为课程设计提供参考。-Principles of curriculum design, build, LR (0) parser. Achieved a LR (0) analysis of the process, MFC user-friendly, simple operation, complete functions, provide a reference for curriculum
LR
- 编译原理实验实现之LR分析器,c语言描述,个人原创,拒绝盗版。-Compiler Construction Principles experimental realization of LR parser
yufafenxi
- 一个刚用过还不错的LR分析器~有兴趣的朋友下来看看吧-Just used a LR parser is also a good friend ~ who are interested to see it down
LR
- 实现lr的语法分析器 功能相对比较稳定,大家可以参考一下,-Lr parser relatively stable
LR0
- LR(0)分析表的构造 内容: 已知文法G,编写一个程序实现由文法到LR(0)分析表的自动生成。 功能扩展:1.由文法生成全部该文法项目; 2.由文法实现项目集簇的自动生成; 3.LR分析器对字符串的分析的分析表生成-Structure content LR (0) analysis table: Known grammar G, write a program to automatically generate analysis table by the grammar to LR (0).
LR
- 利用LR分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LR-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
290324
- lr分析器采用的是LR1分析法,这个LR分析器很好用的喔,不错-Lr parser USES is LR1 analysis method, the lr analyser useful oh, good
useful
- lr分析器采用的是LR1分析法,这个LR分析器很好用的喔,不错-Lr parser USES is LR1 analysis method, the lr analyser useful oh, good
aaa
- LR分析器的核心是一张分析表,它由两个子表组成: 其一是分析动作表;另一个为状态转移表。其中: S1,S2,…,Sn为分析器的各个状态;a1,a2,…,al为文法的全部终结符号和句子界符;X1,X2,…,Xp为文法字汇表中的全部文法符号。(I like doing sports and reading in my free time. My favorite sport is basketball. I often play basketball with my classmates after
UNES__good
- lr分析器采用的是LR1分析法,这个LR分析器很好用的喔,不错(Lr parser USES is LR1 analysis method, the lr analyser useful oh, good)
程序
- 实现了从词法分析,LR分析器,LR分析,类型分析;(Compiler Front end Realized from lexical analysis, LR parser, LR analysis, type analysis;)
LR分析器
- 用于编译原理课程的实验,LR分析实验代码,可以直接用,便于读者理解LR分析流程。(For compiler theory course experiment, LR analysis experiment code, can be directly used to facilitate readers to understand LR analysis process.)