代码搜索:lzw
找到约 2,135 项符合「lzw」的源代码
代码结果 2,135
www.eeworm.com/read/287943/8659392
cpp lzw.cpp
// Lzw.cpp
#include "stdafx.h"
#include "CompressedFile.h"
#define END_OF_STREAM 256
#ifdef UNUSED
#undef UNUSED
#endif
#define UNUSED -1
CLzwFile::CLzwFile()
{
m_bStorageAllocated
www.eeworm.com/read/431395/8683489
cpp lzw.cpp
// Lzw.cpp
#include "stdafx.h"
#include "CompressedFile.h"
#define END_OF_STREAM 256
#ifdef UNUSED
#undef UNUSED
#endif
#define UNUSED -1
CLzwFile::CLzwFile()
{
m_bStorageAllocated
www.eeworm.com/read/431395/8683692
cpp lzw.cpp
// Lzw.cpp
#include "CompressedFile.h"
#define END_OF_STREAM 256
#ifdef UNUSED
#undef UNUSED
#endif
#define UNUSED -1
CLzwFile::CLzwFile()
{
m_bStorageAllocated = FALSE;
}
CLzw
www.eeworm.com/read/387376/8688509
exe lzw.exe
www.eeworm.com/read/387376/8689733
c lzw.c
/***********************************************************************************************************
LZW.c
本演示程序提供了LZW编码法的压缩和解压缩函数,并实现了对图象
文件的压缩和解压缩
************************************
www.eeworm.com/read/387376/8689735
dsw lzw.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/387376/8689738
dsp lzw.dsp
# Microsoft Developer Studio Project File - Name="lzw" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
www.eeworm.com/read/431013/8713443
c lzw.c
/*****************************************************
*
* file d:\lsu\lzw.c
*
* Functions: This file contains
*
* Purpose:
www.eeworm.com/read/386806/8724535
h lzw.h
/* lzw.h -- define the lzw functions.
* Copyright (C) 1992-1993 Jean-loup Gailly.
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General Public Li
www.eeworm.com/read/286017/8794753