代码搜索:explicit

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

代码结果 10,000
www.eeworm.com/read/396111/8125471

bas cod_valueupshift.bas

Attribute VB_Name = "Cod_ValueUpShift" Option Explicit Private Dictionary As String 'This coder work with a dictionary of all ascii codes 'but don't keep track of the counts 'every time a
www.eeworm.com/read/396111/8125499

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/396111/8125516

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/396111/8125519

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/396111/8125529

bas comp_rle_var.bas

Attribute VB_Name = "Comp_RLE_Var" Option Explicit Private OutStream() As Byte Private ContStream() As Byte Private LengthStream() As Byte Private ReadBitPos As Integer Private CntPos As L
www.eeworm.com/read/396111/8125543

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/396111/8125563

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/396111/8125574

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/396111/8125622

bas comp_vbcreorderble.bas

Attribute VB_Name = "Comp_VBCReorderble" Option Explicit 'This is a 2 run method Private Type Bitset LowValue As Integer Needed As Integer End Type Private Type MinMax Mi
www.eeworm.com/read/396111/8125626

bas cod_valdownshift.bas

Attribute VB_Name = "Cod_ValDownShift" Option Explicit Private Dictionary As String 'This coder work with a dictionary of all ascii codes 'but don't keep track of the counts 'every time a