代码搜索结果
找到约 10,000 项符合
T 的代码
t
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"
HelpFile=""
t
Attribute VB_Name = "modMethod"
't分布
Option Explicit
'计算GAMMA函数
'x:自变量
'z:GAMMA函数值
Public Sub GAMMA(x As Double, z As Double)
Dim H As Double, y As Double, y1 As Double
H = 1: y = x
L
t
modMethod = 44, 58, 694, 396,
modCall = 66, 87, 589, 551,
t
modMethod = 71, 38, 650, 502,
modCall = 110, 145, 706, 609,
t
Attribute VB_Name = "modCall"
Option Explicit
'调用计算t分布分位数的子程序
Sub Main()
Dim I As Integer, TT As Double, p As Double, d As Double
Dim sngTT As Single
For I = 1 To 20
PT_
t
Attribute VB_Name = "modMethod"
Option Explicit
'求t分布的分位数
'n:自由度,已知
'Q:上侧概率(
t
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
t
modCalculate = 0, 0, 0, 0, C
modCall = 44, 58, 653, 522,
t
#include
#include
#include
#include
const unsigned long mask1 = 0x80000000;
const unsigned long mask2 = 0x7fffffff;
LEDA_BEGIN_