代码搜索:Comp

找到约 10,000 项符合「Comp」的源代码

代码结果 10,000
www.eeworm.com/read/292143/8375181

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/292143/8375182

bas comp_rle.bas

Attribute VB_Name = "Comp_RLE" Option Explicit 'This is a 1 run method Public Sub Compress_RLE(ByteArray() As Byte) Dim OutStream() As Byte Dim FileLong As Long Dim X As Long
www.eeworm.com/read/292143/8375185

bas comp_eliasdelta.bas

Attribute VB_Name = "Comp_EliasDelta" Option Explicit 'This is a 1 run method 'This compressor makes use of the Elias Delta codes 'How This codes are build up you can see in the init secti
www.eeworm.com/read/292143/8375187

bas comp_groupsmart.bas

Attribute VB_Name = "Comp_GroupSmart" Option Explicit 'This is a 1 run method 'This method is the smartgrouping method 'it will search for follower bytes within a curtain range wich 'will
www.eeworm.com/read/292143/8375189

bas comp_eliasgamma.bas

Attribute VB_Name = "Comp_EliasGamma" Option Explicit 'This is a 1 run method 'This compressor makes use of the Elias Gamma codes 'How This codes are build up you can see in the init secti
www.eeworm.com/read/292143/8375191

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/292143/8375202

bas comp_multidict.bas

Attribute VB_Name = "Comp_LZW_Multidict" Option Explicit 'This is a 1 run method Private OutStream() As Byte Private OutPos As Long Private OutByteBuf As Integer Private OutBitCount As I
www.eeworm.com/read/292143/8375204

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/292143/8375205

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/292143/8375206

bas comp_fibonacci.bas

Attribute VB_Name = "Comp_Fibonacci" Option Explicit 'This is a 1 run method 'This compressor makes use of the Fibonacci codes 'How This codes are build up you can see in the init section