Course Segment
| Session ID
| Session Title
| Session Resources
| Session Notes
|
|
module 100: Grouping Data and Image Processing with the Scribbler 2 |
---|
-6: project | Project: Picture Suite | — — — | |
1: intro. | Overview of Grouping Data | Reading- Grouping data and image processing with the Scribbler 2: An Overview
| |
2: lab | Grouping Data: Structs | Example- square-move-1.c
- square-move-2.c
- square-move-3.c
- square-move-4.c
- square-move-5.c
- square-move-6.c
- test-scores-1.c
- test-scores-2.c
- test-scores-3.c
Reading | syntax, semantics, and applications of structs |
3: lab | Grouping Data: 2-dimensional Arrays | Example- city-precipitation.c
- 2D-array.c
Reading | |
4: lab | Image Storage and Processing | Example- picture-splice.c
- 2D-array-with-proc.c
Reading- Image Storage and Processing
| storage of pixel data in a struct with a 2D array |
5: lab | Insertion Sort | Example- insertion-sort-proc1.c
- insertion-sort-proc2.c
- insertion-sort-proc3.c
- 2D-1D-array.c
- insertion-sort-picture.c
Reading | |