| Instructors | Lab Instructor | |||
|---|---|---|---|---|
| Bob Rinker | David Buehler | Al Carlson | Sandeep Butapati | |
| Section: | MWF 10:30 - 11:30 | MWF 11:30 - 12:30 | MWF 12:30 - 1:30 | Lab (various) |
| Office: | JEB 226 | BEL 211 | JEB B24 | JEB B30 |
| Email: | rinker@cs.uidaho.edu | dbuehler@uidaho.edu | ltzap@juno.com | buta3083@uidaho.edu |
| Phone: | (208)885-7378 | (208)885-7263 | (208)885-1004 | (208)885-4611 |
| Office Hours: | 11:30-12:30 MWF, 2:00 - 3:00TTh |
CSAC: Tuesday 3pm - 5pm Thursday 1pm - 3pm |
CSAC: Tuesday and Thursday 3 - 5 pm |
CSAC: Monday 9:30am - 10:30am Wednesday 12pm - 1pm, 4pm - 5pm Friday 12pm - 1pm |
| Two mid-semester exams | 40% | |
| Final exam (comprehensive) | 20% | |
| Quizzes | 15% | |
| Programming assignments | 25% | |
| Total | 100% |
| 90%-100% | A | |
| 89.9%-80% | B | |
| 79.9%-70% | C | |
| 69.9%-60% | D | |
| Below 60% | F |
| Number | PS | Due date for Sections 1 & 2 | Due date for Section 3 | Notes, data files, etc. | |
|---|---|---|---|---|---|
| #1 | ps | Aug 30 | Sep 1 | -none- | |
| #2 | ps | Sept 7 | Sep 8 | -none- | |
| #3 | ps | Sept 13 | Sep 15 | -none- | |
| #4 | ps | Sept 20 | Sep 22 | Util.txt
David's computations for the example data | |
| #5 | ps | Sept 27 | Sep 29 | graphp.c File -
On the sunsol systems, you can get the graphp.c file using the following
command: $ wget http://www.cs.uidaho.edu/~cs120/graphp.c Input File -
On the sunsol systems, you can get the data file using the following
command: Alternate data / function The data file and function provided for assignment #5 are somewhat boring. An alternate data file is provided below. This is an option for assignement #5, you can use either (or both) the original data file and function or the alternate data file and function (why not do both? :-) Alternate Data
File An alternative function to go along with this data file is (this is not
code!): (where the ||'s indicate absolute value, which can be computed via the fabs() function.) Note that this function should be computed for values of x up to 32 to match the alternate data set. | |
| #6 | ps | Oct 11 | Oct 13 | -none- | |
| #7 | ps | Oct 18 | Oct 20 | Scores.txt -- Input file | |
| #8 | none | Oct 25 | Oct 27 | sample image,
weight & processed files
Your program will be tested on the above link files. | |
| #9 | ps | Nov 1 | Nov 3 | Input File
Your program will be tested on the above link files. | |
| #10 | ps | Nov 1 | Nov 3 | Input File 1
Input File 2 Your program will be tested on the above link files. |