代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/381685/9077497
bas moddbset.bas
Attribute VB_Name = "modDBSet"
Option Explicit
Dim m_tagErrInfo As TYPE_ERRORINFO ' 错误信息
Public dbMyDB As ADODB.Connection
Public bolDBStatus
www.eeworm.com/read/282353/9098867
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/281910/9127379
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Type ENCRYPTCLASS
Name As String
Object As Object
Homepage As String
End Type
Public EncryptObjects() As ENCRYPTCLASS
Public Encryp
www.eeworm.com/read/281848/9129892
java basicgeneratordemo14.java
// generics/BasicGeneratorDemo14.java
// TIJ3 Chapter Generics, Exercise 14, page 639
/* Modify BasicGeneratorDemo.java to use the explicit form of creation for the
* Generator (that is, use the ex
www.eeworm.com/read/281847/9130540
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/380492/9144846
tt
Option Explicit
Sub main()
Dim sFile As String
Dim Element As Object
Dim RetCoord As Variant
Dim Dis As Double
On Error GoTo ErrHandle
sFile = Dir("e:\dwg\*.dwg", vbAr
www.eeworm.com/read/379682/9188137
bas databasecoonection.bas
Attribute VB_Name = "DatabaseConnection"
Option Explicit
Private Declare Function InitCommonControls Lib "Comctl32.dll" () As Long
Public cnPatients As ADODB.Connection 'cnPatient is database na