代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/299578/7844533
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
www.eeworm.com/read/399182/7883429
bas hmainmodule.bas
Attribute VB_Name = "HmainModule"
Option Explicit
Public intKeiryoMon As Integer 'VB傊捠抦 1:start 2:stop
Public setFocusFlag As String
Public pblnWait As Boolean
'Public
www.eeworm.com/read/198432/7935363
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public color As Integer
Public Sub ShowNum(source As PictureBox, Target As PictureBox, Digit As Integer, color As Integer, position As Integer)
www.eeworm.com/read/197875/7965185
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