资源列表
[编译器/词法分析] jiandancifafenxi
说明:进行简单的词法分析,根据规定的词法匹配顺序进行匹配,很简单的功能,学习编译原理做的程序,内附测试文件.-simple lexical analysis, according to the lexical sequence matching match, a very simple function, Principle study compiler do the procedure, documents containing test.<赵旋> 在 2008-10-13 上传 | 大小:9.87kb | 下载:0
[编译器/词法分析] NFA
说明:实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA M。从NFA的矩阵表示中可以看出,表项通常是一状态的集合,而在DFA的矩阵表示中,表项是一个状态,NFA到相应的DFA的构造的基本思路是:1.DFA的每一个状态对应NFA的一组状态. 2. DFA使用它的状态去记录在NFA读入一个输入符号后可能达到的所有状态.。-achieve NFA Number algorithm to deter<成> 在 2008-10-13 上传 | 大小:9.83kb | 下载:0
[编译器/词法分析] genemake.tar
说明:make文件自动生成器,可生成多种编译器的make文件-make document automatic production, may produce the many kinds of compilers the make document<站长> 在 2025-06-14 上传 | 大小:10kb | 下载:0
[编译器/词法分析] 编译原理第一次实验内容
说明:编译原理第一次实验内容- Translation principle first experiment content<常震华> 在 2025-06-14 上传 | 大小:10kb | 下载:0
[编译器/词法分析] LL(1)分析的实现
说明:编译中的LL(1)分析方法的实现。对于输入的文法,判断其有效性,用LL(1)方法进行语法分析,并可判别输入的符号串是否为该文法的句型。 -compiler of LL (1) Method of analysis. The importation of the grammar, to judge its effectiveness, with LL (1) methods for syntax analysis, discriminant can input strings of symbols<原子> 在 2025-06-14 上传 | 大小:10kb | 下载:0