搜索资源列表
编译原理课程设计与实现(毕业设计)
- 环境:windows98/2000/xp,Visula C++6.0下编译通过.毕业设计的题目,基本上按照编译原理的步骤实现的,有词法分析,检查,表成式生成等,我想大家应该都会喜欢的!-environment : windows98/2000/xp, Visula 6.0 C compiler through. Graduation topic, basically compiled in accordance with the principle of the steps, lexical a
实现画图的编译器
- 一个简单的编译器,可以实现简单的画图语句的解析,最终画出简单的图形。涉及程序编译器的实现几个步骤,词法分析,语法分析,语义分析,等等。-a simple compiler can achieve a simple drawing of analytic statement, the final draw simple graphics. The procedures compiler in several steps, lexical analysis, grammar analysis, se
numerical_analysis
- 在程序设计部分主要讨论了在读写函数表达式时,词法分析与语法分析的C++实现方法,这也正是本程序编写的难点与重点。之后介绍了复化求积法和Romberg求积法的编写步骤及方法以及数值积分的实现方法。-in the process of discussing some of the major functions of the reader expression, lexical analysis and parsing of C + + methods, which is precisely wha
jd-gui-0.3.3.windows
- 反编译工具,可以和dex2jar-0.0.7.8-SNAPSHOT.zip一起使用,反编译android程序,具体方法步骤百度一下-Decompilation tools and dex2jar-0.0.7.8-SNAPSHOT.zip used, decompile android procedures, specific methods and steps at Baidu
ll(1)YUFAPANDUAN
- 学编译原理时写的一个语法分析程序 分类:C/C++技术交流 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (5)由总控算法判断输入符
sufuyouxiansuanfa
- 编译原理 实现算符优先算法的方法及具体实现步骤,相信对大家有很大的帮助的-Compiler to achieve the principle of the priority operator algorithm and specific implementation steps, I believe we have a lot of help
suanfuyouxianfenxiqi
- 【目的】 设计一个算符优先分析器,理解优先分析方法的原理。 【要求】 使用算符优先分析算法分析下面的文法: E’ → #E# E → E+T | T T → T*F | F F → P^F | P P → (E) | i 其中i可以看作是一个终结符,无需作词法分析。具体要求如下: 1. 如果输入符号串为正确句子,显示分析步骤,包括分析栈中的内容、优先关系、输入符号串的变化情况; 2. 如果输入符号串不是正确
Form1
- c#编写 浮点数的DFA 由自动机模式构造 内涵详细步骤 -c# float prepared by the DFA automaton model of tectonic connotation of the detailed steps
yufafenxichengxu
- 用c++实现的编译步骤中的语法分析器,能够判别一段代码是否符合程序的语法-Using c++ compiler implementation steps grammar analyzer can determine whether the procedure code section of the grammar
TheParsingProcessofWordsandSyntaxinCompilerbymysel
- 我自己写的一个C - 语言的词法分析与语法分析两个编译步骤,其中将词法分析和语法分析包含在同一次扫描中,即完成词法和语法分析总共只扫描源程序一遍。-I wrote it myself a C- language, lexical analysis and syntax analysis of two compile steps, which will lexical analysis and syntax analysis is included in the same scan, that i
CompilerDesign
- This a prototype for the Compiler design basic steps written in java. A tokenizer to get the tokens from the Input code.-This is a prototype for the Compiler design basic steps written in java. A tokenizer to get the tokens from the Input code.
cffxq
- 词法分析器实验报告,内容详细,步骤很完整,有利于新人进一步认识学习编译原理-Lexical analyzer test report in detail, the steps are complete, is conducive to study and compile a better understanding of new principles of
119128660ds1302
- (内容包括:课题的意义,所属领域的发展状况,本课题的研究内容、研究方法、研究手段和研究步骤以及参考书目等。)-(Content includes: the significance of the subject, what their state of development areas, the study of this subject content, research methods, research tools and research steps, as well as bibli
Binary_search
- Binary search example. Let you search binary tree. It is simple example for beginners. It will help to learn using binary tree for search in simple steps.
complier
- 编写识别表达式文法的合法句子的预测分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、分析栈、剩余输入串和所用产生式。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-Write a sentence identifying the legitimate expression grammar prediction analysis program, the input string of arbitrary symbols, given the analy
Compilation
- 编译过程 讲解编译过程 分解编程步骤 有利于学习-Explain the process of decomposition of the build process compiled programming steps conducive to learning
bison
- BISON 介绍了一种YACC 语法解析器的原理和产生yacc脚本的方法,给出了如何使用BISON制定语法的步骤和语法文件产生的过程。-BISON describes a principle and YACC parser yacc generated scr ipt method shows how to use BISON steps to develop grammar and syntax files generated by the process.
gcc
- steps to configure gcc compiler in fedora
TMS320LF240X-Debugging-environment
- 介绍了TMS320LF240X的调试环境代码编译器CC,同时介绍 了调试一个程序的简单步骤-Describes the debugging code compiler environment CC of TMS320LF240X, also introduced the simple steps to debug a program
cifafenxi
- 实验要求: 1.单词种别编码要求基本字、运算符、界符:一符一种;标识符:统一为一种;常量:按类型编码; 2.词法分析工作过程中建立符号表、常量表,并以文本文件形式输出; 3.词法分析的最后结果以文本文件形式输出; 4.完成对所设计词法分析器的功能测试,并给出测试数据和实验结果; 5.为增加程序可读性,请在程序中进行适当注释说明;-Experimental requirements: 1. Word kinds of other coding requirements o