代码搜索:Decoding

找到约 6,356 项符合「Decoding」的源代码

代码结果 6,356
www.eeworm.com/read/323757/13322024

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 */ //Picard //
www.eeworm.com/read/137285/13334949

h nn_var_str.h

int report ; /* reporting style */ int verbose ; /* verbosity 0/1/2 */ int decverbose ; /* verbosity in decoding */ int decwrite ; /* write decoding
www.eeworm.com/read/137229/13338792

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/137131/13344950

c minimad.c

/* * libmad - MPEG audio decoder library * Copyright (C) 2000-2004 Underbit Technologies, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the
www.eeworm.com/read/314393/13568647

h avcodec.h

#ifndef AVCODEC_H #define AVCODEC_H /** * @file avcodec.h * external api header. */ #ifdef __cplusplus extern "C" { #endif #include "common.h" #include "rational.h" #ifndef WINCE //sys/types.h
www.eeworm.com/read/309349/13673658

html modify.html

Notes on Modifying the LDPC Programs Notes on Modifying the LDPC Programs Here are a few notes on how to modify the programs to add new t
www.eeworm.com/read/306970/13734229

h rl.h

/* * Copyright (c) 2000-2002 Fabrice Bellard * Copyright (c) 2002-2004 Michael Niedermayer * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or *
www.eeworm.com/read/136002/13879935

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/150726/5689516

cpp decry.cpp

#include #include const int LENGTH=2; ofstream textFile("codedData.txt"); //解密后的文件 void deCoding(char c[],char A[][LENGTH]); //将c中的字符用A解密后写入文件textFile void main() {
www.eeworm.com/read/136827/5847362

h avcodec.h

/********************************************************************** ** Copyright (C) 2000-2005 Trolltech AS and its licensors. ** All rights reserved. ** ** This file is part of the Qtopia Environ