Mercurial > hg > Game > Cerium
annotate example/many_task/Func.h @ 1513:18b63e697c61 draft
many_task/quick_sort is changed recursive to loop
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Oct 2012 02:03:18 +0900 |
parents | 9ed1c4a877ca |
children | c21bd32e20b9 |
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, |
109 | 7 }; |