代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/168645/9903597
bas nlmivmainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim n As Integer, m As Integer
Dim s As String
' 3个未知数
m = 3
' 2次方程
n = 2
' 分配初值和解的内存
ReDim x(n) As Dou
www.eeworm.com/read/168645/9903599
bas nlaitkenmainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim n As Integer
Dim x As Double
' 迭代初值
x = 0
'求解
n = NLAitkenRoot(x, 60, 0.000001)
If n > 0 Then
www.eeworm.com/read/168645/9903608
bas nlnewtonrootmainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim n As Integer
Dim x As Double
' 迭代初值
x = 1.5
'求解
n = NLNewtonRoot(x, 60, 0.000001)
If n >= 0
www.eeworm.com/read/168645/9903624
bas nlqrrootmainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim x As Double
' 迭代初值
x = 1
'求解
If NLPqRoot(x, 0.000001) Then
MsgBox "x = " & x
Else
MsgBox "求
www.eeworm.com/read/362433/9999575
frm frmnote.frm
VERSION 5.00
Begin VB.Form frmNote
BorderStyle = 4 'Fixed ToolWindow
Caption = "作废原因"
ClientHeight = 1800
ClientLeft = 45
ClientTop = 270
www.eeworm.com/read/163997/10135401
bas waveioproc.bas
Attribute VB_Name = "WaveIOProc"
Option Explicit
Public Const BUF_SIZE = 327680
Public Const SAMPLES = 22050&
Public Const BITS = 16
Public Const CHANNEL = 1
Public Const WIM_OPEN = &H1
Pub
www.eeworm.com/read/358177/10194993
vbs nt_telsp.vbs
set oEc = Wscript.CreateObject("EasyCics.App")
r = oEc.ConnectServer("CICSLR01", "TEST", "TEST")
if r0 then
MsgBox "can't connect"
Wscript.Quit r
end if
s = InputBox("请输入查询号码:")
i
www.eeworm.com/read/358177/10195003
vbs clirs.vbs
set oEc = Wscript.CreateObject("EasyCics.App")
r = oEc.ConnectServer("CICSNT01", "TEST", "TEST")
if r0 then
MsgBox "can't connect"
Wscript.Quit r
end if
'If you want to send large c
www.eeworm.com/read/358177/10195007
vbs nt_telecomo.vbs
set oEc = Wscript.CreateObject("EasyCics.App")
r = oEc.ConnectServer("CICSNT01", "TEST", "TEST")
if r0 then
MsgBox "can't connect"
Wscript.Quit r
end if
s = InputBox("请输入查询号码:")
i
www.eeworm.com/read/358177/10195019
vbs nt_telsp1.vbs
set oEc = Wscript.CreateObject("EasyCics.App")
r = oEc.ConnectServer("CICSLR01", "TEST", "TEST")
if r0 then
MsgBox "can't connect"
Wscript.Quit r
end if
s = InputBox("请输入查询号码:")
i