代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/354055/10393677
h decode.h
#ifndef _DECODE_H_
#define _DECODE_H_
#include "common.h"
void decode_info(Bit_stream_struc*, frame_params*);
void IIS_get_side_info(Bit_stream_struc *bs, IIS_side_info_t *si, frame_params *fr
www.eeworm.com/read/353980/10400669
cc decode.cc
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm
www.eeworm.com/read/353619/10434809
c decode.c
/*
* decode.c
* Copyright (C) 2000-2003 Michel Lespinasse
* Copyright (C) 1999-2000 Aaron Holtzman
*
* This file is part of mpeg2dec, a free MPEG-2 vi
www.eeworm.com/read/353298/10456131
obj decode.obj
www.eeworm.com/read/353285/10456845
c decode.c
/*
* decode.c
*
* CCITT ADPCM decoder
*
* Usage : decode [-3|4|5] [-a|u|l] < infile > outfile
*/
#include
#include "g72x.h"
/*
* Unpack input codes and pass them back as
www.eeworm.com/read/353256/10459022
cpp decode.cpp
#include "stdafx.h"
#include "fp_preprocess.h"
#include "fpdirectionimage.h"
#define DIB_HEADER_MARKER ((WORD) ('M'
www.eeworm.com/read/424063/10502605
hlp decode.hlp
ha_help_begin
DECODE Decodes an encoded codeword using Hamming code method.
MSG = DECODE(CODE, N, K, METHOD), METHOD = 'hamming', decodes the
binary codeword in CODE using Hamming cod
www.eeworm.com/read/424063/10502736
m decode.m
function [msg, err, ccode, cerr] = decode(code, n, k, method, opt1, opt2, opt3, opt4)
%DECODE Error-control code decoding computation.
% MSG = DECODE(CODE, N, K) decodes binary codeword in COD
www.eeworm.com/read/278517/10528800
cpp decode.cpp
#include
#include
#include
#include
void DumpError(HRESULT hr)
{
LPTSTR pszErrorDesc = NULL;
DWORD dwCount = ::FormatMessage(
FORMAT_MESS