카페검색 본문
카페글 본문
-
머지엣지(merge edge), 웰드 버티시스(weld vertices), 언웰드 엣지(unweld edges) 2024.03.23해당카페글 미리보기
끝부분)을 연결하는 것이고 웰드(weld)라는 것은 용접이라는 뜻이고 버텍스(vertex)는 다면체의 꼭지점을 뜻하는 데 복수이기 때문에(vertices)라고 하는 것 입니다 즉 면의 끝과 끝을 연결하는 것과 꼭지점을 연결하거나 분리하는 법에 대해 배워봅니다.^^
-
크루스칼 알고리즘 C코드 질문입니다. 2025.02.17해당카페글 미리보기
구조체 int start, end, weight; }; typedef struct GraphType { int n; // 간선의 개수 struct Edge edges[2 * MAX_VERTICES]; } GraphType; 여기서 왜 struct Edge edges[2 * MAX_VERTICES]; 이런 식으로 선언을 하나요? 제가 생각하기에 2*MAX_VERTICES...
-
DFS, BFS 2024.09.24해당카페글 미리보기
// DFS using System; using System.Collections.Generic; class Graph { private int Vertices; private List<int>[] adj; public Graph(int v) { Vertices = v; adj = new List<int>[v]; for (int i = 0; i < v; ++i) adj[i] = new List<int...
-
Defn;[Wiki]; TSP, Hamiltonian, Eulerian 2024.08.15해당카페글 미리보기
circuit) is a cycle that visits each vertex exactly once. A Hamiltonian path that starts and ends at adjacent vertices can be completed by adding one more edge to form a Hamiltonian cycle, and removing any edge from a Hamiltonian cycle...
-
알레르기의 원인 '파발부민' 탐구 2024.06.30해당카페글 미리보기
DxDxDG. The negatively charged Ca2+-liganding oxygen atoms donated by carboxyl and carbonyl groups are located at vertices of a distorted octahedron. The side chains of loop residues at positions 1, 3, 5, and 12 provide the +x, +y, +z...
-
Physique 에서 vertices 를 link 에 assign 할때요.. 2003.10.24해당카페글 미리보기
보면 빨강,초록,파랑색 십자모양 있잖아요, 거기서 link에 속하지않은 파랑색 십자모양을 선택한후에 vertices를 선택해서 assign vertices 누르고 link 선택하면 vertices가 그 link 에 속해야 되는데... 가끔 안될때가 있더라구요.. (설명이 너무...
-
ASE 파일 분석 - 01 (Vertices,Index) 2006.11.01해당카페글 미리보기
194 // 버텍스 수 *MESH_NUMFACES 336 // 인덱스 수 *MESH_VERTEX_LIST { *MESH_VERTEX 0 42.0346 0.0187 2.0756 // Vertices Data *MESH_VERTEX 1 45.9757 0.0187 6.4526 *MESH_VERTEX 2 41.4894 -3.2443 2.8501 *MESH_VERTEX 3 45.1484 -3.2443 6.9138...
-
Remove vertices 2012.04.02해당카페글 미리보기
Vote up! Version: v01 Date Updated: 12/01/2011 Author Name: XX@XX Video URL: 말그대로 필요없는 버텍스 한방에 지우기 입니다^^ removeverts.ms
-
number of undirected linear graph with n vertices 2005.10.25해당카페글 미리보기
n개의 vertex를 가지는 모든 non-isomorphic한 undirected linear graph의 갯수는 모두 몇개가 될까요? edge를 (a,a) 와 같은 loop를 가지는 것과 loop 없는 것으로 나누어서, loop 있는거 X 개, loop 없는거 Y 개, 그래서 총 Z=X+Y 개 이런 결과를 얻고...
-
Variable Edge Fillet 에서의 Vertices 추가 및 Radius 변경방법 2005.01.06해당카페글 미리보기
오랜만에 Tip을 올려봅니다. Part Design에서 간단하게 입체적인 곡면을 형성할 수 있는 Variable Edge Fillet 기법 중 한가지를 '한글97'로 기술하여 첨부하였습니다. 능숙한 CATIA User를 꿈꾸는 많은 회원 여러분께 작게나마 보템이 되길 희망합니다.