Fortran 77 Tutorial
✍ Scribed by Erik Boman, Sarah T. Whitlock, Paul H. Hargrove -
- Tongue
- English
- Leaves
- 43
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
Stanford University, 43p.
Preface.
What is Fortran?
Fortran basics.
How to use Fortran on the Unix computers at Stanford.
ariables, types, and declarations.
Expressions and assignment.
Logical expressions.
The if statements.
Loops.
Arrays.
Subprograms.
Arrays in subprograms.
Common blocks.
Data and Block Data Statements.
File I/O.
Simple I/O.
Format statements.
Numerical Software.
♦ BLAS.
♦ LAPACK.
♦ How to use libraries (Unix).
♦ How can I find what I need?
Programming style.
Debugging.
Fortran resources on the Web.
✦ Subjects
Информатика и вычислительная техника;Информатика (программирование);Программирование на FORTRAN
📜 SIMILAR VOLUMES
Standford University, 1997. — 24 p.<div class="bb-sep"></div>Preface.<br/>Main Features of Fortran 90.<br/>How to use Fortran 90 on the Unix computers at Stanford.<br/>Basic program structure.<br/>Logical expressions.<br/>Loops.<br/>Arrays.<br/>Subprograms.<br/>Modules.<br/>Derived data types.<br/>M