代码搜索:coded

找到约 2,797 项符合「coded」的源代码

代码结果 2,797
www.eeworm.com/read/451487/7462822

m tx_conv_encoder.m

% % Convolutional encoding with unipolar data function coded_bits = tx_conv_encoder(in_bits) global SimulationConstants; number_rows = size(SimulationConstants.ConvCodeGenPoly, 1); number_
www.eeworm.com/read/439854/7700512

c explicit_gop.c

/*! ************************************************************************************* * \file explicit_gop.c * * \brief * Code for explicit gop support and pyramidal coding. * *
www.eeworm.com/read/299955/7818708

m tx_conv_encoder.m

% % Convolutional encoding with unipolar data function coded_bits = tx_conv_encoder(in_bits) global SimulationConstants; number_rows = size(SimulationConstants.ConvCodeGenPoly, 1); number_
www.eeworm.com/read/136753/13362687

c mp4_picture.c

/******************************************************************************** * * * This code has been developed by Project Mayo. This software is an * * implementation
www.eeworm.com/read/308043/13710836

c explicit_gop.c

/*! ************************************************************************************* * \file explicit_gop.c * * \brief * Code for explicit gop support and pyramidal coding. * *
www.eeworm.com/read/238541/13876702

c coder_sh_o1sb.c

//#define PACK_SIGNS_AND_RESIDUALS /** helps compression 0.02 bpp, doesn't affect speed much ; turning this off does amortize the damage for small flush_quanta **/ //#define LOG //#define DE
www.eeworm.com/read/151067/5687064

cpp reedsolomon.cpp

#include using namespace itpp; //These lines are needed for use of cout and endl using std::cout; using std::endl; int main() { //Scalars and vectors: int m, t, n, k, q, NumBit
www.eeworm.com/read/491039/6439377

m tx_conv_encoder.m

% % Convolutional encoding with unipolar data function coded_bits = tx_conv_encoder(in_bits) global SimulationConstants; number_rows = size(SimulationConstants.ConvCodeGenPoly, 1); number_
www.eeworm.com/read/157286/11722202

c explicit_gop.c

/*! ************************************************************************************* * \file explicit_gop.c * * \brief * Code for explicit gop support and pyramidal coding. * *
www.eeworm.com/read/342308/12029589

c coder_sh_o1sb.c

//#define PACK_SIGNS_AND_RESIDUALS /** helps compression 0.02 bpp, doesn't affect speed much ; turning this off does amortize the damage for small flush_quanta **/ //#define LOG //#define DE