代码搜索:COMPRESS

找到约 7,043 项符合「COMPRESS」的源代码

代码结果 7,043
www.eeworm.com/read/347704/11648445

cpp compress.cpp

#include "stdafx.h" /* compress.c -- compress a memory buffer * Copyright (C) 1995-1996 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* $Id:
www.eeworm.com/read/347150/11687964

h compress.h

/************************************************************** ;* * ;* INSTUTITE FOR INFORMATION INDUSTRY * ;*
www.eeworm.com/read/260887/11689836

obj compress.obj

www.eeworm.com/read/260849/11694081

png compress.png

www.eeworm.com/read/157453/11704267

cpp compress.cpp

// LZW compression // note changes needed to compile with g++ #include #include #include #include #include #include "chash.h" // c
www.eeworm.com/read/347037/11704777

c compress.c

/* compress.c -- compress a memory buffer * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id: compress.c,v 1.
www.eeworm.com/read/346949/11711176

cpp compress.cpp

#include "stdafx.h" /* compress.c -- compress a memory buffer * Copyright (C) 1995-1996 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* $Id:
www.eeworm.com/read/346287/11756154

ico compress.ico

www.eeworm.com/read/259580/11779795

input compress.input

.nr H1 4 .oh "The Abstract Data Type" .eh "Stacks" .CS STACKS .CE .NH 2 THE ABSTRACT DATA TYPE .LP .sp A \fIstack\fR is an ordered list of elements. One end of this list is designated the
www.eeworm.com/read/259580/11781014

cpp compress.cpp

// LZW compression #include #include #include "hashChains.h" using namespace std; // constants const DIVISOR = 4099, // hash function DIVISOR MAX_CODES =