代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/277457/10637785
cpp classtemplaterecursion.cpp
#include
using namespace std;
template
class Array
{
T *ptr_to_array;
public:
explicit Array();
Array(const Array & a);
~Array()
www.eeworm.com/read/277457/10637791
cpp classtemplatesetnumber.cpp
#include
using namespace std;
template
class Array
{
T *ptr_to_array;
public:
explicit Array();
Array(const Array & a);
~Array()
www.eeworm.com/read/159230/10676904
bas commondialog.bas
Attribute VB_Name = "CommonDialog"
Option Explicit
Public Declare Function SHShutDownDialog Lib "shell32" Alias "#60" (ByVal YourGuess As Long) As Long
Private Type OPENFILENAME
lStructSize As
www.eeworm.com/read/421862/10684228
bas adoprocess.bas
Attribute VB_Name = "AdoProcess"
Option Explicit
'no dependence
'Components:
'Microsoft ADO Data Control 6.0 (OLEDB)
'Reference:
'Microsoft ActiveX Data Objects 2.0 Library
Public Sub DeleteD
www.eeworm.com/read/274907/10846007
bas mducapture.bas
Attribute VB_Name = "mduCapture"
Option Explicit
Public Type RECT
left As Long
Top As Long
Right As Long
Bottom As Long
End Type
Public Const HWND_DESKTOP =
www.eeworm.com/read/274907/10846106
bas mduglobal.bas
Attribute VB_Name = "mduGlobal"
Option Explicit
Public Function GetAppPath() As String
If Right(App.Path, 1) = "\" Then
GetAppPath = App.Path
Else
GetAppPath = App.Path