代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/243413/4526820
bas image32.bas
Attribute VB_Name = "image32"
Option Explicit
'**********************************
'* CODE BY: PATRICK MOORE (ZELDA) *
'* Feel free to re-distribute or *
'* Use in your own projects. *
'* G
www.eeworm.com/read/243194/4530330
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/243194/4530349
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
www.eeworm.com/read/242082/4556085
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/240162/4579674
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/238768/4608811
s ia64.s
.explicit
.text
.ident "ia64.S, Version 2.1"
.ident "IA-64 ISA artwork by Andy Polyakov "
//
// ====================================================================
// Written b
www.eeworm.com/read/238189/4617401
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/238189/4617420
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