Fortran 简明教程

Fortran - Overview

Fortran,源自公式翻译系统,是一门通用、命令式的编程语言。它用于数值科学计算。

Fortran, as derived from Formula Translating System, is a general-purpose, imperative programming language. It is used for numeric and scientific computing.

Fortran 最初由 IBM 于 20 世纪 50 年代开发,用于科学和工程应用。Fortran 长期霸屏此编程领域,并因以下原因而广泛用于高性能计算领域:

Fortran was originally developed by IBM in the 1950s for scientific and engineering applications. Fortran ruled this programming area for a long time and became very popular for high performance computing, because.

支持:

It supports −

  1. Numerical analysis and scientific computation

  2. Structured programming

  3. Array programming

  4. Modular programming

  5. Generic programming

  6. High performance computing on supercomputers

  7. Object oriented programming

  8. Concurrent programming

  9. Reasonable degree of portability between computer systems

Facts about Fortran

  1. Fortran was created by a team, led by John Backus at IBM in 1957.

  2. Initially the name used to be written in all capital, but current standards and implementations only require the first letter to be capital.

  3. Fortran stands for FORmula TRANslator.

  4. Originally developed for scientific calculations, it had very limited support for character strings and other structures needed for general purpose programming.

  5. Later extensions and developments made it into a high level programming language with good degree of portability.

  6. Original versions, Fortran I, II and III are considered obsolete now.

  7. Oldest version still in use is Fortran IV, and Fortran 66.

  8. Most commonly used versions today are : Fortran 77, Fortran 90, and Fortran 95.

  9. Fortran 77 added strings as a distinct type.

  10. Fortran 90 added various sorts of threading, and direct array processing.