代码搜索:LZSS
找到约 204 项符合「LZSS」的源代码
代码结果 204
www.eeworm.com/read/153101/12060599
c lzss.c
//LZSS编码算法模拟;
#include
#define N 64
main()
{
int i,j,z,m,x,s;
char a[N];
printf("请输入字符序列:"); gets(a);
i=0;
printf("编码结果为:\n");
while(i
www.eeworm.com/read/153101/12060601
dsp lzss.dsp
# Microsoft Developer Studio Project File - Name="lzss" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/153101/12060603
opt lzss.opt
www.eeworm.com/read/338963/12269552
c lzss.c
/**************************************************************
LZSS.C -- A Data Compression Program
(tab = 4 spaces)
***************************************************************
4/6/1989 Ha
www.eeworm.com/read/132266/14102611
c lzss.c
www.eeworm.com/read/215215/15069831
cpp lzss.cpp
// Lzss.cpp
#include "stdafx.h"
#include "CompressedFile.h"
#define END_OF_STREAM 0
#ifdef UNUSED
#undef UNUSED
#endif
#define UNUSED 0
BOOL CLzssFile::Open( const char *pszFileName, uns
www.eeworm.com/read/215215/15069970
cpp lzss.cpp
// Lzss.cpp
#include "CompressedFile.h"
#define END_OF_STREAM 0
#ifdef UNUSED
#undef UNUSED
#endif
#define UNUSED 0
BOOL CLzssFile::Open( const char *pszFileName, unsigned int nOpenFlags,
www.eeworm.com/read/206156/15299373
c lzss.c
/**************************************************************
LZSS.C -- A Data Compression Program
(tab = 4 spaces)
***************************************************************
4/6/1989 Ha
www.eeworm.com/read/206028/15302178
c lzss.c
/**************************************************************
LZSS.C -- A Data Compression Program
(tab = 4 spaces)
***************************************************************
4/6/1989 Ha
www.eeworm.com/read/206027/15302190
h lzss.h
/***************************************************************************
* Lempel, Ziv, Storer, and Szymanski Encoding and Decoding
*
* File : lzss.h
* Purpose : Header for LZSS en