代码搜索:gph
找到约 188 项符合「gph」的源代码
代码结果 188
www.eeworm.com/read/387762/8655188
gph concom.gph
# Graph example from book for connected components
8 # Number of vertices
U # Undirected graph
# List of edges
0 1
1 4
0 4
4 2
1 3
6 5
www.eeworm.com/read/387762/8655246
gph bkdijk.gph
# Graph example from book for Dijkstra's alg: Figure 7.10
5 # Number of vertices
D # Directed graph
0 1 10 # List of edges
0 3 20
1 3 5
0 2 3
2 1 2
2 4
www.eeworm.com/read/387762/8655289
gph bkfloyd.gph
# Graph example from book for Floyd's alg: Figure 7.12
4 # Number of vertices
D # Directed graph
0 1 1 # List of edges
1 0 4
2 0 2
0 3 12
2 3 11
2 1 5
www.eeworm.com/read/387762/8655413
gph bktsort.gph
# Graph example from book for topological sort: Figure 7.7
7 # Number of vertices
D # Directed graph
# List of edges
0 2
0 1
1 5
1 4
1 3
2 3
3 4
4 6
www.eeworm.com/read/387762/8655443
gph bkexamp.gph
# Graph example from book for DFS/BFS, MST: Figure 7.13
6 # Number of vertices
U # Undirected graph
0 4 9 # List of edges
0 2 7
2 3 1
2 1 5
2 5 2
1 5 6
3
www.eeworm.com/read/160057/10575630
gph sample.gph
# Graph example from book for connected components
# use '#' to start a remark line
8 # Number of vertices
U # Directed/Undirected graph
# D -- Directed graph
# U -- U
www.eeworm.com/read/160057/10575638
gph graph.gph
# Graph example from book for connected components
8 # Number of vertices
U # Directed graph
# List of edges
0 2
2 4
1 4
4 7
1 3
6 5
www.eeworm.com/read/160053/10575767
gph test.gph
# Graph example from book for connected components
6 # Number of vertices
U # Undirected graph
# List of edges
1 2
2 3
3 4
1 4
2 4
1 5
2 5
3 5
4 5
0 5
www.eeworm.com/read/160050/10575875
gph sample.gph
# Graph example from book for connected components
6 # Number of vertices
U # Directed graph
# List of edges
0 2 7
0 4 9
1 2 5
1 5 6
2 3 1
2 5 2
3 5 2
4 5 1
www.eeworm.com/read/449679/7498641
gph voacap.gph
VOACAP temporary GRAPH output parameter definitions (4nec2/fixed)
1 2 3 4 5 6 7
1234567890123456789012345678901234567890123456789012345678901