-
一般的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
-
编译原理习题vc代码,可供参考
编译原理习题vc代码,可供参考-compiler theory Exercise vc code is available for reference,
- 2023-05-22 02:30:03下载
- 积分:1
-
PL language to the interlanguage compiler, under vc
translates
PL语言到中间代码的编译程序,vc下编译 -PL language to the interlanguage compiler, under vc
translates
- 2022-02-09 19:04:27下载
- 积分:1
-
PL/0分析程序
PL/0分析程序-PL/0 analytical procedures
- 2023-06-09 03:10:03下载
- 积分:1
-
关于编译原理的vc程序
关于编译原理的vc程序- About translation principle vc procedure
- 2022-07-08 17:06:34下载
- 积分:1
-
achieve a compact but complete Java Virtual Machine
一个小巧而且实现很完整的JAVA虚拟机-achieve a compact but complete Java Virtual Machine
- 2022-03-01 07:03:36下载
- 积分:1
-
bochs完整的虚拟机,编译通过哦
bochs完整的虚拟机,编译通过哦-bochs integrity hypothesized machine, the translation passes oh
- 2022-08-22 22:31:07下载
- 积分:1
-
ll(1)语法分析器
ll(1)语法分析器-ll (1) parser
- 2023-04-21 17:00:04下载
- 积分:1
-
这是LL(1)的一个文法和 分析表 很好的
这是LL(1)的一个文法和 分析表 很好的 - This LL (1) a grammar and the analytical table are very good
- 2022-03-21 16:30:24下载
- 积分:1
-
用C++编写的一个简单C语言词法分析器,把需要分析的内容保存在C:input.txt,分
析完毕好保存在C:output.txt...
用C++编写的一个简单C语言词法分析器,把需要分析的内容保存在C:input.txt,分
析完毕好保存在C:output.txt-Using C++ to prepare a simple C language lexical analyzer, the need to analyze the contents stored in C: input.txt, finished the analysis of well preserved in the C: output.txt
- 2022-03-04 19:38:51下载
- 积分:1