搜索资源列表
bianyichengxuzuoyecifafenxi
- 这里是一个编译原理的实验,是关于词法分析的.程序比较长300多行,是我一天的心血,大家耐心看吗!我在这里谢谢了!-here is a compiler principle experiments on lexical analysis. Procedures more than 300 long trip, I was one of hard work and patience to see you! Here, I thank you!
kkkkk
- 一个词法分析器,可以实验词法分析的所有功能,在c环境下运行。-A morphology analyzer, may test the lexical analysis all functions, moves under the c environment.
递归下降分析器
- 目的】 使用递归子程序法设计一个语法分析程序,理解自顶向下分析方法的原理,掌握手工编写语法分析程序的方法。 【要求】 1、使用递归下降分析算法分析表达式文法: exp ::= exp addop term | term addop ::= + | - term ::= term mulop factor | factor mulop ::= * | / factor ::= (exp) | number 其中number可以是多位的十进制数字串(整数即可),因此这里还需要一个小的词法分析器来得到
cifafenxi.rar
- 一个用C语言写的词法分析程序,输入所给文法的源程序字符串,输出二元组构成的序列。附有实验报告,Using C language to write a lexical analysis program, enter the source string to the grammar, the output sequence of binary units. With the experimental report
Lex
- 学习编译原理时候的小作业,模拟实验了词法分析程序,比较简单-Simulation of the lexical analysis procedure is relatively simple
lexicalanalyzer
- cmm语言词法分析程序,这是本人第一次独立的完成一个小实验,望大家多指教-cmm language lexical analysis procedures, this is my first independent completion of a small experiment, hope all parties to have more advice
1223
- 这是陈火旺院士编的编译原理里面的实验,里面有词法分析,语法分析等实验的代码。-This is a compilation compiled by Academician Chen Huo-wang inside the experimental principle, which has lexical analysis, syntax analysis, experimental code.
Compiler
- 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
analysis-and-code-generation-of-Tiny
- 编译原理实验,编译TINY及其词法分析、语法分析、语义分析、代码生成,其中包含实验报告分析、代码和结果。-Compiler theory test, compile TINY and lexical analysis, syntax analysis, semantic analysis, code generation, which includes analysis of test reports, code and results.
97129012cocorc
- 自己写的关于编译原理的实验报告的源代码,只要是词法和语法的分析用的,很适用的-Wrote it myself on the principle of the experiment report compiled source code, as long as it is lexical and syntax analysis, it is applicable
cifafenxi
- 实验题目:词法分析器 一、实验目的: 设计、编制、调试一个词法分析子程序-识别单词,加深对词法分析原理的理解。-Experimental subjects: a lexical analyzer, experimental purposes: the design, preparation, debug a subroutine lexical analysis- to identify words, deepen understanding of the princ
cifafenxi
- 编译原理实验的词法分析,包括测试代码和分析器源程序以及程序说明-Compiler Construction Principles of lexical analysis experiments, including test code and source code analyzer, as well as descr iption of the procedures
bianyiyuanlishiyan
- 相当强悍,学编译原理的绝不能错过! ------------------------------------ 编译原理的几个实验: 1.词法分析 2.语法分析 3.表达式求值 4.四元式中间代码 有C和VC两个环境、-Very tough, learning to compile principle must not be missed!------------------------------------ Compilation Principle of sev
define
- define 编译原理词法分析器 八、 实验一:设计SAMPLE语言的词法分析器 检查要求: a) 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音); b) 请求输入测试程序名,键入程序名后自动开始词法分析并输出结果; c) 输出结果为单词的二元式序列(样式见样板输出1和2); d) 要求能发现下列词法错误和指出错误性质和位置: 非法字符,即不是SAMPLE字符集的符号; 字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行);
Lexicalanalysis
- 词法分析算法源代码,对输入的词法进行特定的分析。是编译原理课中做的实验-Lexical analysis algorithm source code, on the importation of specific lexical analysis. Classes are compiled in principle to do the experiment
ll1
- LL(1)分析实验,根据语法规则逐一分析词法分析时得到的属性字
simple1
- 本文是关于编绎原理中词法分析的重要内容,严格实验所以要求.-Sounds of this article is about the principle for lexical analysis of the essential content, so the strict requirements of the experiment.
Lexan
- 编译器的第一个环节,词法分析,我们上的编译原理的第一次实验-Compiler of the first session, lexical analysis, we compiled on the principle of the first experiment
biyiyuanlishiyan
- 本次实验,掌握词法分析、语法分析和产生四元式的设计-just a simple complie
ReversePolish
- 编译原理实验进行语法和词法分析,分析结果是用逆波兰式的形式输出。-Experiment carried out to compile grammar and lexical analysis and the results are reverse Polish form of output.