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, C programs which illustrate some features of the C language.
CPP, C++ programs which illustrate some features of the C++ language.
F77_INTRINSICS, FORTRAN77 programs which illustrate the use of intrinsic functions.
F90, FORTRAN90 programs which illustrate some features of the FORTRAN90 language.
MAKEFILES, FORTRAN77 programs which illustrate the use of makefiles.
MATLAB_CALLS_F77, MATLAB programs which call a FORTRAN77 function, using MATLAB's mex facility.
MIXED, FORTRAN77 programs which show some examples of writing a program partly in FORTRAN77 and partly in some other language.
MPI, FORTRAN77 programs which show how to set up parallel programs in FORTRAN77.
TIMESTAMP, 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.