代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/412093/11216119
bas general.bas
Attribute VB_Name = "General"
Option Explicit
Declare Function SetWindowPos& Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, By
www.eeworm.com/read/248399/12579288
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public conn As New ADODB.Connection '标记连接对象
Public select_menu As String '标记所选择的菜单
Public userID As String '标记当前用户ID
P
www.eeworm.com/read/135473/13927034
bas global.bas
Attribute VB_Name = "Global"
Option Explicit
Public strcnn As String
Public strSQL As String
www.eeworm.com/read/135305/13940856
bas general.bas
Attribute VB_Name = "General"
Option Explicit
Declare Function SetWindowPos& Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, By
www.eeworm.com/read/135245/13948633
+ʢk
Attribute VB_Name = "modParameter"
'模糊物元分析
'公有变量和数组
Option Explicit
Public N As Integer '事物个数=模糊物元矩阵的行数
Public M As Integer '物元指标个数=模糊物元矩阵的列数
Public intRo
www.eeworm.com/read/134596/13981173
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public SQLUserName As String
Public SQLPassword As String
Public MyConnection As New ADODB.Connection
www.eeworm.com/read/205278/15322229
def mouse_hook.def
; Mouse_Hook.def : Declares the module parameters for the DLL.
LIBRARY "Mouse_Hook"
DESCRIPTION 'Mouse_Hook Windows Dynamic Link Library'
SECTIONS
sharedata READ WRITE SHARED
EXPORTS
www.eeworm.com/read/113200/15467366
bas genmod.bas
Attribute VB_Name = "GenMod"
Option Explicit
'use for global variable
Public GlobalPath As String
Public TableName As String
Public RecordNo As Integer
www.eeworm.com/read/111571/15509851
bas zfzlook.bas
Attribute VB_Name = "zfzlook"
Option Explicit
Public SourcePath As String
Public ObjectPath As String
Public LookSourceIP As String
Public LookObjectIP As String
www.eeworm.com/read/110256/15538008
def pcsc_com.def
; PCSC_COM.def : Declares the module parameters for the DLL.
LIBRARY "PCSC_COM"
DESCRIPTION 'PCSC_COM Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here