CS 162 Viewgraph Copies

Schedule

Office Hours

Textbooks

Course Outline

Grading

Demonstrations

Sample Code

Assignments

Students' Work

Viewgraphs

Additional Materials

Related URLs

Archived Mail

Home

Viewgraph copies are stored as Postscript files.

  1. Aviewgraph file can be retrieved by the Web browser. To retrieve a viewgraph file, click on the label for that viewgraph.

  2. A viewgraph file displayed by ghostview can be printed by selecting the File then the Print ... options.

  3. Postscript files are actually stored in directory /nfs/stak/a2/classes/cs/minoura/cs161/vg on COE machines. Hence, they can be printed by the command, e.g., lp -d dear115 vgJavaIntro2up.ps, where dear115 is a printer name.
Unix Unix Introduction
JavaIntro Java Introduction
Findng Maximum Number Example of StepTest framework application
Search Searching Algorithms
Sort I Sorting Algorithms, Part I
Recursion Recursive Programming, Maze
Quick Sort Quick Sort Algorithm
Merge Merge Algorithm
Merge Sort Merge Sort Algorithm
OOAD Object-Oriented Analysis and Design
GUI Graphical User Interfaces
Software Engineering Software Development Process