代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/153071/12061859
asv thin.asv
function [out] = thin(in);
tic;
out = in;
h= waitbar(0,'please wait...')
count = 2;
for i = 1:count
out = thinning6(in);
in = out;
waitbar(i/count);
end;
close(h);
result=fenle
www.eeworm.com/read/153071/12061909
m thin.m
function [out] = thin(in);
tic;
out = in;
h= waitbar(0,'please wait...')
count = 2;
for i = 1:count
out = thinning6(in);
in = out;
waitbar(i/count);
end;
close(h);
result=fenle
www.eeworm.com/read/151418/12213087
frm frmdisplaycrop.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmDisplayCrop
Caption = "作物受灾损失信息"
ClientHeight = 4590
ClientLeft
www.eeworm.com/read/250597/12397536
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'加密模块
Dim tou As String * 12
Dim str1 As String * 12
Public Function Jiami(HTmdbPath As String)
tou = "wangbaocun05"
On Error Resume N
www.eeworm.com/read/132050/14112536
bas mlumainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim mtxA(4, 4) As Double
Dim mtxL(4, 4) As Double
Dim mtxU(4, 4) As Double
' 原矩阵
mtxA(1, 1) = 2: mtxA(1, 2) = 4: mtxA(1, 3
www.eeworm.com/read/130876/14171370
bas mlumainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim mtxA(4, 4) As Double
Dim mtxL(4, 4) As Double
Dim mtxU(4, 4) As Double
' 原矩阵
mtxA(1, 1) = 2: mtxA(1, 2) = 4: mtxA(1, 3
www.eeworm.com/read/128079/14317370
txt news.txt
Delphi VclSkin 2.3
News in 2.10
*Fix Scrollbar drag thumb problem.
News in 2.05
*Support multi-skindata in application,Mainform and messagebox can use different skindate.
*Nes
www.eeworm.com/read/226732/14453597
cpp netconnect.cpp
//-----------------------------------------------------------------------------
// File: NetConnect.cpp
//
// Desc: This is a class that given a IDirectPlay8Peer, then DoConnectWizard()
// w
www.eeworm.com/read/224125/14605131
frm main_xtgl_mm.frm
VERSION 5.00
Begin VB.Form main_xtgl_mm
BorderStyle = 3 'Fixed Dialog
Caption = "管理员密码修改"
ClientHeight = 3045
ClientLeft = 2715
ClientTop = 3
www.eeworm.com/read/119738/14823551
bas addin.bas
Attribute VB_Name = "AddIn"
Public Sub Register()
Dim MyDoc As With_Class.Document
Set MyDoc = ActiveDocument
MyDoc.RegisterAddIn "MyFile.dat", "MyCommand", "Menu Text"
MsgBox ("Registered MyAddi