代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/457703/7320376
def globaldllobjects.def
; GlobalDllObjects.def : Declares the module parameters for the DLL.
LIBRARY "GlobalDllObjects"
DESCRIPTION 'GlobalDllObjects Windows Dynamic Link Library'
EXPORTS
; Explicit exports
www.eeworm.com/read/457703/7320409
def imageviewer.def
; ImageViewer.def : Declares the module parameters for the DLL.
LIBRARY "ImageViewer"
DESCRIPTION 'ImageViewer Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/453907/7405022
def odbcclasses.def
; ODBCClasses.def : Declares the module parameters for the DLL.
LIBRARY "ODBCClasses"
DESCRIPTION 'ODBCClasses Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/453907/7405178
def keybdhook.def
; KeybdHook.def : Declares the module parameters for the DLL.
LIBRARY "KeybdHook"
DESCRIPTION 'KeybdHook Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/453907/7405206
def globaldllobjects.def
; GlobalDllObjects.def : Declares the module parameters for the DLL.
LIBRARY "GlobalDllObjects"
DESCRIPTION 'GlobalDllObjects Windows Dynamic Link Library'
EXPORTS
; Explicit exports
www.eeworm.com/read/453907/7405233
def imageviewer.def
; ImageViewer.def : Declares the module parameters for the DLL.
LIBRARY "ImageViewer"
DESCRIPTION 'ImageViewer Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/452197/7446165
bas basmain.bas
Attribute VB_Name = "basMain"
Option Explicit
Public Function N(max As Single) As Single
'produces a normalised (gaussian) random value between 0 and max
Dim nval As Single
nval = (Rnd -
www.eeworm.com/read/448851/7524754
bas w_event.bas
Option Explicit
Declare Function WaitForSingleObject Lib "kernel32" Alias "WaitForSingleObject" (ByVal hHandle As Long, ByVal dwMilliseconds As Long) As Long
www.eeworm.com/read/446048/7586485
def kj4.def
; KJ4.def : Declares the module parameters for the DLL.
LIBRARY "KJ4"
DESCRIPTION 'KJ4 Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here