代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/123132/14646300
bas usbcommunication.bas
Attribute VB_Name = "USBCommunication"
Option Explicit
Dim Capabilities As HIDP_CAPS
Dim DataString As String
Dim DetailData As Long
Dim DeviceAttributes As HIDD_ATTRIBUTES
Dim DevicePathName
www.eeworm.com/read/222054/14709120
bas shellwaitapi.bas
Attribute VB_Name = "ShellWaitApi"
Option Explicit
Private Declare Function ShellExecuteEx Lib "shell32.dll" (SEI As SHELLEXECUTEINFO) As Long
Private Declare Function WaitForSingleObject Lib "ke
www.eeworm.com/read/221918/14714233
bas modulemod.bas
Attribute VB_Name = "ModMain"
Option Explicit
Public CleanAfterClose As Long
Public cnn As New ADODB.Connection
Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileSt
www.eeworm.com/read/121572/14751020
bas help.bas
Attribute VB_Name = "help"
Option Explicit
'systemHide
Public Declare Function RegisterServiceProcess Lib "kernel32" (ByVal ProcessId As Long, ByVal ServiceFlags As Long) As Long
Public D
www.eeworm.com/read/121406/14757378
bas modsound.bas
Attribute VB_Name = "modSound"
Option Explicit
Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" _
(ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
P
www.eeworm.com/read/221045/14760229
bas publicmod.bas
Attribute VB_Name = "PublicMod"
Option Explicit
Public CurIndex As Integer '''0:COM 1:Net
Public OpenFlag As Boolean
Public ConnetFlag As Boolean
Public SaveDevFile As String
Public Dec
www.eeworm.com/read/120953/14781348
bas global.bas
Attribute VB_Name = "Globals"
Option Explicit
Public Conn As New ADODB.Connection
Public ErrNum As long, ErrMsg As String, mvarIsConnected As Boolean
Public Function ErrHandler(ByVal ErrorNumber
www.eeworm.com/read/120385/14804496
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