搜索资源列表
45646
- 编译原理词法分析器c++源程序-compiler theory lexical analyzer c source
词法分析器(wendang)
- /*本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为3、4、5、6。-/* this procedure uses in the lexical analysis: Inputs a line of C sentence from the DOS contact surface, and take # the numbe
CFFXQ
- 词法分析器C++ 编译原理实验 .程序功能分割 (1)标识符的识别 (2)关键字的识别 (3)常数的识别:整数,实数,指数形式表示的数 (4)界符的识别 (5)算符的识别(注意区分:单目,双目的区分+,++,+=) (6)关系比较符的识别(注意区分:单目,双目>,>=) (7)字符常量的识别 (8)字符串常量的识别 (9)错误处理 等等 -Good!
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
cifa20092370
- 词法分析器课程设计报告,运用c++编写,适用大三,功能完备,可以做课程设计报告- Lexical analysis
BIANYI
- 编译原理中的词法分析器,用c++编写的,很实用完全可以运行-Drag with shift key to reorder.Drag with shift key to reorder
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
cifafenxiqi
- 这是一个由C++不便携的简单词法分析器,可供学习参考。-This is a C++ not portable simple lexical analyzer, available for study and reference.
词法分析器
- c++实现编译原理的词法分析器 输入源语句 输出token序列
-lexical-analyzer-
- C语言词法分析器实现论文-C language lexical analyzer to achieve the paper
词法分析
- 编译原理设计一个简单的词法分析器,用C++实现(Lexical analysis of compiler principles)
编译原理词法分析器报告
- 含有两份报告可以提供思路参考,适合编译原理 实现功能:使用词法分析的自动生成工具 Flex生成 C/ C++ 语言的词法分析器