代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/311046/13638012
java explicitstatic.java
//: ExplicitStatic.java
// Explicit static initialization
// with the "static" clause.
class Cup {
Cup(int marker) {
System.out.println("Cup(" + marker + ")");
}
void f(int marker) {
Sy
www.eeworm.com/read/310194/13656432
bas mhirestimer.bas
Attribute VB_Name = "mHiResTimer"
Option Explicit
Private Type TIMECAPS
wPeriodMin As Long
wPeriodMax As Long
End Type
Private Declare Function timeGetDevCaps Lib "winmm.dll" (lpTimeCaps
www.eeworm.com/read/309879/13663386
bas global.bas
Attribute VB_Name = "global"
Option Explicit
Public Declare Function timeGetTime Lib "winmm.dll" () As Long
Public Type COMMDATA
port As Long
BaudRate As Integer
Parity As Inte
www.eeworm.com/read/308127/13707443
bas rtf2html3.bas
Attribute VB_Name = "rtf2html"
Option Explicit
Private strCurPhrase As String
Private strHTML As String
Private Codes() As String
Private NextCodes() As String
Private CodesBeg() As String