代码搜索:Comp
找到约 10,000 项符合「Comp」的源代码
代码结果 10,000
www.eeworm.com/read/292143/8375207
bas comp_arithmetic.bas
Attribute VB_Name = "Comp_Arithmetic"
Option Explicit
'This is a 2 run method
'This is an arithmetic coder
'It works but it's its not the best one
'If you want to use it or test it don't
www.eeworm.com/read/292143/8375208
bas comp_huffshortdict.bas
Attribute VB_Name = "Comp_HuffShortDict"
Option Explicit
'This is a 2 run method
Private BitVal() As Long
Private CharVal() As Long
Public Sub Compress_HuffManShortDict(FileArray() As B
www.eeworm.com/read/292143/8375217
bas comp_word.bas
Attribute VB_Name = "Comp_Word"
Option Explicit
'This is a 1 run method
Private ExtraBits(31) As Integer
Private StartVal(31) As Long
Private OutStream() As Byte
Private OutPos As Long
www.eeworm.com/read/292143/8375219
bas comp_eliminator.bas
Attribute VB_Name = "Comp_Eliminator"
Option Explicit
Private doTillNoCompress As Boolean
'This is a 2 run method and we have to keep the whole contents
'in memory until some variables are s
www.eeworm.com/read/292143/8375221
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/292143/8375229
bas comp_combiner.bas
Attribute VB_Name = "Comp_Combiner"
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 decompress
www.eeworm.com/read/292143/8375238
bas comp_lbe.bas
Attribute VB_Name = "Comp_LBE"
Option Explicit
'This is a 1 run method but because it stores some variables at the end of the
'compressed file the decompressor is a 2 run method
Private Di
www.eeworm.com/read/292143/8375241
bas comp_reducerhalfdict.bas
Attribute VB_Name = "Comp_ReducerHalfDict"
Option Explicit
'This is a 2 run method
'this reducer works by splitting a 256 chars dictionary into 128
'dictionaries of 2 chars each
'it will
www.eeworm.com/read/292143/8375244
bas comp_lzss.bas
Attribute VB_Name = "Comp_LZSS"
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 decompressor
www.eeworm.com/read/292143/8375253
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