代码搜索:Beta值

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

代码结果 10,000
www.eeworm.com/read/411673/11234009

dat beta1.dat

-30.0 -25.0 -20.0 -15.0 -10.0 -8.0 -6.0 -4.0 -2.0 0.0 +2.0 +4.0 +6.0 +8.0 +10.0 +15.0 +20.0 +25.0 +30.0
www.eeworm.com/read/335971/12486520

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/147186/12578682

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/112642/15481020

c beta2.c

www.eeworm.com/read/102394/15783286

tex rand-beta.tex

www.eeworm.com/read/102394/15783788

c beta_inc.c

/* specfunc/beta_inc.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen
www.eeworm.com/read/102394/15784193

c beta_inc.c

/* specfunc/beta_inc.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen
www.eeworm.com/read/100750/15865400

c beta_inc.c

/* specfunc/beta_inc.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen
www.eeworm.com/read/192685/8360919

txt vc颜色值、vb颜色值怎样转换.txt

Windows采 用 的 颜 色 方 案 为 RGB( 红 绿 蓝 ) , 使 用 一 个 长 整 数 表 示 颜 色 ( 通 常 称 为 COLORREF类 型 ) 。 在 VC++中 使 用 RGB宏 , 在 VB中 使 用 RGB函 数 可 以 将 一 个 颜 色 的 3个 分 量 转 换 为 一 个 长 整 型 的 数 。 之 所 以 使 用 RGB宏 或 RGB函 数 , 只 是 为 了