代码搜索:Beta值
找到约 10,000 项符合「Beta值」的源代码
代码结果 10,000
www.eeworm.com/read/349844/10796223
kid ird-beta.kid
; Irdeto/Betacrypt cards
;
; AAAAAA BBBBBBBBBBBBBBBBBBBB CC DDDDDD EEEEEEEEEEEEEEEE
;
; AAAAAA - HS hex serial
; BBBBBBBBBBBBBBBBBBBB - HMK hex master key
; CC -
www.eeworm.com/read/349646/10808503
m beta_sample.m
function r = betarnd(a,b,m,n);
%BETARND Random matrices from beta distribution.
% R = BETARND(A,B) returns a matrix of random numbers chosen
% from the beta distribution with parameters A an
www.eeworm.com/read/349646/10809159
m beta_sample.m
function r = betarnd(a,b,m,n);
%BETARND Random matrices from beta distribution.
% R = BETARND(A,B) returns a matrix of random numbers chosen
% from the beta distribution with parameters A an
www.eeworm.com/read/275022/10839232
c 14beta.c
#include "math.h"
#include "stdio.h"
#include "14gam1.c"
double beta(a,b,x)
double a,b,x;
{ double y;
double bt(double,double,double);
if (a
www.eeworm.com/read/417647/10983302
c beta3.c
#include
#include
#include
#include
#define NULL 0
//#define OK 1
//#define ERROR 0
//#define OVERFLOW -2
#define MAX_NUM 10000
#define MAX 60
int
www.eeworm.com/read/271318/11000488
cpp alpha_beta.cpp
#include
#include
#include
#define MAX_INT 32767 //定义最大整数
#define MIN_INT -32768 //定义最小整数
#define MAX 1 //极大层节点标志
#define MIN 0 //极小层节点标志
www.eeworm.com/read/270917/11020243
c 14beta.c
#include "math.h"
#include "stdio.h"
#include "14gam1.c"
double beta(a,b,x)
double a,b,x;
{ double y;
double bt(double,double,double);
if (a
www.eeworm.com/read/469416/6976117
m beta_sample.m
function r = betarnd(a,b,m,n);
%BETARND Random matrices from beta distribution.
% R = BETARND(A,B) returns a matrix of random numbers chosen
% from the beta distribution with parameters A an
www.eeworm.com/read/463644/7177289
m accum_beta.m
function betas = accum_beta(betas,q,t)
% betas = accum_beta(betas,q,t)
% accumulates word posteriors to latent classes.
% betas : (V * K) matrix of summand
% q : (l * K) matrix of word posteriors
www.eeworm.com/read/458870/7286521
c 14beta.c
#include "math.h"
#include "stdio.h"
#include "14gam1.c"
double beta(a,b,x)
double a,b,x;
{ double y;
double bt(double,double,double);
if (a