代码搜索结果
找到约 10,000 项符合
F 的代码
f
m=4,the SmallKasami sequence as following:
The No.1 smallkasami sequence is:-1111-111-1-11-11-1-1-1
The No.2 smallkasami sequence is:11-1-1-1-1-1-11-1-1-11-11
The No.3 smallkasami sequence is:-1-1-
f
a
aaab
ab
b
f
#!/usr/local/bin/perl
# x86 assember
f
#!/usr/local/bin/perl
# x86 assember
f
modMethod = 14, -1, 714, 548, C
modCall = 110, 145, 706, 609, C
f
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
f
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
f
Attribute VB_Name = "modCall"
Option Explicit
'调用计算F分布分位数的子程序
Sub Main()
Dim I As Integer, FF As Double
Dim sngF As Single
For I = 1 To 5
PF_DIST 1, I, 0.05, FF '调用计算F分
f
Attribute VB_Name = "modCall"
Option Explicit
'调用计算F分布函数的子程序
Sub Main()
Dim I As Integer, J As Integer, dblK As Double
Dim pp As Double, dd As Double
Dim sngP As Single, sngD As Sing