代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/347845/11633003
bas shellwait.bas
Attribute VB_Name = "ShellWait"
Option Explicit
'Permet de faire une pause dans le code: Sleep 5000 (pause de 5 secondes)
'(pour laisser le temps
www.eeworm.com/read/346065/11771530
vb application.designer.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version:2.0.50727.832
'
' Changes to
www.eeworm.com/read/259220/11814548
cpp static_cast.cpp
//: C03:static_cast.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
void func(int) {}
int main()
www.eeworm.com/read/258191/11879271
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
clas
www.eeworm.com/read/344239/11897243
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/154735/11930466
bas mdl.bas
Attribute VB_Name = "Mdl"
Option Explicit
Global UserName As String
Global Cn As New ADODB.Connection
Global Const ljg = "ljglzx"
www.eeworm.com/read/343072/11977567
bas mmanipulatemsgbox.bas
Attribute VB_Name = "MManipulateMsgBox"
Option Explicit
' demo project showing how to use the API to manipulate a messagebox
' by Bryan Stafford of New Vision Software