-
本程序是用pascal语言编写的编译原理小程序,包括词法分析,语法分析,语意分析,优化及目标代码生成...
本程序是用pascal语言编写的编译原理小程序,包括词法分析,语法分析,语意分析,优化及目标代码生成-this procedure is used pascal language compiler principles of small programs, including lexical analysis, grammar analysis, semantic analysis, optimization and object code generation
- 2022-01-28 20:34:30下载
- 积分: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
-
xml解析器,非常好的一个xml解析器
xml解析器,非常好的一个xml解析器-xml analysis, an extremely good xml analysis
- 2023-02-08 23:35:04下载
- 积分:1
-
一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。...
一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。-Ftnchek (short for Fortran checker) is designed to detect certain
errors in a Fortran program that a compiler usually does not. Ftnchek
is not primarily intended to detect syntax errors. Its purpose is to
assist the user in finding semantic errors. Semantic errors are legal
in the Fortran language but are wasteful or may cause incorrect
operation. For example, variables which are never used may indicate
some omission in the program uninitialized variables contain garbage
which may cause incorrect results to be calculated and variables
which are not declared may not have the intended type.
Ftnchek is written in C. To build ftnchek, you must have a C compiler
for the machine on which you wish to build it. The URL for ftnchek s
home page is http://www.dsm.fordham.edu/~ftnchek. Source code, binary
executables for some platforms, and other information are available
there.
- 2022-10-03 22:40:03下载
- 积分:1
-
使用lex词法分析生成工具。一个字符串的输入…
利用LEX生成工具构造PASCAL词法分析器。输入一个字符串或是数,分析器将判别是否为PASCAL标准标识符、保留字、整数或实数,并同时把当前的输入再次打印出来。-use LEX generation tool is PASCAL lexical analyzer. The importation of a string or number analyzer to determine whether it will PASCAL standard identifier and reserved word, integer or real, and while the current importation of printed again.
- 2023-03-11 12:30:04下载
- 积分:1
-
一个C的词法分析程序
一个C的词法分析程序- A C lexical analyaer
- 2023-01-13 02:40:04下载
- 积分:1
-
简单的语言词法和语法分析,包括令牌字符串填充,…
simple语言的词法和语法分析,包括token串的填写,符号表的填写,四元式的生成
-simple language morphology and syntax analysis, including token strings fill in, fill in the symbol table, the generation of type Quaternion
- 2023-01-16 07:40:03下载
- 积分:1
-
编译原理的词法分析器
编译原理的词法分析器-Compilation Principle of lexical analyzer
- 2022-02-01 11:28:20下载
- 积分:1
-
OllyMachine是在VC 6.0下开发的,请打开OllyMachine.dsp,然后按F7编译。它大约有10000行源代码,主要分成两个大类:Assemb...
OllyMachine是在VC 6.0下开发的,请打开OllyMachine.dsp,然后按F7编译。它大约有10000行源代码,主要分成两个大类:Assembler和VM。
- 2022-11-16 14:00:03下载
- 积分:1
-
一些开发软件和资料,对开发有帮助,可以
一些开发软件和资料,对开发有帮助,可以-some software development and information to help develop, we can
- 2022-01-25 19:16:39下载
- 积分:1