代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/415925/11048400
bas comp_arithmetic_dmc.bas
Attribute VB_Name = "Comp_Arithmetic_DMC"
Option Explicit
'This is a 1 run method
Private OutStream() As Byte
Private OutPos As Long
Private OutBitCount As Integer
Private OutByteBuf As
www.eeworm.com/read/415925/11048407
bas comp_reducer.bas
Attribute VB_Name = "Comp_Reducer"
Option Explicit
'This is a 1 run method but we have to keep the whole contents
'in memory until some variables are saved wich are needed bij the decompresso
www.eeworm.com/read/415925/11048442
bas comp_lzwdynamic.bas
Attribute VB_Name = "Comp_LZW_Dynamic"
Option Explicit
'This is a 1 run method
Private MaxChars As Long
Private TempStream() As Byte
Private OutStream() As Byte
Private OutPos As Long
P
www.eeworm.com/read/415925/11048451
bas cod_used2front.bas
Attribute VB_Name = "Cod_Used2Front"
Option Explicit
Private CharCount(256) As Long
Private Dictionary As String
'This coder will keep track of wich characters are used and place them
'in
www.eeworm.com/read/415925/11048459
bas comp_groupsmart2.bas
Attribute VB_Name = "Comp_GroupSmart2"
Option Explicit
'This is a 1 run method but we have to keep the whole contents
'in memory until some variables are saved wich are needed bij the decompr
www.eeworm.com/read/415925/11048480
bas comp_reducerpre.bas
Attribute VB_Name = "Comp_ReducerPre"
Option Explicit
'This is a 1 run method but we have to keep the whole contents
'in memory until some variables are saved wich are needed bij the decompre
www.eeworm.com/read/415925/11048484
bas comp_reducerdynamic.bas
Attribute VB_Name = "Comp_ReducerDynamic"
Option Explicit
'This is a 1 run method but we have to keep the whole contents
'in memory until some variables are saved wich are needed bij the deco
www.eeworm.com/read/415925/11048540
bas comp_aritdyndict.bas
Attribute VB_Name = "Comp_AritDynDict"
Option Explicit
'This is a 1 run method but because we have to store a dictionary
'in front of the compressed stream we can start writing after we have
'
www.eeworm.com/read/415925/11048544
bas comp_paring128.bas
Attribute VB_Name = "Comp_Paring128"
Option Explicit
'This algorithm collect character pairs in a dictionary with the
'most repeated pair in front of the dictionary
'Al characters which are
www.eeworm.com/read/415925/11048626
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
Mi