代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/415925/11048594
bas comp_lzwpredefined.bas
Attribute VB_Name = "Comp_LZW_Predefined"
'Option Compare Database
Option Explicit
'This is a 2 run method
Private MaxChars As Long
Private TempStream() As Byte
Private OutStream() As By
www.eeworm.com/read/415925/11048650
bas comp_paring64.bas
Attribute VB_Name = "Comp_Paring64"
Option Explicit
'This algorithm collect character pairs in a dictionary with the
'most repeated pair in front of the dictionary
'Al characters which are n
www.eeworm.com/read/415925/11048665
bas comp_arithmetic_dynamic.bas
Attribute VB_Name = "Comp_Arithmetic_Dynamic"
Option Explicit
'This is a 1 run method
Private OutStream() As Byte
Private OutPos As Long
Private OutBitCount As Integer
Private OutByteBuf
www.eeworm.com/read/415925/11048725
bas cod_differ.bas
Attribute VB_Name = "Cod_Differ"
Option Explicit
'This coder calculates the difference between two codes
'if the first code = 20 and the second code = 15 then then difference
'between those
www.eeworm.com/read/415708/11057347
bas modmain.bas
Attribute VB_Name = "modMain"
Option Explicit
Global gblConnectionString As String
Public Enum DatabaseOperation
None = 0
Add = 1
Edit = 2
End Enum
Public Enum colBookGrid
www.eeworm.com/read/414733/11104491
bas main.bas
Attribute VB_Name = "Main"
Option Explicit
Public strDataPath As String
Public strInBuffers As String
Public bStartNew As Boolean
Public bGroup As Boolean
Public bWriteSim As Boolean
Public b
www.eeworm.com/read/414733/11104663
bas main.bas
Attribute VB_Name = "Main"
Option Explicit
Public strServer As String
Public nPort As Integer
Public nDisplayMode As Integer 'See frmServer
Public nPwdMode As Integer
Public strSubCharSet As S
www.eeworm.com/read/414733/11105031
bas main.bas
Attribute VB_Name = "Main"
Option Explicit
Public bStartComm As Boolean
Public strInBuffers As String
Public nOptInterval As Integer
Public nSample As Integer
Public nCount As Integer
Public st
www.eeworm.com/read/414733/11105126
bas main.bas
Attribute VB_Name = "Main"
Option Explicit
'0 for Char, 1 for Hex
Public nDisplayMode As Integer
Public nWorkMode As Integer 'See frmSetup
Public nLocalPort As Integer
Public nRemotePort
www.eeworm.com/read/269108/11108905
bas module3.bas
Attribute VB_Name = "Module3"
Option Explicit
Public MDIFormBackColor As Long
Public FormBackColor As Long
Public FormTopColor As Long
Public LabelColor As Long
Const MsFlexGridFixColor = 167771