Difference between revisions of "CSC231 Schedule 2010"

From dftwiki3
Jump to: navigation, search
(Assembly)
(List of Programs)
Line 153: Line 153:
 
== Assembly==
 
== Assembly==
  
==Aduino pde==
+
*
* [[CSC231 arduino loop new.pde  | arduino loop new.pde]]
 
* [[CSC231 Serial Hello World.pde  | World.pde]]
 
* [[CSC231 Serial Red Blink.pde  | Blink.pde]]
 
* [[CSC231 Serial_Hello_World.pde | serial_hello_world.pde]]
 
* [[CSC231 Arduino Interrupt Program Example  | Arduino interrupt Example]]
 
 
 
==C==
 
* [[CSC231 driver.c | driver.c ]]
 
* [[CSC231 driver2.c  | driver2.c]]
 
* [[CSC231 Mystery C Program Solution  | Mystery C Program Solution]]
 
* [[CSC231 Mystery C Program with signed numbers  | Mystery C Program with signednumbers]]
 
* [[CSC231 OverFlow C Program  | Overflow C Program]]
 
* [[CSC231 Arduino-serial.c  | Arduino-serial.c]]
 
* [[CSC231 arduino-serial.c  | arduino-serial.c]]
 
* [[CSC231 How to play a wav file in C | playWav.c]]
 
 
 
==Python==
 
* [[CSC231 binarySearch.py  | binarySearch.py]]
 
* [[CSC231 dumpScore.py | dumpScores.py]]
 
* [[ CSC231 OverFlow Python Program  | Overflow Python Program]]
 
  
 
=Miscellaneous Information=
 
=Miscellaneous Information=
  
 
* [http://tango.csc.smith.edu/classwiki/index.php?title=CSC231_Things_to_Remember_when_Writing_Assembly_Programs Things to remember] when working on homework assignments...
 
* [http://tango.csc.smith.edu/classwiki/index.php?title=CSC231_Things_to_Remember_when_Writing_Assembly_Programs Things to remember] when working on homework assignments...

Revision as of 10:46, 1 September 2010

Weekly Schedule

Week Topics Reading
Week 1
9/08

Week 2
9/13

Week 3
9/20

Week 4
9/27

Week 5
10/04

Week 6
10/11
  • Monday: Fall Break
Week 7
10/18

Week 8
10/25

Week 9
11/01

Week 10
11/08


Week 11
11/15

Week 12
11/22
  • Wednesday: Thanksgiving Break
  • Friday: Thanksgiving Break


Week 13
11/29
Week 14
12/06


Week 15
12/13
  • Monday: Last Class



List of Programs

Assembly

Miscellaneous Information