代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/168218/9933448
out awdbfs.out
enter number of edges
enter edge 1
enter edge 2
enter edge 3
enter edge 4
enter edge 5
enter edge 6
1 1 1 2 2 2 3
www.eeworm.com/read/168218/9933452
out agraph.out
Edges = 0
The graph is
0 1 1 1
1 0 1 1
1 1 0 0
1 1 0 0
The graph after deleting (3,1) is
0 1 0 1
1 0 1 1
0 1 0 0
1 1 0 0
Exist(3,1) = 0
G.Degree(2) = 3
G.Edges() = 4
www.eeworm.com/read/168218/9933459
out connect.out
enter number of edges
enter edge 1
enter edge 2
enter edge 3
enter edge 4
enter edge 5
enter edge 6
Connected = 0
www.eeworm.com/read/168218/9933469
out abschain.out
Length = 0
IsEmpty = 1
List is 2 6
IsEmpty = 0
First element is 2
Length = 2
Deleted element is 2
List is 6
www.eeworm.com/read/168218/9933475
out awdgraph.out
Edges = 0
The graph is
100 100 2 4
3 100 100 1
100 100 100 100
100 5 100 100
The graph after deleting is
100 100 2 4
100 100 100 1
100 100 100 100
100 5 100 100
Exist(3,1) = 0
www.eeworm.com/read/168218/9933477
out lgraph.out
Edges = 0
The graph is
Vertex 1 = 4 2 3
Vertex 2 = 3 1 4
Vertex 3 = 2 1
Vertex 4 = 1 2
The graph after deleting is
Vertex 1 = 4 2 3
Vertex 2 = 3 1
Vertex 3 = 2 1
www.eeworm.com/read/168218/9933484
out abfs.out
enter number of edges in graph
enter edge 1
enter edge 2
enter edge 3
enter edge 4
enter edge 5
enter edge 6
Doing bfs from vertex 1 labeling 1
Doing bfs from vertex 4 labeling 2
Reached valu
www.eeworm.com/read/168218/9933487
out gpath.out
enter number of edges
enter edge 1
enter edge 2
enter edge 3
enter edge 4
enter edge 5
enter edge 6
enter edge 7
FindPath = 1
length = 1
1 3
FindPath = 1
length = 2
4 5 6
FindPath = 1
www.eeworm.com/read/168218/9933493
out awgraph.out
Edges = 0
The graph is
100 3 2 4
3 100 5 1
2 5 100 100
4 1 100 100
The graph after deleting (1,2) is
100 100 2 4
100 100 5 1
2 5 100 100
4 1 100 100
Exist(3,1) = 1
Degree(3) = 2
D
www.eeworm.com/read/168218/9933518
out glabel.out
enter number of edges
enter edge 1
enter edge 2
enter edge 3
enter edge 4
enter edge 5
enter edge 6
Components = 2
1 1 1 2 2 2