代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/157007/11745874
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/156892/11756056
bas sockftp.bas
Option Explicit
Declare Function closesocket Lib "WINSOCK.DLL" (ByVal hSocket As Integer) As Integer
Declare Function lstrcpy Lib "KERNEL" (ByVal lpToString As Any, ByVal lpFromString As Any) As L
www.eeworm.com/read/156789/11775090
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/156364/11809286
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/258856/11836449
bas strconv.bas
Attribute VB_Name = "StrConv"
Option Explicit
Private Declare Function IsCharAlphaNumeric Lib _
"user32" Alias "IsCharAlphaNumericA" (ByVal cChar As Byte) As Long
Private Declare Function IsCha