代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/245288/12806461
pdf camera_data_decoding_opt_under_embedded_sys.pdf
www.eeworm.com/read/189063/8492740
m fubin.m
function out=fubin(in,bits,dvec);
%
% fubin.m
%
% function out=fubin(in,bits,dvec);
%
% Fast decoding from binary to decimal
% avoiding the use of loops
% dvec=vector of decimal mappings
%
www.eeworm.com/read/389184/8544808
m eob3.m
function varargout = eob3(arg1, arg2, arg3, arg4)
% eob3 End Of Block Encoding (or decoding) into (from) three sequences
% The EOB sequence of numbers (x) is splitted into three sequences,
www.eeworm.com/read/388439/8609346
m fubin.m
function out=fubin(in,bits,dvec);
%
% fubin.m
%
% function out=fubin(in,bits,dvec);
%
% Fast decoding from binary to decimal
% avoiding the use of loops
% dvec=vector of decimal mappings
%
www.eeworm.com/read/288527/8626591
m fubin.m
function out=fubin(in,bits,dvec);
%
% fubin.m
%
% function out=fubin(in,bits,dvec);
%
% Fast decoding from binary to decimal
% avoiding the use of loops
% dvec=vector of decimal mappings
%
www.eeworm.com/read/387891/8648733
h avcodec.h
#ifndef AVCODEC_H
#define AVCODEC_H
/**
* @file avcodec.h
* external api header.
*/
#ifdef __cplusplus
extern "C" {
#endif
#include "avutil.h"
#include /* size_t */
//FIXME the f
www.eeworm.com/read/387376/8688576
cpp huffman.cpp
/**************************************************************************
This file contains T.4 decoding data
Contents are :
a) two binary trees for decoding MH fax run-length codes
b) on
www.eeworm.com/read/387376/8689307
cpp huffman.cpp
/**************************************************************************
This file contains T.4 decoding data
Contents are :
a) two binary trees for decoding MH fax run-length codes
b) on
www.eeworm.com/read/387371/8690221
txt 循环码.txt
/*
*File. Cyclic code translation .c
*---------------------------------------------------
*This Program is used to carry on the code and he
*decoding to (7,3)cyclic code.
*/
#include
www.eeworm.com/read/385064/8822151
txt 循环码.txt
/*
*File. Cyclic code translation .c
*---------------------------------------------------
*This Program is used to carry on the code and he
*decoding to (7,3)cyclic code.
*/
#include