搜索资源列表
编译原理预测分析实验
- 在编译原理中,预测分析法是非常重要的词法分析方法,此实验针对预测分析法。
yacclex
- 编译原理作业词法分析,编译原理作业词法分析-compiler design home work lex ans
NEW
- 编译原理:实现中间代码生成。从终端读入用户输入,经过词法分析,生成中间代码,以此作为语法分析的输入。-Compilation Principle: To achieve intermediate code generation. Read user input from the terminal, through lexical analysis, intermediate code generation as parsing input.
TAnalyze
- 编译原理:从终端输入,判断用户输入的是否一个词,以此作为词法分析的输入-Compilation Principle: From the terminal input, to determine whether the user input a word as a lexical analysis of input
grammer
- 实现词法分析,满足编译原理课程设计的需要,简单易行-To achieve lexical analysis, principles of curriculum design to meet the needs of compilation, simple and easy
lex.yy
- 基于lex的编译原理实验,实现编译的词法分析阶段。-Lex principle experiment based on the compilation, implementation of the lexical analysis phase of compilation.
scan.tar
- 编译原理,扫描器的实现,词法分析,pascal的简单分析-Compiler theory, the realization of the scanner, lexical analysis, pascal simple analysis
lexicalanalysis
- 编译原理词法分析,分析输入的字符串是否符合词法分析的语言-Compiler theory lexical analysis, analysis of whether the input string language lexical analysis
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
0815023121
- 学习编译原理时的一个词法分析程序及原理教程文档.-When compiling a learning theory and principles of lexical analysis program tutorial documentation
test2
- 编译原理的实验,是一个词法分析工具,采用下降递归法实现的-Compiler theory of the experiment, a lexical analysis tool, implemented using recursion down
scanner
- 编译原理 词法分析(含实验报告和完整代码)-Compiler theory lexical analysis (including lab reports and complete code)
Lexical-analysis
- 词法分析器,作为编译原理的课程设计,实现了词法分析功能。-Lexical analysis
mySNL
- 程序是编译原理课程的基于SNL语言的编译器(词法分析,语法分析,语义分析),该压缩包包含程序运行所需的所有代码,所需文本文件放到D盘即可,词法分析和LL1语法分析部分在实现上有亮点,是课程设计非常值得参考的资料-The program compiler theory of curriculum-based the SNL language compiler (lexical analysis, parsing, semantic analysis), the compression progra
11003070429_zhangmaosheng
- 编译原理词法分析,C++视图框,对话框,单文档的练习-Compiler theory lexical analysis, C++ view boxes, dialog boxes, a single document exercises
chenyao_hecen-b
- 编译原理词法分析程序,可以将读入的程序进行词法分析-Compiler theory lexical analysis
Mycompiler
- 基于c-语言的编译器,编译原理课程设计内容。实现语法分析以及词法分析。运行在debug下cmd命令运行。了解编译原理设计过程以及编译器设计过程。-Based on c-language compiler, compiler theory of curriculum design content. Achieve parsing and lexical analysis. Run cmd command in the debug run. Compiler theory to understand
src
- 编译原理词法分析程序,基本的词法分析程序-Compiler theory lexical analysis procedures, the basic lexical analysis program
yufa.cpp
- 编译原理_词法分析,实现了基本的词法功能,二元式输出- Compiler theory lexical analysis, to achieve the basic lexical functions, binary type output
C06
- 编译原理课程设计中实现了语法分析,词法分析,语法制导分析的mini C编译器-Principles of curriculum design compiler implements the syntax analysis, lexical analysis, syntax-analysis mini C compiler