代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/355533/10258708
o decode.o
www.eeworm.com/read/355533/10258790
c decode.c
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#include
//#include
#include
www.eeworm.com/read/355533/10258809
h decode.h
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#ifndef _DECODE_H_
#define _DECODE_H_
void deco
www.eeworm.com/read/162887/10261553
m decode.m
function result=decode(final,nf,low,high,mn)
%--------------------------------------------------------------------------
%此函数是解码过程
%基于算术编码的文本压缩,被main.m文件调用
%输出数组result是解码后的字符按字节顺序存储的数组
%---------
www.eeworm.com/read/162887/10261557
asv decode.asv
function result=decode(final,m,nf,low,high,mn,f)
%--------------------------------------------------------------------------
%此函数是解码过程
%基于算术编码的文本压缩,被main.m文件调用
%输出数组result是解码后的字符按字节顺序存储的数组
%-----
www.eeworm.com/read/280596/10310040
ddb decode.ddb
www.eeworm.com/read/162211/10325721
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 SOFTWARE.
www.eeworm.com/read/162077/10341878
cpp decode.cpp
#include
#include
/* 定义头文件结构 */
#define MAXNUMBER 200*1024
typedef unsigned short BYTE;
typedef unsigned short WORD;
typedef unsigned int DWORD;
typedef struct
{
u