Difference between revisions of "CSC352 Class Page 2010"

From dftwiki3
Jump to: navigation, search
(Python Threads)
(Python Threads)
Line 20: Line 20:
 
* '''Tuesday'''
 
* '''Tuesday'''
 
** Interrupts
 
** Interrupts
** Threads [http://en.wikipedia.org/wiki/Thread_(computer_science)]
+
** What is a Thread? [http://en.wikipedia.org/wiki/Thread_(computer_science)]
** Processes [http://en.wikipedia.org/wiki/Process_(computing)]
+
** What is a Processes? [http://en.wikipedia.org/wiki/Process_(computing)]
** Python classes: a review
+
** Python Review
** Python Threads
 
 
*** [[NQueens.py | NQueens.py]]: a python program to find the first solution for ''N'' queens on an ''N''xN board.
 
*** [[NQueens.py | NQueens.py]]: a python program to find the first solution for ''N'' queens on an ''N''xN board.
 
*** [[classExample1.py | classExample1.py ]]
 
*** [[classExample1.py | classExample1.py ]]
Line 29: Line 28:
 
*** [[classExample3.py | classExample3.py ]]
 
*** [[classExample3.py | classExample3.py ]]
 
*** [[serialPing.py | serialPing.py ]]
 
*** [[serialPing.py | serialPing.py ]]
*** [[threadedPing.py | threadedPing.py ]]
+
** Python Threads
*** [[ThreadedNQueens.py | ThreadedNQueens.py ]]: a threaded solution
+
*** [[threadedPing.py | threadedPing.py ]]: a threaded solution to the serial ping program
 +
*** [[ThreadedNQueens.py | ThreadedNQueens.py ]]: a threaded solution to the N-Queens program
 
* '''Thursday'''
 
* '''Thursday'''
 
||
 
||

Revision as of 21:49, 25 January 2010



Main Page | Syllabus | Schedule | Links & Resources



Python Threads

Week Topics Reading
Week 1
1/25

 

Week 2
2/1
  • Tuesday
  • Thursday

 

Week 3
2/8
  • Tuesday
  • Thursday

 

XGrid Programming

Week Topics Reading
Week x
  • Tuesday
  • Thursday

 

Week x

  • Tuesday
  • Thursday

 

Week x

  • Tuesday
  • Thursday

 

Cloud Computing

Week Topics Reading
Week x
  • Tuesday
  • Thursday

 

Week x

  • Tuesday
  • Thursday

 

Week x

  • Tuesday
  • Thursday