代码搜索:Output
找到约 10,000 项符合「Output」的源代码
代码结果 10,000
www.eeworm.com/read/259580/11781202
output linkedwdigraph.output
Number of Vertices = 4
Number of Edges = 0
The graph is
Number of Vertices = 4
Number of Edges = 5
4 4 3 2
1 3 4 1
2 5
The graph after deleting (2,1) is
Number of Vertice
www.eeworm.com/read/259580/11781227
output chainwithbinsort.output
The unsorted chain is
10 aaaaaaaaaa 9 aaaaaaaaa 9 aaaaaaaaa 8 aaaaaaaa 8 aaaaaaaa 7 aaaaaaa 7 aaaaaaa 6 aaaaaa 6 aaaaaa 5 aaaaa 5 aaaaa 4 aaaa 4 aaaa 3 aaa 3 aaa 2 aa
www.eeworm.com/read/259580/11781235
output testbtsalesperson.output
Enter number of vertices and edges
Enter weighted edge 1
Enter weighted edge 2
Enter weighted edge 3
Enter weighted edge 4
Enter weighted edge 5
Enter weighted edge 6
Enter weighted edge 7
Ent
www.eeworm.com/read/259580/11781254
output binarysearchtree.output
Tree size is 4
Elements in ascending order are
1 a 4 b 6 c 8 d
Search for 4 succeeds
4 b
4 deleted
Tree size is 3
Elements in ascending order are
1 a 6 c 8 d
Search for 8 succeeds
8 d
www.eeworm.com/read/259580/11781266
output closestpoints.output
Enter number of points
Enter point 1
Enter point 2
Enter point 3
Enter point 4
Enter point 5
Closest points are 2 and 5
Their distance is 2.82843
www.eeworm.com/read/259580/11781288
output maxprofitbbknapsack.output
Optimal value is 15
Packing vector is 1 1 0 0 1
www.eeworm.com/read/259580/11781294
output machineshopsimlator.output
Enter number of machines and jobs
Enter change-over times for machines
Enter number of tasks for job 1
Enter the tasks (machine, time) in process order
Enter number of tasks for job 2
Enter the t
www.eeworm.com/read/259580/11781308
output recursivedpmatrixchain.output
Enter number of matrices
Enter number of rows in matrix 1
Enter number of rows in matrix 2
Enter number of rows in matrix 3
Enter number of rows in matrix 4
Enter number of rows in matrix 5
Ente
www.eeworm.com/read/259580/11781322
output currencynew.output
$3.50 + -$2.25 = $1.25
-$6.45 incremented by $3.50 is -$2.95
-$2.95 + -$2.25 + $3.50 = -$1.70
Increment -$2.95 by -$2.25 and then add $3.50
Result is -$1.70
Incremented object is -$5.20
Attempti