好象是个法国的Fortran专家的个人主页。里面包含了几个有用的程序:包括
- Moware-1.0, The Fortran 90 pre-processor (and, in Michel's humble opinion, pretty-printer), and the three other utilities, in a single directory with a Makefile. All you should need is a make utility and a Fortran 90 compiler, but please report bugs and errors.
- f90ppr.f90, The Fortran 90 pre-processor and pretty-printer, as a single file.
- f90ppr.1, The corresponding man page.
- f90pp, The command-line interface for Unix to Fortran 90 pre-processor and pretty-printer, by Michael Steffens.
- f90split.f90, Fortran 90 free source form equivalent of the well-known fsplit utility for splitting large files into separate ones for each procedure.
- f90tops.f90, Fortran 90 free source form to PostScript converter, marking indentation in the margin.
- f90aib.f90, Interface bloc generator for Fortran 90 (alpha version). It is based on f90ppr, so output and input form may be controlled with the same macros.
- obtfmt.f90, A simple program that, given a string representing a number, returns a Fortran format that can be used to read it.
其中有一个我找了N久的程序,就是把Fotran源代码转成PS的程序。。。这下方便多了。。。嘿嘿,他的地址在下边。
评论