Welcome![Sign In][Sign Up]
Location:
Search - ll1

Search list

[OtherLL1

Description: 编译原理的,关于 标识符词法分析程序的设计-Compile principle, with regard to the design of the identifier lexical analysis programs
Platform: | Size: 1024 | Author: 吾幽林 | Hits:

[assembly languageyufafenxi

Description: ll1文法分析大综合!各种简单的复杂的语法分析,里面有实验报告和源代码,很有帮助-ll1 grammar analysis of large integrated! A variety of simple and complex grammatical analysis, which has experimental report and source code, very helpful
Platform: | Size: 283648 | Author: lyd | Hits:

[JSP/Javacom.nciae.wang.ll1

Description: 实现编译原理中的ll1文法的算法,采用java完成,可以识别+、-、*、/、(、)、 和字符以及数字组成的式子的识别,可以完成出错处理-failed to translate
Platform: | Size: 10240 | Author: miss wang | Hits:

[OtherLL1

Description: 用于LL1文法分析 大家交流学习一下 有不正确的地方 请指正-this programe is for LL1,welcome to download it
Platform: | Size: 3072 | Author: lixianchuan | Hits:

[Software Engineeringparsing

Description: LL1分析法的构造,也就是LL1预测分析表的构造-grammer Analysis
Platform: | Size: 65536 | Author: philian | Hits:

[OtherLL1

Description:
Platform: | Size: 142336 | Author: wxy | Hits:

[ELanguageLL1ParsingCode

Description: LL1语法分析程序,输入文法表达式能够自动输出预测分析表,判断是否为LL1文法,还可以再输入任意的一个句子,然后对其进行分析,给出分析进栈出战的详细过程-LL1 parser, enter the grammar of expression that can automatically predict the output table to determine whether the LL1 grammar, you can enter any of a sentence, and then analyze it, given the detailed analysis of the course played into the stack
Platform: | Size: 4096 | Author: 张志宇 | Hits:

[ELanguageLL1

Description: LL分析器 2、 在VC下打开LL1.dsp,阅读工程LL1,LL1为一个加、乘法(适当扩充可为四则)运算表达式的LL1预测语法分析器,规定其文法如下: E->TE’ (1) E’->+TE’ (2) E’->ε (3) T->FT’ (4) T’->*FT’ (5) T’->ε (6) F->(E) (7) F->i (8) 程序设计思路见课本P76,词法分析器调用接口为lex(),LL1分析表构造过程参考LL1程序实现方法,练习:修改文法和程序使支持减、除运算 -LL parser 2, the VC open the LL1.dsp, read the works LL1, LL1 is a plus, multiplication (appropriate expansion for 4) expression is forecast LL1 parser, provides the grammar as follows: E-> TE ' (1) E' -> + TE ' (2) E' -> ε (3) T-> FT' (4) T' -> * FT ' (5) T' -> ε (6) F-> (E) (7) F-> i (8) programming ideas, see textbooks P76, call the lexical analyzer interface lex (), LL1 of table construction process of reference LL1 program implementation method, practice: grammar and procedural changes to support the reduction of , in addition to computing
Platform: | Size: 9216 | Author: chivas | Hits:

[ELanguageBianYiYuanLi

Description: 编译原理所有重要算法的实现 以及词法分析语法分析、中间代吗生成。LL1 LR0 算符优先 算符表达式到NFA再到DFA的算法。-Compile program. LL1 LRO NFA->DFA->MFA
Platform: | Size: 119808 | Author: lee | Hits:

[ELanguagebianyi

Description: 编译原理课程设计 MFC开发 单文档界面 LL1文法分析方法 实现到语法分析-no
Platform: | Size: 139264 | Author: 孟庆刚 | Hits:

[ELanguageLL1parserVS2010

Description: LL1语法分析器,FIRST集合的构造,FOLLOW集合的构造,消除左递归,预测分析表 C++语言开发,工具VS2010-LL1 parser, FIRST set of the structure, FOLLOW set of the structure, elimination of left recursion, predictive analysis table C++ language development tools for VS2010
Platform: | Size: 273408 | Author: jianren2hao | Hits:

[ELanguageLL1

Description: 语法分析~输入文法的终结符号和非终结符号和改写好了的文法条数,然后生成-Grammar, syntax analysis ~ the end of the input symbols and nonterminal symbols and rewrite the number of good grammar section, and then generate
Platform: | Size: 81920 | Author: Carrie | Hits:

[ELanguageC

Description: C语言子集编辑器 采用C语言的结构 LL1分析法做的编译器 结构完善-C language subset editor uses C language to do the structural analysis LL1 compiler structured
Platform: | Size: 2033664 | Author: 大头 | Hits:

[ELanguageLL(1)

Description: LL1文法分析器,代码较为简洁易懂,附有注释结构明确-LL1 grammar parser, the code more simple and easy to understand, clearly annotated structure
Platform: | Size: 4096 | Author: 囧囧有神 | Hits:

[ELanguagell1

Description: LL1 parser in C language
Platform: | Size: 1024 | Author: Rohit | Hits:

[ELanguageParser5

Description: ll1 文法分析器 此分析器实现了 编译原理当中的语法分析-ll1 grammar analyzer Analyzer to achieve the compilation of this parsing principle which
Platform: | Size: 6144 | Author: 刘六 | Hits:

[ELanguageyufafenxi(LL1)

Description: 编写语法分析程序,实现对算数表达式的语法分析。要求所分析算数表达式由如下的文法产生。 E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 -Write parser, to achieve the syntax of arithmetic expressions. Requirements of arithmetic expressions generated by the following grammar. E-> E+ T | ET | T T-> T* F | T/F | F F-> id | (E) | num test requirements: analysis of expression in the input process, the output used production.
Platform: | Size: 2048 | Author: lzydwd | Hits:

[ELanguagell1

Description: 编译原理ll1文法分析 利用MFC编写-Analysis of the use of compiler theory ll1 grammar written in MFC
Platform: | Size: 2793472 | Author: 周宁 | Hits:

[ELanguagebianyisrc

Description: 编译原理实验包括正规式到NFA,NFA到DFA、LL1、LR代码都执行过,都没有错误-Compile regular expression to the principle experiment, including NFA, NFA to DFA, LL1, LR code is executed, no errors
Platform: | Size: 18432 | Author: dai | Hits:

[ELanguageLL1

Description: 利用LL(1)分析方法实现算术表达式的语法分析-Using LL (1) analysis method parsing arithmetic expressions
Platform: | Size: 963584 | Author: 猪兔兔 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »

CodeBus www.codebus.net