Mercurial > hg > Game > Cerium
annotate example/many_task/Func.h @ 2048:6796d85f3d6b draft
remove error
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 28 Jan 2016 00:05:49 +0900 |
parents | c21bd32e20b9 |
children |
rev | line source |
---|---|
109 | 1 enum { |
651 | 2 #include "SysTasks.h" |
220 | 3 QUICK_SORT, |
1513
18b63e697c61
many_task/quick_sort is changed recursive to loop
Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
parents:
945
diff
changeset
|
4 QUICK_SORT_LOOP, |
945
9ed1c4a877ca
sort example fix ( simple task accepts one param and more compatible with old task)
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
935
diff
changeset
|
5 SortSimple, |
9ed1c4a877ca
sort example fix ( simple task accepts one param and more compatible with old task)
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
935
diff
changeset
|
6 SortCompat, |
1854
c21bd32e20b9
fix sort with task array ( wrong result )
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
1513
diff
changeset
|
7 SortTaskArray, |
109 | 8 }; |