代码搜索结果
找到约 10,000 项符合
I 的代码
i
name I
special
internalname cmti10
spacewidth 375155
slant 14.036243
ligatures ff fi fl ffi ffl 0
checksum -50321606
designsize 10485760
kernpairs
ff ' 109373
ff ? 109373
ff ! 109373
ff ) 109373
ff rB
i
VERSION 5.00
Begin VB.Form frmNorm
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "正态分布"
ClientHeight = 2250
ClientLeft = 60
Cli
i
VERSION 5.00
Begin VB.Form frmPicture
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "正态分布概率密度图"
ClientHeight = 5595
ClientLeft = 60
i
Attribute VB_Name = "modMethod"
Option Explicit
'计算正态分布函数
'u:正态偏离点
'p:下侧概率
Public Sub Norm(u, P)
Dim y As Double, ER As Double, Q As Double
Dim A
Const a1 As Double = 0.070523078
i
Attr<mark>i</mark>bute VB_Name = "modCall"
Opt<mark>i</mark>on Expl<mark>i</mark>c<mark>i</mark>t
'调用计算正态分布函数的子程序
Sub Ma<mark>i</mark>n()
D<mark>i</mark>m <mark>I</mark>, P
For <mark>I</mark> = 1 To 5
Norm <mark>I</mark>, P '调用计算正态分布函数的子程序
Debug.Pr<mark>i</mark>nt "正态偏离点u=", <mark>I</mark>, "下侧概率p=", P
...
i
modMethod = 144, 235, 652, 621, C
frmNorm = 17, -2, 525, 384, C, 22, 29, 623, 415, C
modCall = -99, 76, 539, 409, C
frmPicture = 0, 0, 530, 333, C, 10, -4, 540, 478, C
i
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
Module=modMethod; 正态分布图M.bas
Form=正态分布图F.frm
Module=modCall; 正态分布图M1.bas
Form=正态分布图