代码搜索:Beta值

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

代码结果 10,000
www.eeworm.com/read/385195/2594582

cmd coderunfromxintfonf2812ezdsp.cmd

/* // // TMDX BETA RELEASE // Intended for product evaluation purposes // //########################################################################### // // FILE: CodeRunFromXintfOnF
www.eeworm.com/read/300312/13920470

cmd coderunfromxintfonf2812ezdsp.cmd

/* // // TMDX BETA RELEASE // Intended for product evaluation purposes // //########################################################################### // // FILE: CodeRunFromXintfOnF
www.eeworm.com/read/470923/6901751

c keyscan.c

//======================================================== // 语法格式: unsigned int KeyScan(void) // 实现功能: 获得键盘值并返回 // 参数: 无 // 返回值: 键盘值 //========================================================
www.eeworm.com/read/235808/14053035

c keyscan.c

//======================================================== // 语法格式: unsigned int KeyScan(void) // 实现功能: 获得键盘值并返回 // 参数: 无 // 返回值: 键盘值 //========================================================
www.eeworm.com/read/284309/8946040

m ifmt.m

function x=ifmt(mellin,beta,M); %IFMT Inverse fast Mellin transform. % X=IFMT(MELLIN,BETA,M) computes the inverse fast Mellin % transform of MELLIN. % WARNING : the inverse of the Mellin transform is
www.eeworm.com/read/371636/9544332

m ifmt.m

function x=ifmt(mellin,beta,M); %IFMT Inverse fast Mellin transform. % X=IFMT(MELLIN,BETA,M) computes the inverse fast Mellin % transform of MELLIN. % WARNING : the inverse of the Mellin transform is
www.eeworm.com/read/371507/9551061

m equations2.m

function [res] = equations2(quadlimit) % define the global paramters global beta r global alpha n miu miuo lambda capa % lambda = 0.75; % alpha = 1.2; % beta = 0.5; % r = 0.01; % n =
www.eeworm.com/read/129161/7077893

h png.h

/* png.h - header file for png reference library libpng 1.0 beta 3 - version 0.89 May 25, 1996 Note: This is a beta version. It reads and writes valid files on the platforms I h
www.eeworm.com/read/449504/7503072

m contents.m

% spatial autoregressive model estimation functions % % beta_prior : construct beta-prior for rho over -1,1 interval % compare_models : An example of model comparison using log marginal poster
www.eeworm.com/read/447462/7550678

f csymm.f

SUBROUTINE CSYMM(SIDE,UPLO,M,N,ALPHA,A,LDA,B,LDB,BETA,C,LDC) * .. Scalar Arguments .. COMPLEX ALPHA,BETA INTEGER LDA,LDB,LDC,M,N CHARACTER SIDE,UPLO * .. * .. Array