正文

刚发现的Fortran的几个有用的小程序2006-04-09 20:58:00

【评论】 【打印】 【字体: 】 本文链接:http://blog.pfan.cn/atom/12173.html

分享到:

好象是个法国的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的程序。。。这下方便多了。。。嘿嘿,他的地址在下边。

http://www.ifremer.fr/ditigo/molagnon/fortran90/

阅读(4688) | 评论(0)


版权声明:编程爱好者网站为此博客服务提供商,如本文牵涉到版权问题,编程爱好者网站不承担相关责任,如有版权问题请直接与本文作者联系解决。谢谢!

评论

暂无评论
您需要登录后才能评论,请 登录 或者 注册