Math 378
Resource Page

Return to Course Page

Chapters

Web Sites

Code

Data Files


Chapters


Web Sites


Code

The random number code provided by John Walker is available here. You need RealRandomJW.cxx and RealRandomJW.h. A little program that can show you how to generate random numbers with this code is available here.

The code for the spipe utility is available here.


Data Files

Four test images for the similitude evolver.

The file format for these images is:

P3
description
height width
irelevant byte
b1 b2 b3 b1 b2 b3 b1 b2 b3 b1 b2 b3 b1 b2 b3
[repeat]
Where 255 255 255 means a white pixel and 0 0 0 means a black pixel. There are five pixels per line in normal reading order.

Return to Course Page