代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/154133/5640459
bas 双因素m1.bas
Attribute VB_Name = "modParameter"
'双因素方差分析
Option Explicit
Public intRow As Integer '行数
Public intRowAll As Integer '总行数
Public intCol As Integer '列数
Public strFil
www.eeworm.com/read/154133/5640489
bas 单因素等次m1.bas
Attribute VB_Name = "modParameter"
'单因素等次方差分析
Option Explicit
Public intRow As Integer '行数
Public intRowAll As Integer '总行数
Public intCol As Integer '列数
Public strF
www.eeworm.com/read/153649/5645648
def textcomp.def
; TextComp.def : Declares the module parameters for the DLL.
LIBRARY "TextComp"
DESCRIPTION 'TextComp Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllCanUnl
www.eeworm.com/read/153649/5645695
def dictcomp.def
; DictComp.def : Declares the module parameters for the DLL.
LIBRARY "DictComp"
DESCRIPTION 'Dictionary Component Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/153649/5645716
def dictcomp.def
; DictComp.def : Declares the module parameters for the DLL.
LIBRARY "DictComp"
DESCRIPTION 'DictComp Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllCanUnl
www.eeworm.com/read/153649/5645725
def sourcecomp.def
; SourceComp.def : Declares the module parameters for the DLL.
LIBRARY "SourceComp"
DESCRIPTION 'SourceComp Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
Dll
www.eeworm.com/read/476045/6772820
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public appdisk As String
Public conn As New ADODB.Connection
Public Rs As New ADODB.Recordset
Public db As String
Public Declare Sub Sleep Lib "ke
www.eeworm.com/read/474054/6829061
def mymfcdll.def
; myMFCDll.def : Declares the module parameters for the DLL.
LIBRARY "myMFCDll"
DESCRIPTION 'myMFCDll Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllCanUnl
www.eeworm.com/read/295679/8146095
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public i As String
Public fso As New FileSystemObject
Public path As String
Public txtfile
Public username As String
Public Function Testtxt
www.eeworm.com/read/195462/8153903
def adddll.def
; adddll.def : Declares the module parameters for the DLL.
LIBRARY "adddll"
DESCRIPTION 'adddll Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
user0
user1