资源列表
[编译器/词法分析] c++词法分析程序
说明:一个用C++编写的C语言词法分析程序,本人在做WEBSPHERE MQ的收发信息时需要对远端发过来的数据进行解析,然后才能确定要发送到哪一个终端,因此写了对词法分析做了一定的研究,也就写了这么一个程序.-prepared by the C language lexical analysis procedures, I do WebSphere MQ the need to send and receive information sent to the remote data analysis,<何福康> 在 2008-10-13 上传 | 大小:9.72kb | 下载:0
[编译器/词法分析] 词法分析器A
说明:可以打开任意位置和名称的原文件进行词法分析,可以进行非法字符和数字后边跟字母的错误判断,如果没有错误则提示“词法分析正确完成!”-can open arbitrary locations and names of the original documents lexical analysis can be carried out illegal characters and figures behind the letters with the wrong judgment, and if no<杨英子> 在 2008-10-13 上传 | 大小:9.74kb | 下载:0
[编译器/词法分析] 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