搜索资源列表
编译原理课程设计报告书
- 词法分析中2.实验内容 SAMPLE语言语法分析部分的实现。 输入:词法分析后得到的token.txt文件. 输出:程序中的语法错误的所在的行和列,出错原因. 功能:读入词法分析后得到的TOKEN串,识别不同的语法范畴,并识别其中的 语法错误,同时显示错误所在行,列和错误的原因. -2. SAMPLE experiment as part of language syntax analysis of the achievement. Input : lexical ana
bianyishiyanyiyufafenxiqi
- c++编写的编译语法分析器,功能一般,能分析基本的表达式,这是我们编译的第一个实验,真是难做啊-c prepared by the parser compiler, functional general, the basic analysis of the expression, and this is our first translation of an experiment is difficult ah
LL(1)文法——vc
- LL1文法的vc实现,编译原理的实验用得着的,对学习编译很有帮助!-LL1 grammar vc realization of the principle of compiling the experiment worthwhile to study compiled helpful!
C编译器源代码——c++
- C编译器源代码,编译原理实验或课程设计,很好的参考。-C compiler source code, compile principle experiment or curriculum design, good reference.
S语言词法分析程序
- 一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token) 二、 实验要求 要求实现编译器的以下功能: 组织源程序的输入 按规则拼写单词,并转换成二元形式 删除空格及无用符号(如回车符,字符常数的引号符等) 发现并定位错误 建立单词表、符号表、常数表等文件 三、 实现方法 数据结构 1、
cifa11111111111111
- 一个MFC经典的词法分析器,给大家提供.针对编译原理的实验对你可能有帮助,-a classic lexical analyzer for you. Principle against the compiler on your experiment may help
bianyiyuanliyufafenxiqi
- 编译原理的语法编译器实验报告,适合大学编译原理实验-compiler principles of grammar compiler experimental report compiled for the University of principle experiment
编译原理第一次实验内容
- 编译原理第一次实验内容- Translation principle first experiment content
yacc_LL1
- 编译原理实验中的yacc源码,是一个基于小类C语言的yacc程序,有助于学习yacc的编写。-principle experiment compiler generates the source code, is based on a subset of the C language yacc procedures, contribute to the preparation of learning yacc.
jiandanyouxian
- 我前一段时间,做的一个编译原理实验的作业 请大家为我多提意见-some time ago I was doing a translation principle experiment Operating I invite you to do so
bianyi(LL1)
- C实现的LL1文法!!! 是我们编译原理课程的一个小实验-C realized LL1 grammar! ! ! We compiler theory courses a small experiment! !
byylsy3
- 编译原理实验中的词法分析器,软件有待改进 但基本可用-compiler principle experiment of a lexical analyzer, software to be available to improve basic
pTC-yuyanfenxi
- PL/0语言的词法分析程序,可以总结的输出各种字符的个数!是编译原理的实验之一!-PL / 0 language lexical analysis procedures can be summed up various characters in the output of the number! Is to compile one of the tenets of the experiment!
Soft20060210105922892
- 这是学《编译原理》时的上机实验。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,自以为是一个不错的词法分析程序。运行环境为VC++6.0。-This is the time for "compiler theory," the experiment on the plane. To be able to achieve C language lexical analysis, keyword 32, C con
Cdefenxiqi
- 一个小语言的词法分析程序,可以给初学者试试手,很不错的哦.. 也可以帮你完成实验的哦!-a small language lexical analysis procedure to beginners can try hands, Oh, very good .. can help you complete the experiment!
LexicalAnalysis1
- 语法分析器 用C++6.0编写 编译原理实验报告 词法分析程序 带实验报告 -Parser 6.0 C compiler principle experiment report lexical analysis program with experimental report
nibolan-convention
- 这是我大三做编译原理实验时总结出来的逆波兰转换程序-This is the church I do compiler principle experiment concluded, the reverse conversion Poland
experimentofll(1)
- 编译原理实验ll(0)预测表分析法,编译调试通过.检查是没问题了.-compiler principle experiment'll (0) projections for analysis, debugging through compiler. Inspection is not a problem.
LCD
- LCD显示实验。要求熟悉LCD显示的驱动原理,在实验板的LCD显示屏上显示“FPGA”,并且尝试任意字符的显示方法,动态显示的设置。-LCD display experiment. Requirements are familiar with LCD display drive principle, the experiment LCD panels display FPGA , and try any of the characters display methods, dynamic di
Compile-principle-experiment-report
- Compile principle experiment report
