Unix Tools X52.9546

Fall 1998 Section 1 Home Page

Affiliation

Reference book

Fall 1998 dates

See the students, their home pages, and fingers

C source code

  1. The source code for the moon program is in the directory /home/m/mm64/46/moon.
    1. moon.h
    2. moonmain.c
    3. moonphase.c
    4. moondraw.c
  2. The dbx sample program:
    1. primemain.c
    2. primeis.c
  3. The make sample program in Handout 6, pp. 19-20 is in the directory /home/m/mm64/46/make.
    1. func.h
    2. var.h
    3. main.c
    4. func.c
    5. var.c
    6. 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.