代码搜索:XY图
找到约 10,000 项符合「XY图」的源代码
代码结果 10,000
www.eeworm.com/read/154133/5640349
frm 正态分布图f.frm
VERSION 5.00
Begin VB.Form frmNorm
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "正态分布"
ClientHeight = 2250
ClientLeft = 60
Cli
www.eeworm.com/read/154133/5640350
bas 正态分布图m.bas
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
www.eeworm.com/read/154133/5640352
vbp 正态分布图v.vbp
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=正态分布图
www.eeworm.com/read/154133/5640353
vbw 正态分布图v.vbw
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
www.eeworm.com/read/475811/6778825