代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/155546/11863782
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Type mytype
father As String
name As String
type As String
number As Integer
renewid As String
drawingno As String
End Ty
www.eeworm.com/read/155408/11879464
bas modmain.bas
Attribute VB_Name = "ModMain"
Option Explicit
Public strCurUser As String
Public dteSysDate As Date
Public intNumWindows As Integer
Public strConnect As String
Sub main()
frmLogin.Show vb
www.eeworm.com/read/344239/11897270
java explicitstatic.java
//: initialization/ExplicitStatic.java
// Explicit static initialization with the "static" clause.
import static net.mindview.util.Print.*;
class Cup {
Cup(int marker) {
print("Cup(" + ma
www.eeworm.com/read/155083/11899594
bas data.bas
Attribute VB_Name = "Data"
Option Explicit
'*************************************************
Public Enum vbBusy
'修改此处请修改clsContrils类,因为有历史问题
'**********************For g_Busy
vbBusy
www.eeworm.com/read/344193/11902804
bas contr.bas
Attribute VB_Name = "Contr"
Option Explicit
Private Declare Function GetTickCount Lib "kernel32" () As Long '取系统运行时间
Public sendinfo As String
'''''''''''''''''''''''''''''''''''''''''''''''''
www.eeworm.com/read/344090/11909167
txt registry.txt
Option Explicit
Declare Function RegSetValueEx Lib "advapi32.dll" Alias "RegSetValueExA" (ByVal hKey As Long, ByVal lpValueName As String, ByVal Reserved As Long, ByVal dwType As Long, lpData As An
www.eeworm.com/read/256729/11976492
bas midmif.bas
Attribute VB_Name = "Module6"
Option Explicit
Dim ColumnsN As Integer, ColumnsType() As String
Dim PenWidth As Integer, PenPattern As Integer, PenColor As Long
Dim FillPattern As Integer, FillFore
www.eeworm.com/read/343072/11977053
bas drvscan.bas
Attribute VB_Name = "Module1"
Option Explicit
Declare Function MoveWindow Lib "user32" _
(ByVal hwnd As Long, _
ByVal x As Long, ByVal y As Long, _
www.eeworm.com/read/154179/11984426
bas modsound.bas
Attribute VB_Name = "modSound"
Option Explicit
Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" _
(ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
P
www.eeworm.com/read/153543/12028773
bas inference.bas
Attribute VB_Name = "Inference"
Option Explicit
' Inference: an Overview
Sub InferenceExample()
Dim aMSBN As New MSBN3Lib.MSBN
'Load the Auto model
Dim modelAuto As M