代码搜索:binomial

找到约 467 项符合「binomial」的源代码

代码结果 467
www.eeworm.com/read/349415/10828317

help pnn.help

"pnn.cpp" Help File The purpose is to demonstrate the use of probabilistic neural networks. A binomial function is defined and then the function minima is determined. ~Panayiotis Thomakos
www.eeworm.com/read/270992/11013550

m match.m

%match.m/created by PJNahin for "Duelling Idiots"(6/3/98) %This m-file computes the probability that N people, %flipping fair coins n times, will each get the same %number of heads. % % n=input(
www.eeworm.com/read/318176/13484278

cpp irred.cpp

/* program to find smallest irreducible polynomial */ /* cl /O2 /GX irred.cpp polymod.cpp poly.cpp big.cpp zzn.cpp ms32.lib */ #include #include #include #incl
www.eeworm.com/read/494289/6381709

cpp irred.cpp

/* program to find smallest irreducible polynomial */ /* cl /O2 /GX irred.cpp polymod.cpp poly.cpp big.cpp zzn.cpp ms32.lib */ #include #include #include #incl
www.eeworm.com/read/156908/11753514

cpp irred.cpp

/* program to find smallest irreducible polynomial */ /* cl /O2 /GX irred.cpp polymod.cpp poly.cpp big.cpp zzn.cpp ms32.lib */ #include #include #include #incl
www.eeworm.com/read/154760/11928739

m bicoeff.m

function G = bicoeff(n,k,tol) % BICOEFF Binomial coefficient. % % X = BICOEFF(n,k,TOL) returns the binomial coeff. nCk = n!/[k!(n-k)!] % TOL = required tolerance [Default: TOL = 2e-16]. % % NOT
www.eeworm.com/read/108859/15573914

m bicoeff.m

function G = bicoeff(n,k,tol) % BICOEFF Binomial coefficient. % % X = BICOEFF(n,k,TOL) returns the binomial coeff. nCk = n!/[k!(n-k)!] % TOL = required tolerance [Default: TOL = 2e-16]. % % NOT
www.eeworm.com/read/104929/15681063

tex invindex.tex

% this file inverts index.tex (omitting \see and \also) i: Euler, Leonhard iii--vi: Knuth, Donald Ervin iii: Graham, Ronald Lewis iii: Patashnik, Oren iv: Graham iv: Patashnik v: Bulwer-Lytton, Edward
www.eeworm.com/read/433250/8537321

m demo_cohen.m

function demo_cohen() % demo_cohen - brief overview of the different Cohen classes % % Usage % demo_cohen % % Give an overview of the four signals types and present some examples % the demonstrate
www.eeworm.com/read/181178/9269823

htm chap20.htm

Intro to Algorithms: CHAPTER 20: BINOMIAL HEAPS