代码搜索:binomial
找到约 467 项符合「binomial」的源代码
代码结果 467
www.eeworm.com/read/212047/15166659
am makefile.am
noinst_LTLIBRARIES = libgslrandist.la
pkginclude_HEADERS= gsl_randist.h
INCLUDES= -I$(top_builddir)
libgslrandist_la_SOURCES = bernoulli.c beta.c bigauss.c binomial.c cauchy.c chisq.c discrete.c er
www.eeworm.com/read/241323/13156465
m binom.m
function f=binom(x,y)
%> calculates the binomial coefficient
%> (x over y) = gamma(x+1)/gamma(y+1)/gamma(x-y+1)
%> x,y matrices of same dimension, or one scalar,
%> x-1,y-1,x-y-1 must ha
www.eeworm.com/read/167728/5452833
changelog
2003-07-25 Brian Gough
* dirichlet.c: include gsl_sf_gamma.h instead of gsl_sf.h
2003-07-24 Brian Gough
* binomial_tpe.c (gsl_ran_binomia
www.eeworm.com/read/102394/15782943
changelog
2003-07-25 Brian Gough
* dirichlet.c: include gsl_sf_gamma.h instead of gsl_sf.h
2003-07-24 Brian Gough
* binomial_tpe.c (gsl_ran_binomia
www.eeworm.com/read/163251/10168581
vc6 makefile.vc6
CC = cl
CC_OPTS = /nologo /ML /W3 /GX /O2 /D "WIN32" /FD /F0x400000
CC_LIBS = libnn-utility.lib
install: annealing.exe \
array.exe \
binomial.exe \
hopefield.exe \
kohen_example.e
www.eeworm.com/read/349415/10828327
vc6 makefile.vc6
CC = cl
CC_OPTS = /nologo /ML /W3 /GX /O2 /D "WIN32" /FD /F0x400000
CC_LIBS = libnn-utility.lib
install: annealing.exe \
array.exe \
binomial.exe \
hopefield.exe \
kohen_example.e
www.eeworm.com/read/443410/7633410
m src_gen.m
function src_rly=src_gen(K,L)
src_rly=zeros(1,K);
%src_rly(2:K)=rand(1,K-1)