代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/143026/5760116
def plot.def
; plot.def : Declares the module parameters for the DLL.
LIBRARY "clPlot"
DESCRIPTION 'RT Plot DLL'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/141268/5774273
def elfloader.def
; ELFLoader.def : Declares the module parameters for the DLL.
LIBRARY "ELFLoader"
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/140411/5792514
def testrunner.def
; TestRunner.def : Declares the module parameters for the DLL.
;LIBRARY "TestRunner"
DESCRIPTION 'TestRunner Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/136824/5848498
def linkerdialog.def
; linkerdialog.def : Declares the module parameters for the DLL.
LIBRARY "linkerdialog"
DESCRIPTION 'linkerdialog Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/136701/5867725
def talkdll.def
; TalkDll.def : Declares the module parameters for the DLL.
LIBRARY "TalkDll"
DESCRIPTION 'TalkDll Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/136178/5873193
def cjlibrary.def
; CJLibrary.def : Declares the module parameters for the DLL.
;LIBRARY "CJLibrary"
DESCRIPTION 'CJLibrary Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/132093/5919441
def launchdll.def
; LaunchDLL.def : Declares the module parameters for the DLL.
LIBRARY "LaunchDLL"
DESCRIPTION 'LaunchDLL Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/132093/5919469
def mousehook.def
; MouseHook.def : Declares the module parameters for the DLL.
LIBRARY "MouseHook"
DESCRIPTION 'MouseHook Windows Dynamic Link Library'
SECTIONS
mydata READ WRITE SHARED
EXPORTS
www.eeworm.com/read/130947/5949063
def cj60lib.def
; CJ60Lib.def : Declares the module parameters for the DLL.
;LIBRARY "CJ60Lib"
DESCRIPTION 'CJ60Lib Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/130875/5949681
ͩ-
Attribute VB_Name = "modParameter"
'计算指数
Option Explicit
Public intRow As Integer '行数
Public intRowAll As Integer '总行数
Public intCol As Integer '列数
Public strFileNa