代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/232735/14183896
bas idn.bas
Attribute VB_Name = "Module1"
Option Explicit
'' """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
'' Copyright
www.eeworm.com/read/130467/14191741
asn cryptlib.asn
-/ This specification makes one slight deviation from standard ASN.1 syntax
to overcome an annoyance in ASN.1 which requires a separate -- at the
start of each and every line of comment. Inst
www.eeworm.com/read/127906/14328992
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
www.eeworm.com/read/123591/14621927
bas module1.bas
Attribute VB_Name = "Module1"
Public fMainForm As frmMain
Option Explicit
Sub Main()
Dim fLogin As New frmLogin
fLogin.Show vbModal
If Not fLogin.OK Then
End
End If
Unload
www.eeworm.com/read/123210/14642463
bas module1.bas
Attribute VB_Name = "Module1"
Public fMainForm As frmMain
Option Explicit
Sub Main()
Dim fLogin As New frmLogin
fLogin.Show vbModal
If Not fLogin.OK Then
End
End If
Unload