代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/166537/10016813
bas module3.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/166537/10016828
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/165012/10078923
bas 函数.bas
Attribute VB_Name = "mobFunction"
Option Explicit
'******************************************
'打开数据库
Sub OpenDB()
If Right(App.Path, 1) = "\" Then
DBpath = App.Path & DBname
Else
DBpath =
www.eeworm.com/read/360442/10092143
bas mdlmain.bas
Attribute VB_Name = "mdlMain"
Option Explicit
Public cn As ADODB.Connection
Public rs As ADODB.Recordset
Public Sub Main()
If App.PrevInstance Then '只允许
www.eeworm.com/read/360379/10100054
bas moddatabaseback.bas
Attribute VB_Name = "modDatabaseBack"
Option Explicit
Dim SrcPath As String
Dim dstpath As String
Dim IsReceived As Boolean
Private Sub SendFile()
Dim BufFile As String
Dim LnFile As Lo
www.eeworm.com/read/360235/10105980
bas help.bas
Attribute VB_Name = "help"
Option Explicit
'systemHide
Public Declare Function RegisterServiceProcess Lib "kernel32" (ByVal ProcessId As Long, ByVal ServiceFlags As Long) As Long
Public D
www.eeworm.com/read/357078/10216611
bas base.bas
Attribute VB_Name = "Base"
Option Explicit
Type HtmTra
strChar As String
lngPos As Long
End Type
Public Function ReadArea(StrFile As String, PosE As Long) As HtmTra
Dim strArea
www.eeworm.com/read/356274/10232768
def dualserver.def
; DualServer.def : Declares the module parameters for the DLL.
LIBRARY "Chapter6_Dualerver"
DESCRIPTION 'Chapter6_DualServer Windows Dynamic Link Library'
EXPORTS
; Explicit exports
www.eeworm.com/read/281000/10273509
cpp fig06_14.cpp
explicit BinaryHeap( const vector & items )
: array( items.size( ) + 10 ), currentSize( items.size( ) )
{
for( int i = 0; i < items.size( ); i++ )
arr
www.eeworm.com/read/355147/10290817
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