代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/152633/12096131
bas modstacklog.bas
Attribute VB_Name = "modStackLog"
#If RunStackLogger = 1 Then
Option Explicit
Public Sub LogStackItem(in_str_Name As String)
Dim int_StackLog As Integer
int_StackLog = F
www.eeworm.com/read/152071/12146227
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/253867/12180711
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/151247/12226210
bas clsstart.bas
Attribute VB_Name = "clsStart"
Option Explicit
Public trycount As Integer
Public db As clsDataBase
Public AppPath As String
Public sys As New clsSystem '密码尝试次数
Const CompanyName As
www.eeworm.com/read/253308/12231900
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public cnFriend As ADODB.Connection
Public Sub Friendconnection()
Set cnFriend = New Connection
cnFriend.ConnectionTimeout = 15
www.eeworm.com/read/253215/12239686
bas initialization.bas
Attribute VB_Name = "initialization"
Option Explicit
Declare Function USkinInit Lib "USkin.dll" (ByVal lpszRegCode As String, ByVal lpszFileName As String, ByVal FilName$) As Long
Declare Funct
www.eeworm.com/read/338962/12269762
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/150612/12281925
bas drvscan.bas
Attribute VB_Name = "Module1"
Option Explicit
Declare Function MoveWindow Lib "user32" _
(ByVal hwnd As Long, _
ByVal x As Long, ByVal y As Long, _
www.eeworm.com/read/150565/12286002
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