资源列表
[编译器/词法分析] cffx
说明:词法分析是编制一个读单词的过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。程序语言的单词符号一般分为五种:关键字(保留字/基本字)if、while、begin…;标识符:常量名、变量名…;常数:34、56.78、true、‘a’、…;运算符:+、-、*、/、〈、and、or、….、;界限符:, ; ( ) { } /*…。-Lexical analysis is the preparation<项阳> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[编译器/词法分析] fuzhiyujudejiandanfanyichengxu
说明:这是采用编译原理的方法来进行的赋值语句的翻译程序。-This is compiled using the principle of means to carry out the assignment of the translation process.<xingyudong> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[编译器/词法分析] word
说明:词法分析器,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类.-Lexical analyzer, from the input source program to identify each word has an independent significance, that is the basic retention of the word, identifiers, constants, operators, delimiters five<秋峰> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[编译器/词法分析] LMSMATLAB2
说明:LMS算法的收敛速度曲线的MATLAB程序-LMS algorithm convergence rate curve MATLAB program<jj> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[编译器/词法分析] cifafenxiqi
说明:词法分析器 编译原理 C++ VC6.0-Compilation Principle lexical analyzer C++ VC6.0<王小泉> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[编译器/词法分析] Soft20060210110014805
说明:一个较简单的词法分析程序,欢迎大伙儿下载评注-A simple lexical analysis procedures, welcome everybody to download Commentary<> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[编译器/词法分析] wordanalysis
说明:、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|<dujuan> 在 2025-06-17 上传 | 大小:2kb | 下载:0