Difference between revisions of "CSC352 DT's Class Notes 2013"
(→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== |