-
一般的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
-
Delphi编的pl0编译器
delphi编的pl0编译器-delphi arranges pl0 compiler
- 2022-12-02 06:40:03下载
- 积分:1
-
pl0, written in C, small and there are examples! Detailed notes
pl0,用C写的,短小精悍,还有实例!详细注解-pl0, written in C, small and there are examples! Detailed notes
- 2022-02-05 16:40:04下载
- 积分:1
-
编译原理PLO语言的功能扩展C语言源程序
编译原理PLO语言的功能扩展C语言源程序-Compilation Principle PLO language extensions C language source code
- 2022-07-19 20:47:30下载
- 积分:1
-
词法分析器的源码,能够通过各种各样的测试
词法分析器的源码,能够通过各种各样的测试-lexical analyzer source, through all kinds of tests
- 2022-10-10 07:40:02下载
- 积分:1
-
VC环境下实现的词法分析,语法分析程序
VC
VC
VC
VC环境下实现的词法分析,语法分析程序
VC
VC
VC-VC environment under the lexical analysis, grammar analysis procedures VC VC VC
- 2022-05-24 16:16:36下载
- 积分:1
-
c语言编译器,3.6版本
lcc version 3.x is described in the book "A Retargetable C Compil...
c语言编译器,3.6版本
lcc version 3.x is described in the book "A Retargetable C Compiler:
Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1).
There are significant differences between 3.x and 4.x, most notably in
the intermediate code. For details, see
http://www.research.microsoft.com/~drh/pubs/interface4.pdf.
-c language compiler, version 3.6 LCC version 3.x is described in the book "A Retargetable C Compiler : Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1). There are significant differences between 3.x and 4.x, most notably in the intermediate code. For details, see http://www.research.microsoft.com/ ~ drh/pubs/interface4.pdf.
- 2023-04-23 15:20:03下载
- 积分:1
-
一个词法分析器的源程序
一个词法分析器的源程序- A morphology analyzer source program
- 2022-07-05 10:56:30下载
- 积分:1
-
Compiler Principle of First Set and Follow procedures set generation, which is m...
编译原理中的First集与 Follow集生成程序,这是我用C++语言写的,希望对大家有点用处。-Compiler Principle of First Set and Follow procedures set generation, which is my C++ languages, we hope to somewhat useful.
- 2022-08-03 11:14:07下载
- 积分:1
-
所上载的是一个用lex与yacc开发的表达式计算器
所上载的是一个用lex与yacc开发的表达式计算器-The upload is a development with lex and yacc expression calculator
- 2022-06-01 06:25:28下载
- 积分:1