Difference between revisions of "CSC352 DT's Class Notes 2013"

From dftwiki3
Jump to: navigation, search
(DFT Class Notes for CSC352)
(DFT Class Notes for CSC352)
Line 6: Line 6:
 
==Threads==
 
==Threads==
 
* good example with multiple ping processes: http://www.wellho.net/solutions/python-python-threads-a-first-example.html
 
* good example with multiple ping processes: http://www.wellho.net/solutions/python-python-threads-a-first-example.html
 +
===Programs===
 +
* [[NQueens.py | NQueens.py]]
 +
* [[threadedNQueens.py | threadedNQueens.py ]]
 +
* [[serialPing.py | serialPing.py ]]
 +
* [[threadedPing.py | threadedPing.py ]]
  
 
==Papers==
 
==Papers==

Revision as of 22:27, 22 January 2010

DFT Class Notes for CSC352


...