代码搜索:explicit

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

代码结果 10,000
www.eeworm.com/read/420737/10778309

fdo clk_tb.fdo

## NOTE: Do not edit this file. ## Autogenerated by ProjNav (creatfdo.tcl) on Fri Jan 09 22:35:18 涓?鍥芥爣鍑嗘椂闂? 2009 ## vlib work vcom -93 -explicit clk.vhd vcom -93 -explicit clk_tb.vhw vsim -t
www.eeworm.com/read/274497/10869566

bas ddwordpad.bas

Attribute VB_Name = "modDDWordPad" ' Portions of the code are copyright 1995, Microsoft Corporation Option Explicit
www.eeworm.com/read/271450/10994648

cpp statcast.cpp

//: C24:Statcast.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Examples of static_cast
www.eeworm.com/read/468936/6982304

bas fuction.bas

Attribute VB_Name = "Fuction" Option Explicit '盽计 Public Const StartB = "S" 'Public Const DataCntB = 200 Public Const PI = 3.1459 Public Const PI2 = PI * 2 Public Const DotCnt = 500 Public Con
www.eeworm.com/read/466959/7024973

vb application.designer.vb

'------------------------------------------------------------------------------ ' ' This code was generated by a tool. ' Runtime Version:2.0.50727.42 ' ' Changes to
www.eeworm.com/read/465488/7055662

bas mod1.bas

Attribute VB_Name = "Mod1" Option Explicit Public flag As Integer
www.eeworm.com/read/170130/7102913

fdo testwave4.fdo

## NOTE: Do not edit this file. ## Autogenerated by ProjNav (creatfdo.tcl) on Fri Jun 16 20:56:10 中国标准时间 2006 ## vlib work vcom -93 -explicit detector.vhd vcom -93 -explicit testwave4.vhw vsi
www.eeworm.com/read/332978/7142314

java initialvalues2.java

//: initialization/InitialValues2.java // Providing explicit initial values. public class InitialValues2 { boolean bool = true; char ch = 'x'; byte b = 47; short s = 0xff; int i = 9
www.eeworm.com/read/462649/7198619

fdo prueba_vhd.fdo

## NOTE: Do not edit this file. ## Autogenerated by ProjNav (creatfdo.tcl) on Wed Jan 07 22:26:42 Hora estándar romance 2009 ## vlib work vcom -93 -explicit TipoD.vhd vcom -93 -explicit CRC.vh
www.eeworm.com/read/460770/7241095

asm expimp.asm

; ; Test of explicitly and implicitly sized operands ; add esi,2 ; Implicit add esi,123456h ; Implicit add esi,byte 2 ; Explicit add esi,dword 2 ; Explicit add esi,dword 123456h ; Explic