代码搜索:complexity
找到约 493 项符合「complexity」的源代码
代码结果 493
www.eeworm.com/read/111374/6155975
hpp tm5rc.hpp
/* header file for TM-5 rate control */
/* MPEG-2 Video TM-5 rate control
For the purpose of comparing
MPEG-4 VM with MPEG-2 TM-5
27.03.97 By X. Chen in G.I.
* 16.03.99 David Ruhoff: conve
www.eeworm.com/read/110972/6162981
hpp tm5rc.hpp
/* header file for TM-5 rate control */
/* MPEG-2 Video TM-5 rate control
For the purpose of comparing
MPEG-4 VM with MPEG-2 TM-5
27.03.97 By X. Chen in G.I.
* 16.03.99 David Ruhoff:
www.eeworm.com/read/493456/6393740
m ex052200.m
% Computational Complexity of FFT using MATLAB
%
Nmax = 2048;
fft_time=zeros(1,Nmax);
for n=1:1:Nmax
disp(n);
x=ones(1,n);
t=clock;fft(x);fft_time(n)=etime(clock,t);
end
n=[1:1:Nmax]
www.eeworm.com/read/156653/11786081
m ex052200.m
% Computational Complexity of FFT using MATLAB
%
Nmax = 2048;
fft_time=zeros(1,Nmax);
for n=1:1:Nmax
disp(n);
x=ones(1,n);
t=clock;fft(x);fft_time(n)=etime(clock,t);
end
n=[1:1:Nmax];
plot(n,
www.eeworm.com/read/342845/11995732
m ex052200.m
% Computational Complexity of FFT using MATLAB
%
Nmax = 2048;
fft_time=zeros(1,Nmax);
for n=1:1:Nmax
disp(n);
x=ones(1,n);
t=clock;fft(x);fft_time(n)=etime(clock,t);
end
n=[1:1:Nmax]
www.eeworm.com/read/130491/14189766
risk example1.risk
# example risk specification using "interest rate" losses
categories {
one, two, three
}
prior {
2, 1, 1
}
loss_matrix {
"" one [ 0, (1.1)^complexity, (1.1)^complexity ]
"" t
www.eeworm.com/read/130491/14189905
risk example2.risk
# Same as example1.risk but with a small increase in two/three,
# and an regular expression dependent loss matrix
categories {
one, two, three
}
prior {
2, 1, 1
}
loss_matrix {
"^proportion:
www.eeworm.com/read/130491/14189929
risk example3.risk
# Same as example1.risk but with a small increase in two/three,
# and an regular expression dependent loss matrix
categories {
one, two, three
}
prior {
2, 1, 1
}
loss_matrix {
"^proportion:
www.eeworm.com/read/217035/14982215
rpt neural.rpt
10/1/1990 Page: 1
PC-METRIC (C++) Version 1.0
Complexity Report by Function for: C:\TC\B
www.eeworm.com/read/168436/5446838
c pit_lib.c
/*
*2.4 kbps MELP Proposed Federal Standard speech coder
*
*TMS320C5x assembly code
*
*version 1.0
*
*Copyright (c) 1998, Texas Instruments, Inc.
*
*Texas Instruments has intellectual pro