搜索资源列表
complied
- 编译原理的词法分析器,语法分析器(包括递归子程序,算符优先,LR类分析法),语义分析等原理图-compiler tenets of lexical analyzer and parser (including recursive subroutines, operator precedence, LR type analysis), semantic analysis diagram
lexel
- 一个词法分析器的设计与实现,含部分源代码。-a lexical analyzer design and implementation with some source code.
45646
- 编译原理词法分析器c++源程序-compiler theory lexical analyzer c source
analyse
- 词法分析,做的很详细,说明了各方面的情况,词法分析器实验报告-Lexical analysis, done in great detail to illustrate the various aspects of the experimental report of lexical analyzer
cffx
- 词法分析器试验报告,详细描述了试验过程,并有心得体会,是一份不错的实验报告-Lexical analyzer test report, a detailed descr iption of the testing process, and experiences is a good test report
happy
- 编译原理词法分析器的功能是利用函数之间的递归调用模拟语法树自上而下的构造过程。 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法 -Compiler theory lexical analyzer function is to use recursive function calls between the simulation process of constructing the syntax tree from the top down. Transforma
bianyiyuanli
- 一、 实验目的与要求 目的:在分析理解一个教学型编译程序(如PL/0)的基础上,对其词法分析程序、语法分析程序和语义处理程序进行部分修改扩充。达到进一步了解程序编译过程的基本原理和基本实现方法的目的。 要求:对PL/0作以下修改扩充 基本内容: 增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN 运算符 +=,-=,++,-- 修改单词:不等号# 改为 <> 增加条件语句的ELSE子句 -First, the purpose an
imptor
- 一个词法分析器构造过程模拟器的设计与实现-Construct a lexical analyzer design and implementation process simulator
bainyishiyanbaogao
- 编译实验报告 包括语法分析器和词法分析器,是课程设计的必选啊-Compile test report includes a parser and lexical analyzer is a must-ah curriculum design
bianyi
- 构造编译程序的基本理论分别完成词法分析器、语法分析器和中间代码生成实验-The basic theory of the construct compiler completed the lexical analyzer, parser and intermediate code generation experiments
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
cifafenxi
- 编译原理词法分析器源码,比较完整,做课设的时候可以用-Compiler theory lexical analyzer source code
flex-code
- flex词法分析代码,主要用于词法分析器的自动生成,包含所有代码-the flex lexical analysis code for lexical analyzer automatically generated, and contains all the code
lab02sc
- the code is of lexical analyzer.It is the first stage of compilation of code.It generates tokens of the source code.
lab03sc
- Lexical analyzer with regex. It will have regular expression to generate the tokens
lexical-analyzer
- 有C++语言设计的可以识别字符串,数字的词法分析器。-Compilation principle of lexical analyzer
cifa-document
- 编译原理课程设计词法分析器实现的实验设计报告文档 有明确的设计思路和报告格式-Principles of curriculum design compiler lexical analyzer to achieve experimental design report documents a clear design ideas and reporting formats
cifafenxiqi
- 这是一个由C++不便携的简单词法分析器,可供学习参考。-This is a C++ not portable simple lexical analyzer, available for study and reference.
Lexical-analyzer-test-report
- 是一个词法分析器的实验报告,里面具体说明了整个程序的架构和出现问题如何解决-Lexical analyzer is a lab report, which specifically describes the architecture of the whole process and how to solve problems
-lexical-analyzer-
- C语言词法分析器实现论文-C language lexical analyzer to achieve the paper