代码搜索:explicit
找到约 10,000 项符合「explicit」的源代码
代码结果 10,000
www.eeworm.com/read/415925/11048372
bas comp_shortener.bas
Attribute VB_Name = "Comp_Shortener"
Option Explicit
'This routine select certain values in the data and keeps up a record
'of what kind of data it is
'if values are
'
www.eeworm.com/read/415925/11048400
bas comp_arithmetic_dmc.bas
Attribute VB_Name = "Comp_Arithmetic_DMC"
Option Explicit
'This is a 1 run method
Private OutStream() As Byte
Private OutPos As Long
Private OutBitCount As Integer
Private OutByteBuf As
www.eeworm.com/read/415925/11048510
bas cod_mtf.bas
Attribute VB_Name = "Cod_MTF"
Option Explicit
'this is a Move To Front Coder which returns a lot of
'small numbers because when a value is found it will be
'placed at the start of the dictiona
www.eeworm.com/read/415925/11048528
bas cod_freqshift.bas
Attribute VB_Name = "Cod_FreqShift"
Option Explicit
Private Dictionary As String
Private CharCount(256) As Long
'This coder Makes Use of a dictionary of all ascii characters
'it will coun
www.eeworm.com/read/415925/11048568
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