Kruscal Algorithm
필요 전처리문 : [code cpp:nocontrols] #include using namespace std; [/code] 필요 자료구조 : [code cpp:nocontrols] typedef struct tagEDGE{ int iNodeA; int iNodeB; int iWeight; bool bVisited; public: bool operator < (const struct tagEDGE &vector) { if (iWeight < vector.iWeight) return 1; else return 0; } void OutputScreen() { printf("( %d, %d : %d )\n", iNodeA, iNodeB, iWeight ); } }EDGE; [/code] 자료 변환 함수 : C..
Development & Tips/Algorithms
2007. 5. 18. 19:24
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- tangible interface
- 크라이텍
- Exporter
- 알고리즘
- 크루스컬
- 수묵렌더링
- 프림
- 소스
- 미디어랩
- 셰이더
- mst
- Game
- Render Monkey
- Kruscal
- mail notifier
- source code
- 논문주제
- 충남 안면도
- CryTek
- Sort
- Prim
- 퀵소트
- 머지소트
- C#
- Algorithm
- Ambient Occlusion
- thesis
- 렌더몽키
- DirectX
- Android
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함