Unix Tools X52.9546
Fall 1998 Section 1 Home Page
Affiliation
Fall 1998 dates
See the students, their home pages, and fingers
- Section 1
(Wednesday)
touch sensitive class photo
- List the Fall 1998
students
by name.
C source code
- The source code for the moon program is in the directory
/home/m/mm64/46/moon
.
- moon.h
- moonmain.c
- moonphase.c
- moondraw.c
-
The
dbx
sample program:
- primemain.c
- primeis.c
-
The
make
sample program in Handout 6, pp. 19-20
is in the directory
/home/m/mm64/46/make
.
- func.h
- var.h
- main.c
- func.c
- var.c
- makefile
Corrections to the Handouts
Miscellaneous
Homework 3.4
Images on the Internet are stored in .gif or .jpeg files.
The pbmplus library contains a
giftoppm
command to convert an image from gif format to
ppm format.
We wrote a library of C functions to manipulate the converted image:
make a negative, turn up the contrast, mirror image, etc.