代码搜索:Output
找到约 10,000 项符合「Output」的源代码
代码结果 10,000
www.eeworm.com/read/272848/10940555
output rsequentialsearch.output
a[0:6] = 1 5 3 4 7 2 0
4 is at position 3
0 is at position 6
1 is at position 0
8 is at position -1
www.eeworm.com/read/272848/10940556
output adjacencywdigraph.output
Number of Vertices = 4
Number of Edges = 0
The graph is
Number of Vertices = 4
Number of Edges = 5
0 0 2 4
3 0 0 1
0 0 0 0
0 5 0 0
The graph after deleting (2,1) is
www.eeworm.com/read/272848/10940563
output matrixwithtranspose.output
Initialized x(i,j) = 2*i + j
x is
3 4
5 6
7 8
Assigned y = x.transpose
y is
3 5 7
4 6 8
www.eeworm.com/read/272848/10940566
output bestfit.output
Enter number of objects and bin capacity
Enter space requirement of object 1
Enter space requirement of object 2
Enter space requirement of object 3
Enter space requirement of object 4
Enter spac
www.eeworm.com/read/272848/10940569
output minheap.output
Heap size is 3
Elements in array order are
5 20 10
Heap size is 5
Elements in array order are
5 15 10 20 30
The min element is 5
The min element is 10
The min element is 15
Heap siz
www.eeworm.com/read/272848/10940575
output testbipartitecover.output
Enter a 25 edge 17 vertex bipartite graph
enter edge 1
enter edge 2
enter edge 3
enter edge 4
enter edge 5
enter edge 6
enter edge 7
enter edge 8
enter edge 9
enter edge 10
enter edge 11
e
www.eeworm.com/read/272848/10940598
output linkedqueue.output
Queue back is 1
Queue back is 2
Queue back is 3
Queue back is 4
Queue should be 1234, front to back
The queue is not empty
The queue size is 4
Queue front is 1
Popped front element
Queue fron
www.eeworm.com/read/272848/10940606
output testlabelcomponents.output
Enter number of edges in graph
Enter weighted edge 1
Enter weighted edge 2
Enter weighted edge 3
Enter weighted edge 4
Enter weighted edge 5
Enter weighted edge 6
Graph 0 is
Number of Vertices
www.eeworm.com/read/272848/10940609
output polyeval.output
The coefficients a[0:5] are 1 2 3 4 5 6
The value at 2 is 321
The value at 1 is 21
The value at 0 is 1
www.eeworm.com/read/272848/10940612
output hashtable.output
The dictionary is
32 160
12 60
2 10
24 120
3 15
NULL
NULL
NULL
NULL
NULL
10 50
Its size is 6
Element associated with 2 is 10
Element associated with 10 is 50
Element associated with