如果要转,还不如混合编程,直接在c中调用fortran
A Fortran to C Converter We describe f 2c, a program that translates Fortran 77 into C or C++. F2c lets one portably mix C and Fortran and makes a large body of well-tested Fortran source code available to C environments.We describe f 2c, a program that translates Fortran 77 into C...
f90 是新的自由格式的fortran代码 fortran 90 .f 是采用固定格式的fortran代码fortran 77,有一定的区别,但都能达到相同的目的。fortran 90是由fortran77发展而来了,增加了一些功能,更加方便。用哪种编译器都可以,因为.f是低级版本的fortran文档,一般高级都支持低级,这个应该没有问题。
1.CVF Compaq Visual Fortran (CVF), 当今PC平台上功能相当强大与完整的Fortran程序开发工具,还用于Abaqus的开发。1997年,微软将Fortran PowerStation卖给DEC之后,微软就不再出版Fortran编译器了。后来DEC并入了Compaq,再后来Compaq又和HP合并了。现在最新的版本是HP出的Fortran for Windows v6.6,现在HP/Compaq...
Thornburg. f2c - Fortran to C Converterfile:a.cpp# 49、include #include extern Cvoid _stdcall TESTA(int *);void main()double a = sin(1.00);couta=a;int ii=1;TESTA(&ii);file:b.fSUBROUTINE TESTA(IA)WRITE(*,*) IA=, IARETURNEND编译提示错误:Linking.dfor.lib(matherr.obj) : error ...
13. F2C - Fortran to C Translator This is a well-known Fortran to C converter that comes with source code. The site also includes pre-compiled binaries (executables) for MSDOS and Microsoft Windows, although these are by no means the only systems supported - the compiler works on Unix sys...
Fortran programming language FORTRAN Source Code Fortran Source File FORTRAN To C Converter Fortran to Common Lisp Fortran to Python Interface Generator Fortran V Fortran VI Fortran Xml Fortran-Linda Fortran-Plus FORTRANSIT Fortrash Fortrat parabola Fortread ▼Complete...
FORTRAN To C Converter Fortran to Common Lisp Fortran to Python Interface Generator Fortran V Fortran VI Fortran Xml Fortran-Linda Fortran-Plus FORTRANSIT Fortrash Fortrat parabola Fortread fortress fortress fortress Fortress Artillery Fortress Energy, Inc. Fortress Forever Fortress International Group, ...
Three tools to deal with Fortran code: fixed to free source form converter, upper- to lowercase converter, formatter for variable declarations python converter legacy fortran developer-tools auto-formatter punchcard portability fortran77 fortran90 Updated Feb 17, 2024 Python mwallerb / fsource Sta...
C AUSGABE: & YA, IERR, RET) should be SUBROUTINE ISO10300_2014_F_YJ_YA_B2( YA, IERR, RET) It looks like a partial conversion from Fortran 77 fixed format to Fortran 90 free format, possibly caused by mistake in a format converter which limits line lengths. If you have lines which ...