代码搜索:COMPRESS

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

代码结果 7,043
www.eeworm.com/read/338227/12317723

cpp compress.cpp

/*++ THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/338227/12317726

h compress.h

/*++ THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/251351/12351509

obj compress.obj

www.eeworm.com/read/149735/12354506

cpp compress.cpp

#include "stdafx.h" #include "zlib.h" /* =========================================================================== Compresses the source buffer into the destination buffer. The level p
www.eeworm.com/read/337203/12384050

h compress.h

#include #include #include unsigned long * compress(char * lpBuffer,int length) { return data; }
www.eeworm.com/read/337203/12384052

cpp compress.cpp

#include #include #include int main() { const int n=125; int b[n]; double a1[n],a2[n]; double d=double(1)/n; //初始化概率表 for (int i=0;i
www.eeworm.com/read/132269/14102583

c compress.c

/* Test statistical compression using fixed dictionary */ #include #include #include #include #include "comp.h" #include "files.h" #def
www.eeworm.com/read/132141/14107619

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/233811/14134650

c compress.c

/* * Copyright 1997, Regents of the University of Minnesota * * compress.c * * This file contains code for compressing nodes with identical adjacency * structure and for prunning dense columns
www.eeworm.com/read/233188/14164727

c compress.c

/* compress.c -- compress a memory buffer * Copyright (C) 1995-1998 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */ #include "zlib.h