代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/483758/6594606
aspx blank.aspx
Sub Page_Load( s As Object, e As EventArgs )
End Sub
.::Welcom
www.eeworm.com/read/482612/6619909
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'发声
Public Declare Function sndPlaySound Lib "WINMM.DLL" Alias _
"sndPlaySoundA" (ByVal lpszSoundName As String, ByVal u
www.eeworm.com/read/481490/6641631
bas modglobal.bas
Attribute VB_Name = "modGlobal"
Option Explicit
'-- API Declarations
Public Type POINTAPI
x As Long
y As Long
End Type
Public Declare Function timeGetTime Lib "winmm" () As Lo
www.eeworm.com/read/481093/6659314
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public color As Integer
Public Sub ShowNum(source As PictureBox, Target As PictureBox, Digit As Integer, color As Integer, position As Integer)
www.eeworm.com/read/480890/6663244
bas jss.bas
Attribute VB_Name = "mdlJSS"
' NOTE: ScaleMode of this module is pixels.
' It means all of parameters must be in pixels.
' All of variables in this module must be declared.
Option Explicit
'S
www.eeworm.com/read/479598/6689150
bas modconsultas.bas
Attribute VB_Name = "modConsultas"
Option Explicit
Public Datos(1 To 15) As String
Public Function consultarDatos() As Boolean
Dim mors As Recordset
Set mors = New Recordset
Dim s