-
中间代码基本块划分(C++)程序源代码+课程设计报告
实现编译原理中代码优化的功能...
中间代码基本块划分(C++)程序源代码+课程设计报告
实现编译原理中代码优化的功能
-Intermediate code into basic block (C++) Source code+ Curriculum design report on the achievement of the compiler code optimization principle in the function of
- 2022-03-22 07:31:24下载
- 积分:1
-
一个c++de的词法分析此程序可以通过读一个文本文件来进行词法分析...
一个c++de的词法分析此程序可以通过读一个文本文件来进行词法分析-a lexical analysis of this procedure can read a text file for lexical analysis
- 2022-08-12 23:18:30下载
- 积分:1
-
语法分析.h,对一个文法给以判断所给的句子是不是文法所生成的。...
语法分析.h,对一个文法给以判断所给的句子是不是文法所生成的。- The grammar analysis h, gives the sentence to a grammar which
the judgement gives is the grammar produces.
- 2022-01-25 22:19:44下载
- 积分:1
-
input is a regular expression, you can use : lowercase letters or numbers, said...
输入一个正则表达式,可以使用: 小写字母或数字,表示终结符;*,闭包;+,并集;~,补集;E,空串;O,空集 然后程序将生成 相应的NFA,以及化简之后的DFA,最后再输入一个字符串,程序判断它是否满足该正则表达式-input is a regular expression, you can use : lowercase letters or numbers, said Fu end;* Closure; , And set; To complement the set; E, empty string; O, empty set procedures will then generate the corresponding NFA, and the simplification of the DFA after finally lose into a string, procedures judgment whether it is to meet the regular expression
- 2022-06-14 20:06:53下载
- 积分:1
-
对给定的文法消除左递归。
对给定的文法消除左递归。- To the grammar which assigns eliminates the left recursion.
- 2022-02-25 19:34:52下载
- 积分:1
-
JavaStruts Chinese documents. This is a very good struts help the Chinese docume...
JavaStruts 中文文档. 这是一本很好的struts的中文帮助文档, 在网上很难找到。-JavaStruts Chinese documents. This is a very good struts help the Chinese documents, the Internet is hard to find.
- 2023-07-17 05:35:04下载
- 积分:1
-
该文件是一个简短的语法分析文法,是用来实现LL1文法的,适用于初级学者!...
该文件是一个简短的语法分析文法,是用来实现LL1文法的,适用于初级学者!-this is a ll1 gramer!
- 2022-01-25 17:59:52下载
- 积分:1
-
本工具提供一个词法分析器和语法分析器的集成开发环境,同时提供与其他C程序编译器连接的接口,使用相当方便...
本工具提供一个词法分析器和语法分析器的集成开发环境,同时提供与其他C程序编译器连接的接口,使用相当方便-The Tool provide an IDE for Syntactic and phrase parser,also provide interfaces for other c comiler, which is very convenient
- 2022-06-18 18:58:15下载
- 积分:1
-
中山大学编译原理课程的一个实验,根据OPP(算符优先)做的一个表达式计算器。
内有实验的设计文档。
实验要求支持sin,cos,max,min,powe...
中山大学编译原理课程的一个实验,根据OPP(算符优先)做的一个表达式计算器。
内有实验的设计文档。
实验要求支持sin,cos,max,min,power,mod,boolean,?:,等运算。
这个代码可以为学习编译原理的同学参考。-Principles of Sun Yat-sen University to compile an experimental course, according to OPP (operator priority) to do an expression calculator. There are experimental design documents. Experimental requirements to support the sin, cos, max, min, power, mod, boolean,?:, Such as computing. This code can be compiled for study and reference principles classmates.
- 2023-02-13 08:30:04下载
- 积分:1
-
这是一个词法分析程序,能够区分标识符、数字、表达式。程序输入为一个文件,程序结果保存到一个链表中。...
这是一个词法分析程序,能够区分标识符、数字、表达式。程序输入为一个文件,程序结果保存到一个链表中。-This is a lexical analysis procedure and can distinguish identifier, figures and expression. Procedures for the importation of a document, the results of the proceedings to preserve a Linklist.
- 2022-09-26 21:45:02下载
- 积分:1