인트로.
lUndirected Graphs are not adequate for representing several situations
undirected graph 에서는 몇가지 상황을 나타내기엔 충분하지 않다.
lin the graph representation traffic network where an edge may represent a street
그래프에서 edge가 교통망의 거리를 나타낸다.
lWe have to assign directions to the edges to indicate the permissible direction of traffic flow
traffic flow의 허용방향을 표시하려면 edge들로 방향을 할당해야 한다.
Basic Definitions and Concept
rDirected Graph G
lUndirected Graphs are not adequate for representing several situations
undirected graph 에서는 몇가지 상황을 나타내기엔 충분하지 않다.
lin the graph representation traffic network where an edge may represent a street
그래프에서 edge가 교통망의 거리를 나타낸다.
lWe have to assign directions to the edges to indicate the permissible direction of traffic flow
traffic flow의 허용방향을 표시하려면 edge들로 방향을 할당해야 한다.
Basic Definitions and Concept
rDirected Graph G
lG
= (V, E )
lFinite
set V
of elements called vertices
lUse
Symbols (v1,
v2,
v3
…)
lFinite
set E
of
elements called edge
lUse
Symbols (e1,
e2,
e3
…)
lel=(vi,vj)
lVi,
Vj
= end
vertices
lVi
= initial vertex
lVj
= terminal vertex
'뚱비 머리속 > IT' 카테고리의 다른 글
VB.NET MS-SQL 서버 연결 (0) | 2012.05.10 |
---|---|
OPNET에서 Visual Studio 2008을 사용하기 위한 환경 설정 (0) | 2012.02.16 |
Could not find C:\Program Files\ecli...\android-sdk-windows\tools\adb.exe! (0) | 2011.10.21 |
서버의 종류 (0) | 2011.02.22 |
기본적인 통신장비 종류 (0) | 2011.02.22 |