CSC 161 Grinnell College Fall, 2013
 
Imperative Problem Solving and Data Structures
 
 

CSC 161 Module on Image Processing with the Scribbler 2

Summary and Main Topics

This module introduces the customizable nature of self-written programs by using structs and 2-dimensional arrays, particularly emphasizing their uses with Myro Pictures.

  1. Pictures
  2. Structs
  3. Pixels
  4. Two Dimensional Arrays
  5. Insertion Sort
  6. Machine-level operations

Day-by-day Details

Day Topic Preparation In-class Due Date Availability
for
Extra
Credit
Tuesday, October 29 Module on Pictures
  Examples    
Wednesday, October 30 Structs: Transform a Pixel lab exercise    
Friday, November 1 Supplemental Problem 3   Supplemental Problem 3 (done individually) Friday, November 1  
Friday, November 1 Two Dimensional Arrays lab exercise Wednesday, November 6  
Monday, November 4 Insertion Sort lab exercise    
Tuesday, November 5 Bitwise operations and unions
  • King, Sections 16.4, 20.1
  • K&R 2.9, 6.8
lab exercise    
Wednesday, November 6 Module Project   project Wednesday, November 13  

Project: Picture Suite

For this project, you will write the following series of functions which modify a picture. Each function should include tests and examples of pictures which it modifies.

Grading