代码搜索:integer
找到约 10,000 项符合「integer」的源代码
代码结果 10,000
www.eeworm.com/read/292143/8375174
bas comp_reducerdyngol.bas
Attribute VB_Name = "Comp_ReducerDynGol"
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 decom
www.eeworm.com/read/292143/8375190
bas comp_vbc2.bas
Attribute VB_Name = "Comp_VBC2"
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/8375200
bas comp_huffshort16chars.bas
Attribute VB_Name = "Comp_HuffShort16Chars"
Option Explicit
'This is a 2 run method
Private BitVal() As Long
Private CharVal() As Long
Public Sub Compress_HuffShort16chars(FileArray() A
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/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
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/8375227
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/292143/8375232
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/292143/8375236
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