代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/140545/13076824
cpp mininstances.cpp
//: C05:MinInstances.cpp {O}
#include "OurMin.cpp"
// Explicit Instantiations for int and double
template const int& min(const int&, const int&);
template const double& min(const doub
www.eeworm.com/read/140309/13088986
def sauthen.def
LIBRARY "authen"
DESCRIPTION 'Secure Authentication Dynamic Link Library'
EXPORTS
; Explicit exports can go here
SecureAuthen
www.eeworm.com/read/140161/13102387
p parser.p
/* Protogen Version 1.07 Tuesday October 31, 1995 21:29:24 */
/* Parser.c */
void Extraneous(void);
void NewInputFile(void);
void HandleExclamation(void);
voi
www.eeworm.com/read/140161/13102476
h c_kw.h
{
"#define", &escapeColor
}
//-------------------------------------------------------------------------
,
{
"#elif", &escapeColor
}
//-------------------------------------------
www.eeworm.com/read/325466/13204670
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Function cnn() As String '定义函数
'返回一个数据库连接
cnn = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=CYGLXT"
End Func