代码搜索:INTEGER

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

代码结果 10,000
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
www.eeworm.com/read/278030/10579652

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

bas comp_lzw1dict.bas

Attribute VB_Name = "Comp_LZW_1Dict" 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 decompres
www.eeworm.com/read/278030/10579694

bas comp_reducerdict16.bas

Attribute VB_Name = "Comp_ReducerDict16" Option Explicit 'This is a 2 run method 'this reducer works by splitting a 256 chars dictionary into sixteen 'dictionaries of 16 chars each 'it wi
www.eeworm.com/read/278030/10579705

bas comp_huffnogreed2.bas

Attribute VB_Name = "Comp_HuffNoGreed2" Option Explicit 'This huffman sheme works with 3 bitlenght's and an adaptive dictionary 'the dictionary will be updated during the process 'the byte w
www.eeworm.com/read/278030/10579717

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

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

bas comp_word2.bas

Attribute VB_Name = "Comp_Word2" 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/278030/10579759

bas comp_vbc_dynamic.bas

Attribute VB_Name = "Comp_VBC_dynamic" Option Explicit Private Type BytePos Data() As Byte Position As Long Buffer As Integer BitPos As Integer End Type Private Stream(1)
www.eeworm.com/read/278030/10579764

bas comp_huffnogreed.bas

Attribute VB_Name = "Comp_HuffNoGreed" Option Explicit 'This huffman sheme works with 3 bytes 'the one which is most common 'and 2 wich are least common 'It creates a tree where the most comm