代码搜索:短波差分

找到约 10,000 项符合「短波差分」的源代码

代码结果 10,000
www.eeworm.com/read/154133/5640309

vbp t分布分位数v.vbp

Type=Exe Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation Module=modMethod; t分布分位数M.bas Module=modCall; t分布分位数M1.bas Startup="Sub Main" HelpF
www.eeworm.com/read/154133/5640311

bas t分布分位数m.bas

Attribute VB_Name = "modMethod" Option Explicit '求t分布的分位数 'n:自由度,已知 'Q:上侧概率(
www.eeworm.com/read/154133/5640331

vbp f分布分位数v.vbp

Type=Exe Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation Module=modMethod; F分布分位数M.bas Module=modCall; F分布分位数M1.bas Startup="Sub Main" HelpF
www.eeworm.com/read/154133/5640332

vbw f分布分位数v.vbw

modMethod = 14, -1, 714, 548, C modCall = 110, 145, 706, 609, C
www.eeworm.com/read/154133/5640334

bas f分布分位数m.bas

Attribute VB_Name = "modMethod" Option Explicit '计算F分布的分位数 'n1:自由度,已知 'n2:自由度,已知 'Q:上侧概率,已知 'F:分位数,所求 Public Sub PF_DIST(n1 As Integer, n2 As Integer, _ Q As Double, F As Doubl
www.eeworm.com/read/154133/5640356

bas 正态分布分位数m.bas

Attribute VB_Name = "modMethod" Option Explicit '求正态分布的分位数 'Q:上侧概率 'x:分位数 Public Sub PNorm(Q, x) Dim p As Double, y As Double, z As Double Dim b0 As Double, b1 As Double, b2 As Double
www.eeworm.com/read/154133/5640357

vbw 正态分布分位数v.vbw

modMethod = 44, 58, 574, 391, C modCall = 66, 87, 596, 420,
www.eeworm.com/read/154133/5640358

vbp 正态分布分位数v.vbp

Type=Exe Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\System32\stdole2.tlb#OLE Automation Module=modMethod; 正态分布分位数M.bas Module=modCall; 正态分布分位数M1.bas Startup="Sub Main" C
www.eeworm.com/read/473191/6858070

txt pku 1064 二分查找.txt

#include #include #include #include using namespace std; //PKU 1064 二分查找 #define NMAX 10005 #define MINI 0.000001 double len[NMAX]; void solve(
www.eeworm.com/read/471405/6892432

txt 二分法.txt

#include #define f(x) ((x*x+10)*x-20) #define eps 0.0001 /* 容许误差 */ main() { float a,b,y,x; int k=0; printf("a,b="); scanf("%f, %f ",&a ,&b); if(f(a)*f(b)>=0) /* 判断是否符合二