代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/135305/13940894
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
'
' Copyright
www.eeworm.com/read/235443/14071703
def gpscplud.def
LIBRARY GPS103UD
DESCRIPTION 'GPS Control Panel Applet'
EXPORTS
; Explicit exports can go here
CPlApplet @1
www.eeworm.com/read/235443/14071712
def gpscplu.def
LIBRARY GPS103U
DESCRIPTION 'GPS Control Panel Applet'
EXPORTS
; Explicit exports can go here
CPlApplet @1
www.eeworm.com/read/235443/14071714
def gpscpld.def
LIBRARY GPS103D
DESCRIPTION 'GPSLIB Control Panel Applet'
EXPORTS
; Explicit exports can go here
CPlApplet @1
www.eeworm.com/read/235443/14071719
def gpscpl.def
LIBRARY GPS103
DESCRIPTION 'GPSLIB Control Panel Applet'
EXPORTS
; Explicit exports can go here
CPlApplet @1
www.eeworm.com/read/132817/14072320
bas mdlpub.bas
Attribute VB_Name = "mdlPub"
Option Explicit
Public Const MaxRecNumber = 200
Public Con As ADODB.Connection
Public Agree As Boolean
Private Const ConStr = "Provider=Microsoft.Jet.OLEDB.3.51;Persi