REACTOR_SIMULATION is a FORTRAN90 program which simulates the shielding effect of a slab intended to absorb or reflect most of the radiation from a neutron source. This program is intended as a simple demonstration of Monte Carlo simulation as applied to the analysis of complicated probabilistic systems.
REACTOR_SIMULATION is an example program that was developed in the book "Numerical Methods and Software".
HODGE, a C program which implements a 2D cellular automaton, that can be regarded as a model of the spread of an illness, and whose parameters can be tuned to exhibit stability, regular waves, or a variety of chaotic behavior. This is a simplified version of a program by Martin Gerhardt and Heike Schuster
ISING, a FORTRAN90 program which simulates a 3D Ising model of local variations in magnetism;
LIFE_OPEN_GL, a C program which uses OpenGL to display the evolution of John Conway's "Game of Life", by Simon Green.
MD1, a FORTRAN90 program which carries out a simple molecular dynamics simulation;
MD2, a FORTRAN90 program which carries out a simple molecular dynamics simulation;
MD3, a FORTRAN90 program which carries out a simple molecular dynamics simulation;
MD3GLUE, a FORTRAN90 program which carries out a simple molecular dynamics simulation;
MDDISK, a C program which simulates a fluid modeled as a collection of soft disks, by Dennis Rapaport;
NMS is a FORTRAN90 library which accompanies the book "Numerical Methods and Software", from which the REACTOR_SIMULATION program was extracted.
UNIFORM is a FORTRAN90 library which generates pseudorandom uniform numbers.
XFIRES, a C program which models the occurrence of fires in a forest, and displays the status of the forest using X Windows.
XISING, a C program which models the variations in ferromagnetism in a material, displaying the results using X Windows.
XWAVES, a C program which simulates the behavior of solutions of certain forms of the wave equation, displaying the results using X Windows.
You can go up one level to the FORTRAN90 source codes.