CS 101 - Introduction to Computing
Sample Code Page
- Code from Lecture 4/30/09
- Code from Lecture 4/28/09
- Code from Lecture 4/23/09
- Code from Lecture 4/21/09
- Code from Lecture 4/16/09
- Code from Lecture 4/14/09
- Code from Lecture 4/9/09
- Lect49a.java Combining two sounds (error in Lect47d.java corrected)
- Lect49b.java Combine two sounds -repeating 2nd sound if needed
- Lect49c.java Same as Lect49b.java but using different approach
- Lect49d.java Creates new Sound Object from two other sounds objects.
- Code from Lecture 4/7/09
- Lect47a.java Program showing if statement nested in for loop
- Lect47b.java Normalizing a sound file
- Lect47c.java Normalizing a sound file (array version)
- Lect47d.java Combining two sounds together (Errors out if sound 2 is shorter than sound 1)
- Code from Lecture 3/31/09
- Code from Lecture 3/19/09
- Code from Lecture 3/17/09
- Code from Lecture 3/12/09
- Code from Lecture 3/10/09
- Code from Lecture 3/5/09
- Code from Lecture 3/3/09
- Code from Lecture 2/26/09
- Code from Lecture 2/24/09
- Code from Lecture 2/12/09
- Code from Lecture 2/10/09
- Code from Lecture 2/5/09
- Lect25a.java Overloading the drawTriangle
methods from Lect23d.java
- Lect25b.java static method drawRegularTriangle
- Lect25c.java static method drawRightTriangle
- Lect25d.java Example showing calls to
the non-static method drawRegularPolygon in the Turtle class
- Turtle.java The Turtle class with the
non-static method drawRegularPolygon
- Code from Lecture 2/3/09
- Code from Lecture 1/29/09
- Code from Lecture 1/27/09
- Code from Lecture 1/22/09