代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/487357/6509067
bas comp_vbcreorderble.bas
Attribute VB_Name = "Comp_VBCReorderble"
Option Explicit
'This is a 2 run method
Private Type Bitset
LowValue As Integer
Needed As Integer
End Type
Private Type MinMax
Minimu
www.eeworm.com/read/487357/6509079
bas cod_valuetwister.bas
Attribute VB_Name = "Cod_ValueTwister"
Option Explicit
Private TwistPos As Integer
Private Dictionary As String
'This coder work with a dictionary of all ascii codes
'but don't keep track of
www.eeworm.com/read/487357/6509088
bas cod_bwt.bas
Attribute VB_Name = "Cod_BWT"
Option Explicit
'This is a Burrows-Wheeler transform coder
'It works by sorting al the data in lexicographical order
'and the it takes the last character of each ar
www.eeworm.com/read/487357/6509089
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 two
www.eeworm.com/read/487439/6512209
bas drvscan.bas
Attribute VB_Name = "Module1"
Option Explicit
Declare Function MoveWindow Lib "user32" _
(ByVal hwnd As Long, _
ByVal x As Long, ByVal y As Long, _
www.eeworm.com/read/485264/6556927
bas advntfs.bas
Attribute VB_Name = "AdvNtfs"
Option Explicit
Public Declare Function DeviceIoControl Lib "kernel32" (ByVal hDevice As Long, ByVal dwIoControlCode As Long, _
lpInBuffer As Any, ByVal nInBufferSiz
www.eeworm.com/read/485403/6561465
bas mdeclare.bas
Attribute VB_Name = "mDeclare"
Option Explicit
' Various constants
Public Const PIFACTOR = 0.0174532
' Constants for use with win32 API ...
Public Const IMAGE_BITMAP = 0
www.eeworm.com/read/485206/6567575
bas drvscan.bas
Attribute VB_Name = "Module1"
Option Explicit
Declare Function MoveWindow Lib "user32" _
(ByVal hwnd As Long, _
ByVal x As Long, ByVal y As Long, _