资源列表
[编译器/词法分析] Charp_Version_CFFX
说明:C#版词法分析程序,能够区别标识符、数字等。还有详细说明。-C# version of lexical analysis procedure to differentiate identifier, such figures. There are elaborate.<阿瑟多幅> 在 2008-10-13 上传 | 大小:62.23kb | 下载:0
[编译器/词法分析] 200218033赵伟光(程序清单)
说明:词法分析程序 程序当前目录里自己建立一个文本文档,取名为infile.txt,所有需要分析的程序都写在此文本文档里,程序的结尾以\"@\"标志符结束。运行词法分析程序,程序结果输出到文件名为outfile.txt的文件中,此文件为自动生成。-lexical analysis Procedure current directory to establish his own version of a document, named infile.txt, all need to analyze th<电风扇> 在 2008-10-13 上传 | 大小:2.83kb | 下载:0
[编译器/词法分析] asdfadsfd
说明:编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详-compiler source code, the compiler principles involved in various processes : lexical analysis, LL1 syntax analysis, semantic analysis and code gener<长波> 在 2008-10-13 上传 | 大小:1.5kb | 下载:0
[编译器/词法分析] 词法分析2004328831139
说明:前些天写了个小语言的词法分析程序,因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明白了简单的词法分析程序,再写复杂的就不难了,无非是多加几个关键字,多写几个条件判断语句而已。词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。 先让我们看看这个小语言的文法吧-few days ago wrote a small language lexical analysis procedures, because th<陈 美> 在 2008-10-13 上传 | 大小:72.84kb | 下载:0
[编译器/词法分析] 一个简单的C语言编译器
说明:一个简单的C语言编译器-a simple C language compiler<丁书怀> 在 2008-10-13 上传 | 大小:49.52kb | 下载:0
[编译器/词法分析] cifafenxiqi
说明:/*** *****词法分析程序*** *****/ # include<iostream.h> # include<fstream.h> # include<math.h> int cc=0 -/*** ***** lexical analysis procedure *** *****/ # includelt; Iostream.hgt; # Includelt; Fstream.hgt; # Includelt; Math.hgt; Int cc =<白天> 在 2008-10-13 上传 | 大小:1.54kb | 下载:0
[编译器/词法分析] 词法
说明:这是一个词法分析器,、实验内容: 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。-This a lexical analyzer, and the contents : 1. The design of automatic scanner machine; 2. Design translation, the Token<石青> 在 2008-10-13 上传 | 大小:5.66kb | 下载:0