文件名称:byyl_cffxq
介绍说明--下载内容均来自于网络,请自行研究使用
编译原理:词法分析器(C++实现)
将PASCAL的源程序,即相应字符流转换成内部表示,并对标识符填写相应的符号表供编译程序以后各阶段使用,输出的单词符号格式为二元组(单词种别,单词在标识符表中的地址),标识符表格式有“序号”和“标识符本身的值”两项。-compiler : lexical analyzer (C achieved) will PASCAL source, that is, replaced by the corresponding characters in the internal circulation, also fill in the corresponding identifier of the symbol table compiler for the subsequent stages, Word output format for binary symbols (words of other species, the identifier word in the address table) Table format identifier "serial number" and the "value of the identifier" 2.
将PASCAL的源程序,即相应字符流转换成内部表示,并对标识符填写相应的符号表供编译程序以后各阶段使用,输出的单词符号格式为二元组(单词种别,单词在标识符表中的地址),标识符表格式有“序号”和“标识符本身的值”两项。-compiler : lexical analyzer (C achieved) will PASCAL source, that is, replaced by the corresponding characters in the internal circulation, also fill in the corresponding identifier of the symbol table compiler for the subsequent stages, Word output format for binary symbols (words of other species, the identifier word in the address table) Table format identifier "serial number" and the "value of the identifier" 2.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 115157715byyl_cffxq.rar 列表 编译原理\词法分析器\Scanner.cpp 编译原理\词法分析器\source_code.txt 编译原理\词法分析器\说明.doc 编译原理\词法分析器 编译原理