代码搜索:arithmetic

找到约 7,844 项符合「arithmetic」的源代码

代码结果 7,844
www.eeworm.com/read/305667/13763660

bas comp_arithmetic_dynamic.bas

Attribute VB_Name = "Comp_Arithmetic_Dynamic" Option Explicit 'This is a 1 run method Private OutStream() As Byte Private OutPos As Long Private OutBitCount As Integer Private OutByteBuf
www.eeworm.com/read/149916/6336989

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 Byte
www.eeworm.com/read/149916/6337050

bas comp_arithmetic_dynamic.bas

Attribute VB_Name = "Comp_Arithmetic_Dynamic" 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/489562/6465812

m flush_arithmetic_encoder.m

function [output_bits] = flush_arithmetic_encoder global Low High UnderFlow_Bits global K MSB2 = bitget(Low, K-1); OutputBit( MSB2 ); output_bits = 1; UnderFlow_Bits = UnderFlow_Bits + 1; while
www.eeworm.com/read/489562/6465823

m initialize_arithmetic_decoder.m

function [input_bits] = initialize_arithmetic_decoder global Code Low High global K K = 16; Low = 0; High = 2^K-1; Code = 0; input_bits=0; for (i=1:K) Code = Code*2; Code = Code
www.eeworm.com/read/489562/6465826

m initialize_arithmetic_encoder.m

function initialize_arithmetic_encoder global Low High UnderFlow_Bits global K K = 16; Low = 0; High = 2^K-1; UnderFlow_Bits = 0;
www.eeworm.com/read/488041/6495298

bas comp_arithmetic_dmc.bas

Attribute VB_Name = "Comp_Arithmetic_DMC" '######################################################################### '★★★★★ http://www.cnpopsoft.com [华普软件] ★★★★★ '★★★★★
www.eeworm.com/read/488041/6495362

bas comp_arithmetic_dynamic.bas

Attribute VB_Name = "Comp_Arithmetic_Dynamic" '######################################################################### '★★★★★ http://www.cnpopsoft.com [华普软件] ★★★★★ '★★★★★
www.eeworm.com/read/487357/6509014

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 Byte