代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/168218/9932678
out roots.out
There are two real roots 3 and 2
There is only one distinct root 4
The roots are complex
The real part is -1
The imaginary part is 2
Bad input. a is zero.
www.eeworm.com/read/168218/9932680
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/9932707
out wire.out
Enter grid size
Enter start
Enter finish
Enter wiring grid
The wire path is
42
52
53
54
64
65
66
56
46
www.eeworm.com/read/168218/9932742
out winner.out
Enter number of players, between 8 and 20
Enter player values
The winner tree is
size = 10 LowExt = 4 Offset = 15
Winner tree pointers are
10 3 10 3 5 8 10 1 3
Changed player 2 to zero, new tre
www.eeworm.com/read/168218/9932774
out paren.out
Type an expression of length at most 100
The pairs of matching parentheses in
(d+(a+b)*c*(d+e)-f))(()
are
4 8
12 16
1 19
No match for right parenthesis at 20
22 23
No match for left parenthes
www.eeworm.com/read/168218/9932799
out rcmult.out
Optimal cost is 190
cost matrix is
0 50 150 90 190
0 0 50 30 90
0 0 0 20 40
0 0 0 0 200
0 0 0 0 0
kay matrix is
0 1 2 2 2
0 0 2 2 2
0 0 0 3 4
0 0 0 0 4
0 0 0 0 0
Multiply M 1, 1
www.eeworm.com/read/168218/9932811
out image.out
Enter image size
The input image is
0010000
0011000
0000100
0001100
1000100
1110000
1110000
The labeled image is
0020000
0022000
0000300
0003300
4000300
4440000
4440000