代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/451385/7466273

m fibnum.m

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

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/446971/7562000

c alg24.c

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

c alg27.c

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

m source_gen.m

function y = source_gen(n) % generates the probabilty x=1; for i=1:(n-1), y(i)=x*rand; x=x-y(i); end y(n)=x;
www.eeworm.com/read/441245/7673333

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/435335/7793235

ned gen.ned

// // This file is part of an OMNeT++/OMNEST simulation example. // // Contributed by Nick van Foreest // // This file is distributed WITHOUT ANY WARRANTY. See the file // `license' for details
www.eeworm.com/read/198545/7929143

m binomr.m

function y = binomr(n,p) %BINOMR Binomial random number generator. % BINOMR(N,P) generates a single random deviate from the binomial % distribution with denominator n and success probability P. %
www.eeworm.com/read/197875/7964724

c alg24.c

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

c alg27.c

#include #include #include #include #include template void print_elements( Type elem ) { cout