代码搜索:explicit

找到约 10,000 项符合「explicit」的源代码

代码结果 10,000
www.eeworm.com/read/162614/5520297

c static3.c

// { dg-do run } // On targets that don't support weak symbols, we require an explicit // instantiation of arr. // { dg-require-weak "" } template struct A { static T arr[5]; }; template
www.eeworm.com/read/162614/5522119

c iomanip.c

// { dg-do assemble } // { dg-options "-O -Winline" } // Bug: g++ wouldn't inline op
www.eeworm.com/read/162614/5522392

c dtor2.c

// { dg-do run } // PRMS Id: 5163 // Bug: g++ doesn't accept the explicit destructor call syntax for templates. template struct A { }; A a; int main() { a.~A(); // { dg-bogus ""
www.eeworm.com/read/162614/5538003

h std_stdexcept.h

// Standard exception classes -*- C++ -*- // Copyright (C) 2001, 2002 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can re
www.eeworm.com/read/158872/5592193

exp gdbvars.exp

# Copyright (C) 1992, 1997 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by
www.eeworm.com/read/154636/5635131

h carryparam.h

// CarryParam.h: interface for the CCarryParam class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_CARRYPARAM_H__E2901CAA_F542_457C_99A4_88D4581CBA69
www.eeworm.com/read/154133/5640325

bas x2分布m1.bas

Attribute VB_Name = "modCall" Option Explicit '调用计算卡方分布函数的子程序 Sub Main() Dim I As Integer, F As Double, d As Double Dim F1 As Single, d1 As Single For I = 1 To 9 CX2 I, 5, F
www.eeworm.com/read/394067/8250008

fdo tb_ecc_vhd.fdo

## NOTE: Do not edit this file. ## Autogenerated by ProjNav (creatfdo.tcl) on Tue Apr 15 10:35:24 中国标准时间 2008 ## vlib work vcom -explicit -93 "eccTab256.vhd" vcom -explicit -93 "FIFO8x16.vhd"
www.eeworm.com/read/174288/9598417

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Public ado As String Public bjje As Currency Public bfdb As Integer Public bfpath As String
www.eeworm.com/read/267836/11160894

bas 渐开线函数模块.bas

Attribute VB_Name = "渐开线函数模块" Option Explicit Dim a0 As Double Public Function inv(ByVal a0) As Double inv = Tan(a0) - a0 End Function