资源列表
erer
- LL(1)掌握LL(1)分析法的基本原理; 2.掌握LL(1)分析表的构造方法; 3.掌握LL(1)驱动程序的构造方法。 -good good goodrr rtbfgrdag grggfd
TesteC
- hello World to teach my students in Computer Science
NFATODFA
- NFA到DFA的转换 这是用visual C++ 编写的程序 有注释!-NFA to DFA conversion This is to use visual C++ have the Notes prepared by the procedure!
LexicalAnalysisFunc
- SNL 编译器 java语言编写此法分析器 -SNLcompiler java language
complier
- 编写识别表达式文法的合法句子的预测分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、分析栈、剩余输入串和所用产生式。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-Write a sentence identifying the legitimate expression grammar prediction analysis program, the input string of arbitrary symbols, given the analy
Palindromic-or-not
- A Program to check enterd number is palindromic or not
mygoodthing
- 可以实现各种计算运算,界面操作方便,简单移用-computing can be achieved efficiently, the interface easy to operate, with simple shift
LL1
- 实现编译原理中的LL1文法,可以对句子进行判定是否被接受。
by31.rar
- 算法优先法实现算术表达式的语法分析
highlight
- 一段进行语法分析、语法加亮的程序。目前仅进行了语法分析,可以很easy 的稍加修改实现html语法加亮-Carried out in a section syntax analysis, syntax highlighting procedures. At present, only a grammatical analysis, it is easy to achieve the slightly modified syntax highlighting html
compile
- 自己写的一个编译程序,可以从二进制文件中读取一段c程序,进行表达式的识别和一些简单的c语句,最后生成三元式输出
ll(1)YUFAPANDUAN
- 学编译原理时写的一个语法分析程序 分类:C/C++技术交流 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (5)由总控算法判断输入符
