资源列表
zhengguishi
- 计算机科学与技术,编译原理,正规式。
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语句,最后生成三元式输出