代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/102492/15780016
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/102309/15786950
c decode.c
/* DECODE.C - MAIN PROGRAM FOR DECODING. */
#include
#define global
#include "code.h"
#include "model.h"
void main(void)
{
int symbol; /* Character to decoded as a symbo
www.eeworm.com/read/102062/15793467
dsp decode.dsp
.module/boot=4 decode_parameters;
{ DECODE.DSP - decompresses the lpc parameters.
INPUT:
i1 -> k (reflection coeffs) l1 = 0
si = pitch
ax0 = gain
OUT
www.eeworm.com/read/101825/15806224
m decode.m
function ret=Decode(lenchrom,bound,code,opts)
% In this function ,it decode chromosome
% lenchrom input : length of chromosome
% opts input : tag of coding method
% bound input : bou
www.eeworm.com/read/101692/15822276
c decode.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWA
www.eeworm.com/read/101557/15827141
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/101557/15827173
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/100612/15868868
cpp decode.cpp
/*
* Program to decode message using RSA private key.
*
* Requires: big.cpp crt.cpp
*
* Copyright (c) 1988-1997 Shamus Software Ltd.
*/
#include
#include
#i
www.eeworm.com/read/100612/15868890
c decode.c
/*
* Program to decode message using RSA private key.
*
* **** For Demonstration use only ******
*
* Copyright (c) 1988-1997 Shamus Software Ltd.
*/
#include
#include
www.eeworm.com/read/100161/15881768
c decode.c
/* DECODE.C, UNARJ, R JUNG, 01/22/94
* Decode ARJ archive
* Copyright (c) 1991-97 by ARJ Software, Inc. All rights reserved.
*
* This code may be freely used in programs that are NOT ARJ ar