代码搜索:LZSS
找到约 204 项符合「LZSS」的源代码
代码结果 204
www.eeworm.com/read/392548/2495193
c lzss.c
/**************************************************************
LZSS.C -- A Data Compression Program
(tab = 4 spaces)
***************************************************************
4/6/1989 Ha
www.eeworm.com/read/258893/4351093
h lzss.h
/*____________________________________________________________________________
Copyright (C) 1998 Network Associates, Inc.
All rights reserved.
Lzss.h - Code based on Haruhiko Okumura's LZSS
www.eeworm.com/read/266403/11227133
cpp lzss.cpp
// Created:09-22-98
// By Jeff Connelly
// LZSS compression/uncompression
// Originally made by Haruhiko Okumura, source in
// ORIGSRC\LZSS.C. Use, distribute, and modify freely.
#include
www.eeworm.com/read/248197/12590001
c lzss.c
www.eeworm.com/read/135422/13933865
c lzss.c
/**************************************************************
LZSS.C -- A Data Compression Program
(tab = 4 spaces)
***************************************************************
4/6/1989 Ha
www.eeworm.com/read/204052/15345860
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/204052/15345871
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/204025/15347378
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/204025/15347448
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/112209/15491632
c lzss.c
/**************************************************************
LZSS.C -- A Data Compression Program
(tab = 4 spaces)
***************************************************************
4/6/1989 Ha