代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/104136/6206490
cfg creport7.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/162614/5515916
h uclinux.h
#undef STARTFILE_SPEC
#define STARTFILE_SPEC \
"crt1%O%s crti%O%s crtbegin%O%s crtlibid%O%s"
#undef ENDFILE_SPEC
#define ENDFILE_SPEC \
"crtend%O%s crtn%O%s"
#undef LIB_SPEC
#define LIB_SPEC
www.eeworm.com/read/162614/5517691
c instantiate2.c
// Test that 'static template' instantiates statics.
// { dg-do compile }
// { dg-options "-fno-implicit-templates" }
template struct A {
static T t;
};
template T A::t = 0;
www.eeworm.com/read/158872/5592612
h cma_mutex.h
/*
* (c) Copyright 1990-1996 OPEN SOFTWARE FOUNDATION, INC.
* (c) Copyright 1990-1996 HEWLETT-PACKARD COMPANY
* (c) Copyright 1990-1996 DIGITAL EQUIPMENT CORPORATION
* (c) Copyright 1991, 1992 Si
www.eeworm.com/read/195136/8172425
h quantizertype.h
#ifndef QUANTIZERTYPE_H_
#define QUANTIZERTYPE_H_
enum QuantizerType{TYPE_NO_QUANT,TYPE_IMPLICIT_QUANT,TYPE_EXPLICIT_QUANT};
#endif //QuantizerType.h
www.eeworm.com/read/424794/10412279
hpp absecuritybuilderd4.hpp
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'abSecurityBuilderD4.pas' rev: 4.00
#ifndef abSecu
www.eeworm.com/read/424794/10412285
hpp absecuritybuilderr4.hpp
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'abSecurityBuilderR4.pas' rev: 4.00
#ifndef abSecu
www.eeworm.com/read/460969/7236531
f90 mod_const.f90
MODULE MOD_CONST
! module contains all build-time constants
IMPLICIT NONE
INTEGER, PARAMETER :: N_E_PAR = 2 , N_Y_PAR = 1
END MODULE MOD_CONST
www.eeworm.com/read/136989/5838468
cpp session.cpp
//
// Session.cpp,v 1.1 2002/03/13 19:58:37 coryan Exp
//
#include "Session.h"
#include "Implicit_Deactivator.h"
ACE_RCSID(TAO_RTEC_Perf_RTCORBA_Callback, Session, "Session.cpp,v 1.1 2002/03/13
www.eeworm.com/read/344877/11854956
f90 ave_module.f90
module ave_module
implicit none
real,dimension(1:10) ::sum_tss,sum_wliq,sum_wice
real ::sum_tlsha,sum_tlsun
real ::sum_ldew
re