Prim Algorithm
전처리문 : [code cpp:nocontrols] #include using namespace std; [/code] 자료구조 : [code cpp:nocontrols] typedef struct tagEDGE{ int iNodeA; int iNodeB; int iWeight; 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] 자료 변환 함수 : ConvertData(2차원 배열그래프,..
Development & Tips/Algorithms
2007. 5. 18. 19:25
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- mst
- 렌더몽키
- 논문주제
- 머지소트
- Algorithm
- source code
- Game
- mail notifier
- Kruscal
- 크라이텍
- Ambient Occlusion
- 크루스컬
- Exporter
- thesis
- Android
- 수묵렌더링
- 알고리즘
- C#
- Prim
- 셰이더
- CryTek
- 충남 안면도
- DirectX
- tangible interface
- 프림
- 미디어랩
- Render Monkey
- 퀵소트
- Sort
- 소스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함