代码搜索:COMPRESS

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

代码结果 7,043
www.eeworm.com/read/204654/15335697

in zforce.in

: #!/bin/sh # zforce: force a gz extension on all gzip files so that gzip will not # compress them twice. # # This can be useful for files with names truncated after a file transfer. # 12345678901234
www.eeworm.com/read/109695/15551981

c bsd_comp.c

/* Because this code is derived from the 4.3BSD compress source: * * Copyright (c) 1985, 1986 The Regents of the University of California. * All rights reserved. * * This code is derived from sof
www.eeworm.com/read/105871/15656999

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by Compress.rc // #define IDD_ABOUTBOX 100 #define IDC_CTRL_FILETREE 102 #def
www.eeworm.com/read/103466/15730695

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1992-1993 Jean-loup Gailly * This is free software; you can redistribute it and/or modify it under the * terms of the
www.eeworm.com/read/100919/15860600

cpp lzw.cpp

#include "stdafx.h" #include "..\..\include\Compress\Lzw.h" //=================================================================== // 目标为8位色 void FCLzw::Decode_WriteString_to8 (WORD Code) { i
www.eeworm.com/read/100152/15881974

filtinf

#!/usr/local/bin/perl use Compress::Zlib ; $x = inflateInit() or die "Cannot create a inflation stream\n" ; $input = '' ; binmode STDIN; binmode STDOUT; while (read(STDIN, $input, 4096)) {
www.eeworm.com/read/100147/15882723

in zforce.in

: #!/bin/sh # zforce: force a gz extension on all gzip files so that gzip will not # compress them twice. # # This can be useful for files with names truncated after a file transfer. # 12345678901234
www.eeworm.com/read/390817/8440289

jardesc mainfest.jardesc

www.eeworm.com/read/366581/9807920

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * 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
www.eeworm.com/read/159944/10585306

txt new.txt

#include #include struct cell{ char point[100]; struct cell *next;}*dictionary; void compress(); void expand(); void addtodictionary(); void *malloc(); int