F77 is a directory of FORTRAN77 programs which demonstrate some features of the FORTRAN77 programming language.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
C is a directory of C programs which includes some examples on features of the C language.
CPP is a directory of C++ programs which includes some examples on features of the C++ language.
F77_INTRINSICS is a directoryof FORTRAN77 programs which includes some examples of the use of intrinsic functions included with the FORTRAN77 standard language.
F90 is a directory of FORTRAN90 programs which includes some examples on features of the FORTRAN90 language.
MAKEFILES is a directory of FORTRAN77 programs which has some examples of using makefiles with a set of FORTRAN77 files.
MATLAB_F77 is a directory of MATLAB programs which contains examples in which a MATLAB program calls a FORTRAN77 function, using MATLAB's MEX facility.
MIXED is a directory of FORTRAN77 programs which shows some examples of writing a program partly in FORTRAN77 and partly in some other language.
MPI is a directory of FORTRAN77 programs which shows how to set up parallel programs in FORTRAN77.
TIMESTAMP is a FORTRAN77 library which shows how to get a timestamp.
HELLO is just a "Hello, world!" program. Files you may copy include:
RANDOM_NUMBERS shows one way to generate random numbers, given that FORTRAN77 does not specify a built in random number generator. Files you may copy include:
You can go up one level to the FORTRAN77 source codes.