代码搜索:Generates

找到约 10,000 项符合「Generates」的源代码

代码结果 10,000
www.eeworm.com/read/257423/6356502

m cub_fn.m

% cub_fn(t): This functions generates a unit cubic function % function y = cub_fn(t) y = (1/6)*t.^3.*stp_fn(t)
www.eeworm.com/read/493294/6400415

m isclassifier.m

%ISCLASSIFIER Test on normed classifier % % I = ISCLASSIFIER(W) % ISCLASSIFIER(W) % % A mapping W is a classifier if its OUT_CONV field is larger % than zero. In that case confidences will be r
www.eeworm.com/read/480713/6660124

m fibnum.m

function f = fibnum(n) %FIBNUM Fibonacci number. % FIBNUM(n) generates the n-th Fibonacci number. if n
www.eeworm.com/read/406664/11437940

c alg24.c

// heap stuff -- need to merge #include #include #include template void print_elements( Type elem ) { cout
www.eeworm.com/read/406664/11437982

c alg27.c

#include #include #include #include #include template void print_elements( Type elem ) { cout
www.eeworm.com/read/400577/11573297

m isclassifier.m

%ISCLASSIFIER Test on normed classifier % % I = ISCLASSIFIER(W) % ISCLASSIFIER(W) % % A mapping W is a classifier if its OUT_CONV field is larger % than zero. In that case confidences will be r
www.eeworm.com/read/262547/11586985

m triang.m

% TRIANG.M % % P. Flandrin, Mar. 13, 2003 % % generates a triangular waveform % % inputs : - N : # of data samples % - p : period % % output : - x : signal function x = triang(N,p); K
www.eeworm.com/read/157007/11745165

c alg24.c

// heap stuff -- need to merge #include #include #include template void print_elements( Type elem ) { cout
www.eeworm.com/read/157007/11745221

c alg27.c

#include #include #include #include #include template void print_elements( Type elem ) { cout
www.eeworm.com/read/259722/11771423

c alg24.c

// heap stuff -- need to merge #include #include #include template void print_elements( Type elem ) { cout