搜索资源列表
编译原理试验指导
- 这是十个编译原理的大实验源程序及指导的文件。希望能帮助大家。-compiler principle source of the experiment and guidance documents. Hope you can help.
不错的编译原理实验
- 不错的PL0改写,实现了5个方面的增加功能,符合本科学生-good PL0 rewritten achieved five of more functional, with undergraduate students
编译原理预测分析实验
- 在编译原理中,预测分析法是非常重要的词法分析方法,此实验针对预测分析法。
SDRAM.tar
- 对SDRAM开发板进行内存测试,验证ld编译原理,是S3C2410的实验。-On the development board SDRAM memory test carried out to verify the principle ld compiler is S3C2410 experiment.
TokenAnalyze
- 编译原理实验,实现词法分析器。读入输入字符并判断是否符合词法约束。-Compiler Construction Principles experiment, to achieve lexical analyzer. Read into the input character and determine whether the lexical constraints.
cifafenxiqi
- 编译原理实验,语法分析器,用VC++做的,已通过调试,可以借鉴,参考-Compiler Construction Principles experiment, parser, using VC++ to do, has passed the debugging, you can learn from, reference
lex.yy
- 基于lex的编译原理实验,实现编译的词法分析阶段。-Lex principle experiment based on the compilation, implementation of the lexical analysis phase of compilation.
ciifafenxi
- 词法分析器 可分析简单词法、数字和符号等 编译原理实验-Simple lexical analyzer can analyze lexical, numbers and symbols such as compiler theory test
suanfuyouxianfenxi
- 算符优先分析算法,可分析算符的优先关系 列出关系表。编译原理实验-Operator precedence parsing algorithm, operator precedence relations can be analyzed are listed in relational tables. Compiler Principle Experiment
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)
24130150
- 有穷自动机的实现,编译原理实验,编译原理的三个实验-The realization of finite automata, compiler theory experiments, compiler theory of three experiments
100410508
- 有穷自动机的实现,编译原理实验,编译原理的三个实验-The realization of finite automata, compiler theory experiments, compiler theory of three experiments
100410517
- 有穷自动机的实现,编译原理实验,编译原理的三个实验-The realization of finite automata, compiler theory experiments, compiler theory of three experiments Han Han Han
s
- 语法制导翻译的表达式转换编译器源代码 一个关于编译原理课设的实验-Syntax-directed translation of expressions into a source code compiler compiler theory courses on experimental design
cifaanalyse
- 编译原理课程实验第一部分 词法分析程序,实现第一部分功能-The first part of the experiment compiler theory courses lexical analysis procedures to implement the first part of the function
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
Compiler-theory-Lexical-analysis
- 编译原理词法分析在VC++6.0上的实现,含有源代码以及实验报告的完整版-Compiler theory lexical analysis implemented on VC++6.0 containing the source code and the full version of the test report