代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/163726/5509428
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Declare Function GetTickCount Lib "kernel32" () As Long
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
www.eeworm.com/read/163726/5509461
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Declare Function GetTickCount Lib "kernel32" () As Long
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
www.eeworm.com/read/163260/5510923
def matrixbase.def
; MatrixBase.def : Declares the module parameters for the DLL.
LIBRARY "MatrixBase"
DESCRIPTION 'MatrixBase Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/163260/5510928
def arithmetic.def
; Arithmetic.def : Declares the module parameters for the DLL.
LIBRARY "Arithmetic"
DESCRIPTION 'Arithmetic Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/162614/5517424
c anon3.c
// Test that anonymous unions work with explicit scope.
static union
{
int i;
};
int main()
{
return ::i;
}
www.eeworm.com/read/162614/5518500
c static_cast4.c
class C {
public:
explicit C(int) {}
};
int main()
{
int i = 0;
static_cast(i);
return 0;
}
www.eeworm.com/read/162614/5535820
java introspector.java
/* java.beans.Introspector
Copyright (C) 1998, 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
www.eeworm.com/read/162519/5545352
java introspector.java
/* java.beans.Introspector
Copyright (C) 1998, 2002, 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
www.eeworm.com/read/161020/5564242
def vicvoice.def
; vicvoice.def : Declares the module parameters for the DLL.
LIBRARY "vicvoice"
DESCRIPTION 'vicvoice Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/161007/5564378
def samptarg.def
; SampTarg.def : Declares the module parameters for the DLL.
LIBRARY "SampTarg"
DESCRIPTION 'SampTarg Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here