This shows you the differences between two versions of the page.
|
milestone_3_task_3 [2023/03/09 12:55] scott [1. Detector Isolated Test] |
milestone_3_task_3 [2024/03/09 16:18] (current) scott [Demonstration Videos and other Links] |
||
|---|---|---|---|
| Line 55: | Line 55: | ||
| * [[https://www.youtube.com/watch?v=y_XvR_NCjQA|Video Demonstration of Shooter Mode]] | * [[https://www.youtube.com/watch?v=y_XvR_NCjQA|Video Demonstration of Shooter Mode]] | ||
| * [[https://www.youtube.com/watch?v=s7QPsCfhY-w|Video Demonstration of Continuous Mode]] | * [[https://www.youtube.com/watch?v=s7QPsCfhY-w|Video Demonstration of Continuous Mode]] | ||
| - | * [[https://en.wikipedia.org/wiki/Insertion_sort| Wikipedia page on insertion sort.]] | + | * [[https://en.wikipedia.org/wiki/Insertion_sort|Wikipedia page on insertion sort.]] |
| - | * [[https://courses.cs.vt.edu/~csonline/Algorithms/Lessons/InsertionCardSort/index.html|Tutorial of insertion sort using cards.]] | + | |
| * [[https://en.wikipedia.org/wiki/Selection_sort|Wikipedia page on selection sort.]] | * [[https://en.wikipedia.org/wiki/Selection_sort|Wikipedia page on selection sort.]] | ||
| - | * [[https://courses.cs.vt.edu/csonline/Algorithms/Lessons/SelectionCardSort/selectioncardsort.swf|Tutorial of selection sort using cards.]] | ||
| ---- | ---- | ||
| Line 70: | Line 68: | ||
| * lasertag/detector.h | * lasertag/detector.h | ||
| * lasertag/main.c | * lasertag/main.c | ||
| - | * support/bufferTest.h | + | * lasertag/support/bufferTest.h |
| - | * support/bufferTest.c | + | * lasertag/support/bufferTest.c |
| - | * support/runningModes.h | + | * lasertag/support/runningModes.h |
| - | * support/runningModes.c | + | * lasertag/support/runningModes.c |
| You are expected to create and implement the following files. See the provided header files (.h) for a description of each function. | You are expected to create and implement the following files. See the provided header files (.h) for a description of each function. | ||