搜索资源列表
TokenAnalyze
- 编译原理实验,实现词法分析器。读入输入字符并判断是否符合词法约束。-Compiler Construction Principles experiment, to achieve lexical analyzer. Read into the input character and determine whether the lexical constraints.
ciifafenxi
- 词法分析器 可分析简单词法、数字和符号等 编译原理实验-Simple lexical analyzer can analyze lexical, numbers and symbols such as compiler theory test
cifafenxiqi
- C语言写的简单词法分析器,编译原理的,具体忘了!-A simple program!
cifa
- 通过手工构造词法分析器,理解词法分析的过程原理,从而更好的理解编译原理。 通过构造过程中代码的编写,锻炼自己动手解决问题的能力和编程能力。 -Lexical analyzer constructed by hand, understanding the process of lexical analysis principles in order to better understand the compiler theory. Through the process of prepar
HW2
- 编译原理——词法分析器,语法分析器,用C实现-Compiler theory- lexical analyzer, parser, with the C implementation
Lexical-analyzer
- c++写的词法分析器,编译原理肯定会用到,上传上,大家看看哈-c++ to write the lexical analyzer, compiler theory will certainly be used, upload, and we look ha
Complier
- 编译原理词法分析器,识别标识符、关键词、操作码。-Compiler theory lexical analyzer to identify identifiers, keywords, opcode.
Lexical-analysis
- 词法分析器,作为编译原理的课程设计,实现了词法分析功能。-Lexical analysis
lexical-analyzer
- 编译原理实验报告 实验一:词法分析器 实验目的: 实现TINY+语言的词法分析程序(扫描程序) 实验内容: 1、词法分析器输入输出 扫描程序的输入是源代码文件,输出是token串。 2、需要遵循“最长串匹配原则”,如匹配字符串‘:=’ 为赋值操作符,而不是冒号和等号两个操作符。 Token 以键值对 (Kind, Value)的形式表示。下面的符号表示不同的token类别(即Kind的取值) KEY 表示保留字 SYM 表示特殊符号 ID 表示标识符
syntactic-analyzer
- 编译原理实验报告 实验二:语法分析器 设计、编制、调试一个词法分析子程序-识别单词,加深对词法分析的理解掌握以及高级语言语法结构的定义,掌握语法分析的常用方法-Compile report principle experiment Experiment two: parser design, compilation, debugging a lexical analysis routines- to recognize words, to deepen the understandin
4313576
- 编译原理词法分析器c++源程序,请大家欣赏 不错的-Compilation principle of lexical analyzer c++ source program, please appreciate good