代码搜索:COMPRESS

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

代码结果 7,043
www.eeworm.com/read/271650/4226510

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * AL
www.eeworm.com/read/445571/1720257

cs huffmantreegen.cs

using System; using System.Collections; using System.Collections.Generic; using System.Text; using QiHe.CodeLib; namespace QiHe.CodeLib.Compress { public partial class HuffmanTree {
www.eeworm.com/read/440906/1784750

java deflater.java

/* Deflater.java - Compress a data stream Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/o
www.eeworm.com/read/435707/1861597

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2005 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALGORITHM
www.eeworm.com/read/435707/1861847

c cleanname.c

#include "u.h" #include "lib.h" /* * In place, rewrite name to compress multiple /, eliminate ., and process .. */ #define SEP(x) ((x)=='/' || (x) == 0) char* cleanname(char *name) { char *p, *q,
www.eeworm.com/read/435701/1862071

c cleanname.c

#include #include /* * In place, rewrite name to compress multiple /, eliminate ., and process .. */ #define SEP(x) ((x)=='/' || (x) == 0) char* cleanname(char *name) { char *p, *q,
www.eeworm.com/read/435624/1863323

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2004 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALG
www.eeworm.com/read/434177/1874365

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2005 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALG
www.eeworm.com/read/431110/1910862

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALGORITH
www.eeworm.com/read/427736/1966734

cpp copycoder.cpp

// Compress/CopyCoder.cpp #include "StdAfx.h" extern "C" { #include "../../../C/Alloc.h" } #include "../Common/StreamUtils.h" #include "CopyCoder.h" namespace NCompress { static c