Fortran

我的Fortran基本用法小结

作者:gator
目录:
一、说明
二、概述
三、数据类型及基本输入输出
四、流程控制
五、循环
六、数组
七、函数
八、文件
一、说明
本文多数内容是我读彭国伦《Fortran 95 程序设计》的笔记。只读到第九章,主要是3~9
章,都是最基本的用法(原书共16章)。这里主要摘录了我看书过程中总结的一些Fortran和C不
同的地方,主要是语法方面。希望这份笔记能够给学过C但没有接触过Fortran的同学带去一些帮
  

Fortran学习的一些建议

2006-8-6
相信大家都对C语言有一定的了解,其实Fortran跟C相差不是很多。
我把自己认为比较合理快速学习Fortran的方法说下。
学习Fortran,会遇到Fortran77&Fortran90等等,两者差别不大,建议学习Fortran90或更
高,更加自由些(仅对一般用而言,其他优势可能体现不出来),对自己以后学习他
的程序包也会有好处。
大家一般只是为了编程为了计算而学Fortran,而不是为了学习Fortran而学Fortran,所以
  

一些免费的Fortran编译器

Free Fortran Compilers

取自 http://www.thefreecountry.com/compilers/fortran.shtml
This page lists free Fortran compilers for various operating systems. Some of the compilers are compliant with the ANSI Fortran 77 specifications, others with Fortran 95, and so on. Some of them may also come complete with debuggers, editors and an integrated development environment (IDE).

聚合内容