Fortran from its
development was intended for translating scientific equations into computer
code. Topics covered includes: A very brief history of Fortran, Coding in UNIX,
Compiling in UNIX, Fortran 90 v. FORTRAN 77, Basic Fortran, Program Format, Data
Types, Declaration, and Parameterization, Operations and Logical Expressions,
Precision, Intrinsic Functions, Input, Output and Format Descriptors, Control
Structure, Subroutines, External Functions, and Modules, Arrays, Derived Data
Types.
This PDF covers the following
topics related to Fortran : Fortran Background, Creating and Compiling Fortran
Code, A Simple Program, Basic Elements of Fortran, Repetition: do and do while,
Decision-Making: if and select, Arrays, Text Handling, Functions and
Subroutines, Input and Output, Modules.
This PDF covers the
following topics related to Fortran : FORTRAN Layout, Basic Data Types,
Arithmetic Expressions, Intrinsic Functions, Basic Input and Output, DO loops,
General Form for Method 2, IF and IF blocks, Parameter Declaration, Modifying
Index Ranges, etc.
This note covers introduction,
UNIX commands, How to get started, Fortan structure, Declarations, Opening
files, Reading data, If statement, Array, Do loop, Format, Subprograms, Nag
routine, Compiling run and linking and debugging.
This note covers the following
topics: Introduction to Computer System, Computer Programms, Fortran
Evolution,Fortran 90 Programming, Language elements, Data Objects, Expression
and Assignment, Control Flow, Mixing Objects of different types, Intrinsic
Procedures, Simple Input/Output, Arrays, selected Intrinsic Functions, Object
Orientation, Modules, Pointers and Targets, Complex Data Types and Handling
Exceptions.
This
note covers the following topics: Computer Systems, Fortran Evolution,
Language Obsolescence, Object oriented programming, Fortran 99 programming, ata
Objects, Expressions and Assignment, Control Flow, Mixing Objects of Different
Types, Mixing Objects of Different Types, Intrinsic Procedures, Simple Input
Output, Arrays, Selected Intrinsic Functions.
Author(s): AC Marshall with help from JS Morgan and JL Schonfelde
This is an overview of Fortran
95 language features. Topics covered includes: Language elements, Intrinsic data
types, Expressions and assignments, Control statements, Program units and
procedures, Array handling, Pointers, Intrinsic procedures, Data transfer and
Operations on external files.