代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/144292/12803746
m decode.m
function varargout = decode(varargin)
% DECODE M-file for decode.fig
% DECODE, by itself, creates a new DECODE or raises the existing
% singleton*.
%
% H = DECODE returns the handl
www.eeworm.com/read/245163/12813755
h decode.h
#ifndef _DECODE_H_
#define _DECODE_H_
#include "common.h"
void decode_info(Bit_stream_struc*, frame_params*);
void III_get_side_info(Bit_stream_struc *bs, III_side_info_t *si, frame_params *fr
www.eeworm.com/read/245163/12813766
c decode.c
#include
#include
#include "common.h"
#include "decode.h"
#include "huffman.h"
void decode_info(Bit_stream_struc *bs, frame_params *fr_ps)
{
layer *hdr = fr_ps->header
www.eeworm.com/read/244895/12837439
h decode.h
#ifndef _DECODE_H_
#define _DECODE_H_
#include "common.h"
void decode_info(Bit_stream_struc*, frame_params*);
void III_get_side_info(Bit_stream_struc *bs, III_side_info_t *si, frame_params *fr
www.eeworm.com/read/244895/12837452
obj decode.obj
www.eeworm.com/read/244895/12837478
c decode.c
#include
#include
#include "common.h"
#include "decode.h"
#include "huffman.h"
void decode_info(Bit_stream_struc *bs, frame_params *fr_ps)
{
layer *hdr = fr_ps->header
www.eeworm.com/read/244895/12837492
obj decode.obj
www.eeworm.com/read/143595/12857432
tex decode.tex
%/* ----------------------------------------------------------- */
%/* */
%/* ___ *
www.eeworm.com/read/244247/12876940
m decode.m
function [x_hat, success, k] = decode(f,H,maxiter)
% 以下程序针对二进制情况进行处理
% 本程序方法可参照MacMay1999年发表于IEEE TRANSACTIONS.VOL.45.NO.2的
% Good Error-Correcting Codes Based on Very Sparse Matrices
% We assum