搜索资源列表
45646
- 编译原理词法分析器c++源程序-compiler theory lexical analyzer c source
CFFXQ
- 词法分析器C++ 编译原理实验 .程序功能分割 (1)标识符的识别 (2)关键字的识别 (3)常数的识别:整数,实数,指数形式表示的数 (4)界符的识别 (5)算符的识别(注意区分:单目,双目的区分+,++,+=) (6)关系比较符的识别(注意区分:单目,双目>,>=) (7)字符常量的识别 (8)字符串常量的识别 (9)错误处理 等等 -Good!
cifa20092370
- 词法分析器课程设计报告,运用c++编写,适用大三,功能完备,可以做课程设计报告- Lexical analysis
bianyi
- 用C语言采用模拟DFA算法编写一个扫描器(词法分析器)用来识别: 由任意个a或b开始后接aa再自加或自减1的字符串,即正规式r=(a|b)*aa(+|-)1描述的语言L(r)。 -Simulated DFA algorithm in C language to write a scanner (lexical analyzer) is used to identify: followed by any one of a or b aa longer self plus or decrem
lexical-analyzer
- 有C++语言设计的可以识别字符串,数字的词法分析器。-Compilation principle of lexical analyzer
cifafenxiqi
- 这是一个由C++不便携的简单词法分析器,可供学习参考。-This is a C++ not portable simple lexical analyzer, available for study and reference.
-lexical-analyzer-
- C语言词法分析器实现论文-C language lexical analyzer to achieve the paper