代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/126609/14415483
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public str1 As String
Public Type templ
collegecode As String
collegename As String
publishinghouse2 As String
www.eeworm.com/read/126507/14418678
h peekbackstack.h
#include "IntArray.h"
class PeekbackStack : public IntArray {
private:
// const int static bos = -1;
const int static bos;
public:
// explicit PeekbackStack( int size )
PeekbackStack( int
www.eeworm.com/read/227399/14428283
bas modulemain.bas
Attribute VB_Name = "ModuleMain"
Option Explicit
Public Declare Function PlaySound Lib "Coredll" Alias "PlaySoundW" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long
www.eeworm.com/read/126105/14445505
bas modmain.bas
Attribute VB_Name = "modMain"
Option Explicit
Public fMain As frmMain
Public gbytAccredit As String
Public gstrAdminID As String
Public mCdt As Object
''Public mCdt As New LibraryData.clData
www.eeworm.com/read/125855/14458048
bas modcam.bas
Attribute VB_Name = "modCam"
Option Explicit
Public objInput As DirectInput8
Public KeyboardState As DIKEYBOARDSTATE, KeyStates(255) As Boolean
Public diKeyboard As DirectInputDevice8
Public di
www.eeworm.com/read/226201/14488962
bas mdlhook.bas
Attribute VB_Name = "mdlHook"
Option Explicit
Public Declare Function SetWindowsHookEx Lib "user32" Alias _
"SetWindowsHookExA" (ByVal idHook As Long, ByVal lpfn As Long, _
ByVal hmod As
www.eeworm.com/read/123326/14637342
bas pf.bas
Attribute VB_Name = "pf"
Option Explicit
Public Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uRetur