搜索资源列表
cifa
- C语言词法分析器 输入Pascal语句,输出token序列-c language lexical analyzer input a pascal statement, the output token sequence
program
- 实现c语言的词法分析器,用文件读取,要求能识别整数、自定义标识符及以下关键字: + - * / < <= == != > >= & && || = ( ) [ ] { } : , void int float char if else while do ! main -Achieve c language lexical analyzer, using file read, the request can identify integers, custom id
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
compile-analyse
- 编译原理词法分析器,主要用的是C#语言实现完成-Compilation principle morphology analyzer, the main use is to realize complete c#
lexical-analyzer
- 有C++语言设计的可以识别字符串,数字的词法分析器。-Compilation principle of lexical analyzer
-lexical-analyzer-
- C语言词法分析器实现论文-C language lexical analyzer to achieve the paper
编译原理词法分析器报告
- 含有两份报告可以提供思路参考,适合编译原理 实现功能:使用词法分析的自动生成工具 Flex生成 C/ C++ 语言的词法分析器