-
是关于算术表达式的翻译程序,有词法分析,语法分析,语义分析和三地址码生成...
是关于算术表达式的翻译程序,有词法分析,语法分析,语义分析和三地址码生成-it is a program which is to translate the compute
expression.it contains accidence analysis,gramar analysis ,lexeme analysis and three-addr code grenerate.
- 2023-02-10 06:40:03下载
- 积分:1
-
递归下降方法实现的类C语言的语义分析程序
递归下降方法实现的类C语言的语义分析程序-recursive method decreased the Class C language semantic analysis procedures
- 2022-04-23 02:55:06下载
- 积分:1
-
编译原理课程设计
算符优先算法的实现
输出FIRSTVT和LASTVT,算符优先表。...
编译原理课程设计
算符优先算法的实现
输出FIRSTVT和LASTVT,算符优先表。-Principles of curriculum design compiler algorithm operator priority output FIRSTVT and LASTVT, operator priority table.
- 2022-07-09 02:40:09下载
- 积分:1
-
朋友给的一个产品的demo程序,说是对学单片机的朋友极其有用...
朋友给的一个产品的demo程序,说是对学单片机的朋友极其有用-Friend to a product demo program, saying it was for school SCM extremely useful to Friend
- 2022-03-18 10:38:37下载
- 积分:1
-
Infix expression into the expression suffix algorithm, and methods for arithmeti...
中缀表达式转换成后缀表达式算法,并求算术表达式的方法。-Infix expression into the expression suffix algorithm, and methods for arithmetic expressions.
- 2022-04-16 16:52:25下载
- 积分:1
-
综合运用所学知识,集成词法分析、符号表管理等程序的成果,编程实现LR(0)算法...
综合运用所学知识,集成词法分析、符号表管理等程序的成果,编程实现LR(0)算法-Comprehensive use of the knowledge, integrated lexical analysis, symbol table management, and so the outcome of the procedure, programming the realization of LR algorithm
- 2022-01-26 03:47:17下载
- 积分:1
-
一个简化的编译器,出自美国编译领域的大师劳顿之手,在UNIX/LINUX环境下实现,适合初学者进行分析...
一个简化的编译器,出自美国编译领域的大师劳顿之手,在UNIX/LINUX环境下实现,适合初学者进行分析-a simplified compiler, the United States compiled from the master Lawton hand, UNIX/LINUX environment realized, the analysis for beginners
- 2022-11-04 02:10:03下载
- 积分:1
-
一个简单的井字游戏程序使用Prolog语言
A simple tic tac toe program using prolog
- 2022-01-26 18:31:11下载
- 积分:1
-
可插入OLE对象的编辑器
可插入OLE对象的编辑器- May insert the OLE object editor
- 2022-07-01 01:20:16下载
- 积分: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