F77 or FORTRAN77, is an obsolete version of the FORTRAN programming language.
C is a directory which includes some examples on features of the C language.
CPP is a directory which includes some examples on features of the C++ language.
F77_INTRINSICS is a directory which includes some examples of the use of intrinsic functions included with the FORTRAN77 standard language.
F90 is a directory which includes some examples on features of the FORTRAN90 language.
MAKEFILES is a directory which has some examples of using makefiles with a set of FORTRAN77 files.
MATLAB_F77 is a directory which contains examples in which a MATLAB program calls a FORTRAN77 function, using MATLAB's MEX facility.
MIXED is a directory which shows some examples of writing a program partly in FORTRAN77 and partly in some other language.
MPI is a directory 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.