搜索资源列表
编译原理课程设计报告LL1文法
- 课程设计的目的 通过课程设计进一步理解高级语言在计算机中的执行过程,加深对编译原理中重点算法和编译技术的理解,提高自己的编程能力,培养好的程序设计风格。同时通过某种可视化编程语言的应用,具备初步的Windows环境下的编程思想。解和掌握LL(1)语法分析方法的基本原理;根据给出的LL(1)文法,掌握LL(1)分析表的构造及分析过程的实现。 -curriculum design through curriculum design aimed to further understand se
LL(1)文法——vc
- LL1文法的vc实现,编译原理的实验用得着的,对学习编译很有帮助!-LL1 grammar vc realization of the principle of compiling the experiment worthwhile to study compiled helpful!
bianyi(LL1)
- C实现的LL1文法!!! 是我们编译原理课程的一个小实验-C realized LL1 grammar! ! ! We compiler theory courses a small experiment! !
LL1
- 实现LL1文法,从输入文法到FIRST、FOLLOW集,分析表。再到输入文法动作
LL1文法分析ForWin
- 录入合法的LL(1)文法,将输出LL(1)预测分析表- Inputs legitimate LL (1) the grammar, will output LL (1) to forecast the analytical table
LL1
- 编译原理,课程设计 LL1文法分析 VC++ MFC程序代码
LL1
- 实现编译原理中的LL1文法,可以对句子进行判定是否被接受。
LL1
- LL1文法的实现,先输入语法规则,之后求出FIRST和FOLLOW,最后给出预测分析表。
基于C++开发的LL1
- 基于从C++开发的一个LL1文法分析器,内付源码,源码中还有一定的注释-from C-based development of a LL1 grammar analyzer, which paid source, there still is a certain source of the Notes
LL1文法分析
- LL1文法分析,可以求first,follow,select等
LL1
- LL(1)文法分析程序,输入一个写入了一个LL1文法的文件名,运行程序,根据提示执行-LL (1) grammar analysis program, enter a LL1 write a grammar file name, run the program, according to prompt the implementation of
2
- 编译原理语法分析(LL1文法) 编译原理语法分析(LL1文法)-Compilation Principle parsing (LL1 grammar) Compilation Principle parsing (LL1 grammar)
ll1
- ll1文法,编译原理课程设计,可以运行,已经调试成功-ll1 grammar, principles of curriculum design compiler, you can run, has been testing the success of
LL1
- 实现编译原理中LL1文法分析功能 编译原理课程中,在词法分析之后需要做文法分析,其中LL1文法分析方法是书中的重点,这里在VC++环境里编写了改方法的实现代码-The realization of the principle of LL1 grammar compiler analysis Compilation Principle course, in the lexical analysis, grammar analysis needs to be done, including LL
LL1
- 该文件是一个简短的语法分析文法,是用来实现LL1文法的,适用于初级学者!-this is a ll1 gramer!
ll1
- ll1文法分析。输入要分析的符号串,输出判断改符号串是否能由改文法推到出来。-failed to translate
LL1
- 语法分析是编译过程的核心部分。他的任务是在词法分析识别单词符号串的基础上,分析并判断程序的的语法结构是否符合语法规则。语言的语法结构是用上下文无关文法描述的。因此语法分析器的工作的本质上就是按文法的产生式,识别输入符号串是否为一个句子。对于一个文法,当给你一串符号是,如何知道它是不是该文法的一个句子,这是这个课程设计所要解决的一个问题。-Syntax analysis is the core of the compiler process. His task is to identify the
LL1
- 语法分析,利用LL1分析方法分析表达式文法,输入一个表达式(以‘#’结束),输出输入的表达式是否正确-Syntax analysis, using analysis to analyze the expression LL1 grammar, enter an expression (with '#' end), input-output expression is correct
ll1
- 编译原理LL1文法分析器 用c语言写的 很好用-Compiler Construction Principles LL1 parser grammar to write well with the c language to use
LL1
- 编译原理中的LL1文法判别,希望能够帮助大家的学习-Compiler Principle of LL1 grammar discrimination, want to help people learn