代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/127784/14334054
bas mousemovements.bas
Attribute VB_Name = "MouseMovements"
Option Explicit
Public Declare Function GetCursorPos Lib "USER32" (lpPoint As POINTAPI) As Long
Public Type POINTAPI
x As Long
Y As Long
www.eeworm.com/read/127541/14350531
h vector.h
#ifndef VECTOR_H
#define VECTOR_H
#define vector Vector
class ArrayIndexOutOfBounds { };
template
class vector
{
public:
explicit vector( int theSize = 0 ) : current
www.eeworm.com/read/229127/14352543
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/127322/14361109
bas mdlmain.bas
Attribute VB_Name = "mdlMain"
Option Explicit
Public Conn As ADODB.Connection
Public UserName As String
Public SysCaption As String
Public PrintHat As String
Public PrintEnd As String
Publ
www.eeworm.com/read/127322/14361207
bas mdlmain.bas
Attribute VB_Name = "mdlMain"
Option Explicit
Public Conn As ADODB.Connection
Public UserName As String
Public SysCaption As String
Public PrintHat As String
Public PrintEnd As String
Publ