代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/185058/9059251
cpp 关键字.cpp
auto
break
case
catch
char
class
const
continue
default
delete
do
double
else
enum
explicit
extern
false
float
for
friend
goto
if
inline
int
long
mutable
new
operator
priva
www.eeworm.com/read/381906/9065475
bas mmanipulatemsgbox.bas
Attribute VB_Name = "MManipulateMsgBox"
Option Explicit
' demo project showing how to use the API to manipulate a messagebox
' by Bryan Stafford of New Vision Software
www.eeworm.com/read/184890/9067714
cpp static_cast.cpp
//: C03:static_cast.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
void func(int) {}
int main()
www.eeworm.com/read/282353/9099162
bas mmanipulatemsgbox.bas
Attribute VB_Name = "MManipulateMsgBox"
Option Explicit
' demo project showing how to use the API to manipulate a messagebox
' by Bryan Stafford of New Vision Software
www.eeworm.com/read/281673/9142189
cpp static_cast.cpp
//: C03:static_cast.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
void func(int) {}
int main()
www.eeworm.com/read/379889/9172913
def para_database_program.def
; para_database_program.def : Declares the module parameters for the DLL.
LIBRARY "para_database_program"
DESCRIPTION 'para_database_program Windows Dynamic Link Library'
EXPORTS
; E
www.eeworm.com/read/182192/9212749
asp 3_7.asp
定义和调用函数
Function add_num(num1,num2)
add_num=num1+num2
End Function
DIM a,b
a=4
b=12
Response.write a&"+
www.eeworm.com/read/375879/9345891
bas mdlmtypeop.bas
Attribute VB_Name = "mdlMTypeOp"
Option Explicit
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' 客户类型管理操作函数
'添加客户类型
Private Sub AddClientType(ByRef trv As TreeV
www.eeworm.com/read/374512/9401366
fdo testclock1.fdo
## NOTE: Do not edit this file.
## Autogenerated by ProjNav (creatfdo.tcl) on Sat Jun 21 20:12:04 涓?鍥芥爣鍑嗘椂闂? 2008
##
vlib work
vcom -93 -explicit Plus60.vhf
vcom -93 -explicit Hour.vhf
vcom -
www.eeworm.com/read/178378/9405226
cpp statcast.cpp
//: C24:Statcast.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Examples of static_cast
class Base { /