代码搜索:binomial

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

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

cpp binomial.cpp

/* nn-utility (Provides neural networking utilities for c++ programmers) Copyright (C) 2003 Panayiotis Thomakos This library is free software; you can redistribute it and/or modi
www.eeworm.com/read/418459/10944617

m binomial.m

function b = binomial(n,k) %BINOMIAL compute binomial coefficient % % Usage: b = binomial(n,k) % % Parameters: ( n ) % b = ( ) % ( k ) % % Author: Steve Gunn (sr
www.eeworm.com/read/417431/10990102

m binomial.m

function b = binomial(n,k) %BINOMIAL compute binomial coefficient % % Usage: b = binomial(n,k) % % Parameters: ( n ) % b = ( ) % ( k ) % % Author: Steve Gunn (sr
www.eeworm.com/read/417218/10999797

m binomial.m

function b = binomial(n,k) %BINOMIAL compute binomial coefficient % % Usage: b = binomial(n,k) % % Parameters: ( n ) % b = ( ) % ( k ) % % Author: Steve Gunn (sr
www.eeworm.com/read/270992/11013557

m binomial.m

function bc=binomial(top,bottom) %Created by PJNahin for "Duelling Idiots"(6/3/98) %BINOMIAL computes the binomial coefficient (top) % (bottom) %which
www.eeworm.com/read/470924/6901770

m binomial.m

function b = binomial(n,k) %BINOMIAL compute binomial coefficient % % Usage: b = binomial(n,k) % % Parameters: ( n ) % b = ( ) % ( k ) % % Author: Steve Gunn (sr
www.eeworm.com/read/464432/7162276

html binomial.html

www.eeworm.com/read/464432/7162280

html binomial.html

www.eeworm.com/read/458661/7291879

m binomial.m

% binomial.m - binomial array weights % % Usage: [a, dph] = binomial(d, ph0, N) % % d = element spacing in units of lambda % ph0 = beam angle in degrees % N = number of array elements %
www.eeworm.com/read/455967/7360569

m binomial.m

function b = binomial(n,k) %BINOMIAL compute binomial coefficient % % Usage: b = binomial(n,k) % % Parameters: ( n ) % b = ( ) % ( k ) % % Author: Zhou Weida (Zh