代码搜索:elements
找到约 10,000 项符合「elements」的源代码
代码结果 10,000
www.eeworm.com/read/161587/10394569
out maxheap.out
Elements in array order
The 3 elements are
20 10 5
Insert of 15 succeeded
An insert has failed
Elements in array order
The 4 elements are
20 15 5 10
The max element is 20
Deleted max eleme
www.eeworm.com/read/271760/10981739
m fput.m
function fout=fput(w,f,elements,index)
%FPUT Replace elements in MVFR matrix
% FPUT(W,F,ELEMENTS,INDEX) replaces elements in F, the
% MVFR matrix, with the elements specified in the
www.eeworm.com/read/459616/7270310
out minheap.out
Elements in array order
The 3 elements are
5 20 10
Insert of 15 succeeded
An insert has failed
Elements in array order
The 4 elements are
5 15 10 20
The min element is 5
Deleted min element 5
Delet
www.eeworm.com/read/459616/7270483
out maxheap.out
Elements in array order
The 3 elements are
20 10 5
Insert of 15 succeeded
An insert has failed
Elements in array order
The 4 elements are
20 15 5 10
The max element is 20
Deleted max element 20
Del
www.eeworm.com/read/444368/7613431
bak cprog012.bak
#include
#include
#include
#include
int fun2(int a[],int n,int b[],int c[])
{
/**/
/**/
}
void main()
{ int n = 10, i, nb;
in
www.eeworm.com/read/197407/7997868
out maxheap4.out
Elements in array order
The 12 elements are
50 20 30 9 11 15 6 3 4 10 1 5
Deleted max element 50
Elements in array order
The 11 elements are
30 20 15 9 11 5 6 3 4 10 1
Deleted max element 30
www.eeworm.com/read/197407/7998023
out minheap.out
Elements in array order
The 3 elements are
5 20 10
Insert of 15 succeeded
An insert has failed
Elements in array order
The 4 elements are
5 15 10 20
The min element is 5
Deleted min elemen
www.eeworm.com/read/197407/7998178
out minheap4.out
Elements in array order
The 4 elements are
5 20 10 30
Min element replaced by 2
Elements in array order
The 4 elements are
2 20 10 30
Min element replaced by 15
Elements in array order
The
www.eeworm.com/read/316047/13531247
m fput.m
function fout=fput(w,f,elements,index)
%FPUT Replace elements in MVFR matrix
% FPUT(W,F,ELEMENTS,INDEX) replaces elements in F, the
% MVFR matrix, with the elements specified in the
www.eeworm.com/read/157453/11703464
out minheap.out
Elements in array order
The 3 elements are
5 20 10
Insert of 15 succeeded
An insert has failed
Elements in array order
The 4 elements are
5 15 10 20
The min element is 5
Deleted min elemen