代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/236317/4641262
bas dbgwproc.bas
Attribute VB_Name = "WindowProcHookMod"
Option Explicit
Private Const cstrEbMode As String = "EbMode"
Private Declare Function GetModuleHandle Lib "kernel32" Alias "GetModuleHandleA" (ByVal lpModul
www.eeworm.com/read/236317/4641272
bas edittlbexe.bas
Attribute VB_Name = "modEditTLBExe"
Option Explicit
Public Const cidMenuFile As Integer = 101
Public Const cidMenuFileNew As Integer = 102
Public Const cidMenuFileOpen As Integer = 103
Public Con
www.eeworm.com/read/234540/4658522
bas modattachlistview.bas
Attribute VB_Name = "ModAttachListView"
Option Explicit
'**************************************************************
'*模块名称:ModAttachListView
'*模块功能:将FlexGrid中的数据添加到报表类
'*说明:
'*
'*备注:
'*
www.eeworm.com/read/234540/4658529
bas modattachflexgrid.bas
Attribute VB_Name = "ModAttachFlexGrid"
Option Explicit
'**************************************************************
'*模块名称:ModAttachFlexGrid
'*模块功能:将FlexGrid中的数据添加到报表类
'*说明:
'*
'*备注:
'*
www.eeworm.com/read/234540/4658532
bas modini.bas
Attribute VB_Name = "ModIni"
Option Explicit
'**********************************************
'*重新封装读取INI文件的函数
'*简化函数名称
'*进行错误处理
'**********************************************
Private Dec
www.eeworm.com/read/234134/4660888
h strings.h
/*
COW : Character Oriented Windows
strings.h : string pool (+special message-box stuff)
-- use these variables if string is duplicated, otherwise use the
explicit #defines as found in
www.eeworm.com/read/233448/4672116
c cond2.c
struct Term { };
struct Boolean : Term {
explicit Boolean(bool);
};
struct IsZero : Term {
Term *eval();
};
Term*
IsZero::eval()
{
return true ? new Boolean(false) : this; // { dg-error "" }
}
www.eeworm.com/read/220944/4838492
def compa.def
; CompA.def : Declares the module parameters for the DLL.
LIBRARY "CompA"
DESCRIPTION 'CompA Component Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllGetCl
www.eeworm.com/read/220944/4838511
def compb.def
; CompB.def : Declares the module parameters for the DLL.
LIBRARY "CompB"
DESCRIPTION 'CompB Component Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
DllGetCl