Download free Fortran 90 Programming language course material, tutorial training, a PDF file by Tadziu Hoffmann & Joachim Puls.
Table of contents
A FORTRAN program is primarily a sequence of instructions in ASCII characters. The file containing these instructions must end in .f, .F (or .f90 or .F90 if Fortran 90 has followed for writing files).
In FORTRAN 77, the lines are limited to 80 characters. The first 6 characters have a special status:
A line corresponding to a normal statement starts at character 7 (after 6 white characters).
A character "c" or "!" in the first column means that the line is a comment line.
Any character in the 6th column indicates that the line is the continuation of the previous line.
Uppercase and lowercase letters are undifferentiated in Fortran.
A Fortran program starts with a "program" statement and ends with an "end" statement.
In Fortran 90, we can write from the first character. Comments start with one! Lines can exceed 80 characters.
Essentially, there is upstream compatibility between the two versions of Fortran, ie a code written in Fortran 77 can be compiled fortran 90/95. However, this does not concern the writing format described above. If we follow the format fortran 77, we will name the file program.f. If we follow fortran 95, program.f90. In any case, the compilation will be done with the same command g95.
Size : | 116.168 Kb |
File type : | |
Downloads: | 325 |
Created: | 2018-05-21 |
Introduction to Programming using Fortran 95/2003/2008
Download free course The Official Raspberry Pi Handbook 2022, pdf file on 204 pages by Wes Archer, David Crookes, PJ Evans, Gareth Halfacree, Rosie Hattersley, Phil King, Nicola King, KG Orphanides....
GUI Design for Android AppsDownload free course GUI Design for Android Apps, pdf file on 147 pages by Ryan Cohen, Tao Wang....
Csharp programmingDownload C# PDF Tutorial for free, it consisting of 29 chapters and 175 pages covering all the most important C# concepts. This tutorial is intended for beginner programmers, and we recommend you to go through all the chapters, to get the most out of it as possible....
Getting started with vbscriptDownload free vbscript tutorial course in PDF, training file in 10 chapters and 29 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
Download free OOP tutorialDownload free OOP tutorial course in PDF, training file in 8 chapters and 24 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
Getting started with SharepointDownload free Sharepoint tutorial course in PDF, training file in 10 chapters and 75 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
C# and .NET course14 lessons to get you started with C# and .NET, free PDF tutorial by Jonathan Worthington ....
Eclipse project : briefing materials...
Python Multithreading free PDFDownload free course Python Multithreading free PDF, pdf file on 6 pages by tutorialkart.com....
Getting Started with JPADownload a free PDF tutorial about JPA (Java persistence Application) ,training document material on 6 pages designated to beginners....