代码搜索:磁场分布

找到约 3,825 项符合「磁场分布」的源代码

代码结果 3,825
www.eeworm.com/read/164520/5489416

frm x2分布f.frm

VERSION 5.00 Begin VB.Form frmNorm Appearance = 0 'Flat BackColor = &H80000005& Caption = "正态分布" ClientHeight = 2250 ClientLeft = 60 Cli
www.eeworm.com/read/164520/5489417

vbp x2分布v.vbp

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

vbw x2分布v.vbw

modMethod = 88, 88, 591, 424, C modCall = 44, 58, 647, 391, C
www.eeworm.com/read/164520/5489419

bas x2分布m.bas

Attribute VB_Name = "modMethod" Option Explicit '计算卡方分布函数和概率密度 'n:自由度 'x2:卡方值 'F:下侧概率 'd:概率密度 Public Sub CX2(n As Integer, X2 As Double, F As Double, d As Double) Dim PIS As Double, x As D
www.eeworm.com/read/164520/5489452

frm 二项式分布f1.frm

VERSION 5.00 Begin VB.Form frmOutput Appearance = 0 'Flat BackColor = &H80000005& Caption = "二项式分布" ClientHeight = 8820 ClientLeft = 60
www.eeworm.com/read/164520/5489454

bas 二项式分布m1.bas

Attribute VB_Name = "modParameter" '二项式分布 Option Explicit '数组A保存计算结果 Public A() As Double 'n:试验次数 'p:一次试验中事件A出现的概率 'x:n次试验中事件A出现的次数 Public n As Integer, p As Single, x As Integer