代码搜索:磁场分布

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

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

vbw t分布分位数v.vbw

modMethod = 71, 38, 650, 502, modCall = 110, 145, 706, 609,
www.eeworm.com/read/164520/5489399

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/164520/5489401

bas t分布分位数m.bas

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

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