代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/161415/10415136
bas midmif.bas
Attribute VB_Name = "Module6"
Option Explicit
Dim ColumnsN As Integer, ColumnsType() As String
Dim PenWidth As Integer, PenPattern As Integer, PenColor As Long
Dim FillPattern As Integer, FillFore
www.eeworm.com/read/279553/10420863
bas modsendma.bas
Attribute VB_Name = "ModSendMa"
Option Explicit
Public V_TimerCount As Integer
Public FtpUserName As String
Public FtpPassWord As String
Public FtpIP As String
Public IPaddress As String
Public
www.eeworm.com/read/161328/10424527
bas mducapture.bas
Attribute VB_Name = "mduCapture"
Option Explicit
Public Type RECT
left As Long
Top As Long
Right As Long
Bottom As Long
End Type
Public Const HWND_DESKTOP =
www.eeworm.com/read/161328/10424670
bas mduglobal.bas
Attribute VB_Name = "mduGlobal"
Option Explicit
Public Function GetAppPath() As String
If Right(App.Path, 1) = "\" Then
GetAppPath = App.Path
Else
GetAppPath = App.Path
www.eeworm.com/read/353439/10446541
java basicgeneratordemo14.java
// generics/BasicGeneratorDemo14.java
// TIJ3 Chapter Generics, Exercise 14, page 639
/* Modify BasicGeneratorDemo.java to use the explicit form of creation for the
* Generator (that is, use the ex
www.eeworm.com/read/353214/10462563
bas apistuff.bas
Attribute VB_Name = "APIStuff"
Option Explicit
Public OldWindowProc As Long
Public TheForm As Form
Public TheMenu As Menu
Declare Function CallWindowProc Lib "user32" Alias "CallWindowProcA"