代码搜索:Comp

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

代码结果 10,000
www.eeworm.com/read/278030/10579576

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/278030/10579581

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/278030/10579587

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/278030/10579593

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/278030/10579621

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/278030/10579626

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/278030/10579629

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/278030/10579632

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
www.eeworm.com/read/278030/10579634

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/278030/10579636

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