Quick Sort
전처리문 : [code cpp:nocontrols] #define SWAP(x,y,t) {t=x;x=y;y=t;} [/code] 사용법 : QuickSort(정렬할 배열, 정렬 시작 위치, 정렬 끝 위치) [code cpp:nocontrols] void QuickSort(int iArray[], int iStart, int iEnd) { int i, j, pivot, temp; if(iStart pivot ); if( i < j) { SWAP( iArray[i], iArr..
Development & Tips/Algorithms
2007. 5. 18. 19:07
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- C#
- 소스
- 셰이더
- CryTek
- 프림
- Exporter
- 퀵소트
- 렌더몽키
- 충남 안면도
- Render Monkey
- DirectX
- Sort
- source code
- tangible interface
- mail notifier
- mst
- 알고리즘
- Prim
- Android
- 미디어랩
- 머지소트
- Algorithm
- Kruscal
- 수묵렌더링
- 크라이텍
- 크루스컬
- thesis
- Ambient Occlusion
- 논문주제
- Game
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
글 보관함