代码搜索:explicit

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

代码结果 10,000
www.eeworm.com/read/138968/13199339

bas basnet.bas

Attribute VB_Name = "basNet" '**************************************** '汉化: 小聪明 coolzm@sohu.com '小聪明的主页VB版: http://coolzm.533.net '**************************************** Option Explicit
www.eeworm.com/read/138968/13199342

bas modencrypt.bas

Attribute VB_Name = "modEncrypt" Option Explicit Public Function reversestring(varinstr As Variant) Dim strnew As String Dim i As Long For i = Len(varinstr) + 1 To 1 Step -1
www.eeworm.com/read/138968/13199362

bas cd_info.bas

Attribute VB_Name = "CD_Serial_Number" Option Explicit Private Declare Function GetPrivateProfileString Lib "Kernel32" Alias "GetPrivateProfileStringA" _ (ByVal lpApplicationName As String, ByVal l
www.eeworm.com/read/138968/13199382

bas basapi.bas

Attribute VB_Name = "basAPI" '**************************************** '汉化: 小聪明 coolzm@sohu.com '小聪明的主页VB版: http://coolzm.533.net '**************************************** Option Explicit
www.eeworm.com/read/138968/13199387

bas vbcdabout.bas

Attribute VB_Name = "CD_Serial_Number" Option Explicit Private Declare Function GetPrivateProfileString Lib "Kernel32" Alias "GetPrivateProfileStringA" _ (ByVal lpApplicationName As String, ByVal l
www.eeworm.com/read/138968/13199392

bas basmath.bas

Attribute VB_Name = "basMath" '**************************************** '汉化: 小聪明 coolzm@sohu.com '小聪明的主页VB版: http://coolzm.533.net '**************************************** Option Explicit
www.eeworm.com/read/138968/13199395

bas bascvmk.bas

Attribute VB_Name = "basCVMK" '**************************************** '汉化: 小聪明 coolzm@sohu.com '小聪明的主页VB版: http://coolzm.533.net '**************************************** Option Explicit
www.eeworm.com/read/325023/13232523

java explicitstatic.java

//: initialization/ExplicitStatic.java // Explicit static initialization with the "static" clause. import static net.mindview.util.Print.*; class Cup { Cup(int marker) { print("Cup(" + ma
www.eeworm.com/read/239964/13243911

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit '===================================== Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" _ (ByVal hWnd As Long, ByVal wMsg As Lon
www.eeworm.com/read/137792/13296791

def serial.def

; Serial.def : Declares the module parameters for the DLL. LIBRARY "Serial" DESCRIPTION 'Serial Windows Dynamic Link Library' EXPORTS ; Explicit exports can go here RS_Open @