代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/164348/5494876
txt visual-basic.txt
See below some functions declarations for Visual Basic.
Frequently Asked Question:
Q: Each time I use the compress function I get the -5 error (not enough
room in the output buffer).
A: M
www.eeworm.com/read/344610/3207060
c vjcomp.c
/*
* FILENAME: vjcomp.c
*
* Copyright 1997- 2001 By InterNiche Technologies Inc. All rights reserved
*
* The VJ TCP/IP header compression code.
* Routines to compress and uncompess tcp/ip
www.eeworm.com/read/339446/3307413
examples readme.examples
This directory contains examples of the use of zlib.
fitblk.c
compress just enough input to nearly fill a requested output size
- zlib isn't designed to do this, but fitblk does it anyway
gu
www.eeworm.com/read/327022/3464471
java mybordertree.java
package compress;
public class MyBOrderTree
{
public int[] keyhuffman;
public Object keychar=null;
public MyBOrderTree()
{}
//建立2叉数据排序树
public void creatBCTree(MyBTree btree,MyBTree p
www.eeworm.com/read/321483/3534743
pm constants.pm
package IO::Compress::Zip::Constants;
use strict ;
use warnings;
require Exporter;
our ($VERSION, @ISA, @EXPORT, %ZIP_CM_MIN_VERSIONS);
$VERSION = '2.008';
@ISA = qw(Exporter);
@EXPORT= qw(
www.eeworm.com/read/321483/3534849
filtdef
#!/usr/local/bin/perl
use strict ;
use warnings ;
use Compress::Zlib ;
binmode STDIN;
binmode STDOUT;
my $x = deflateInit()
or die "Cannot create a deflation stream\n" ;
my ($output, $status) ;
www.eeworm.com/read/321483/3534851
filtinf
#!/usr/local/bin/perl
use strict ;
use warnings ;
use Compress::Zlib ;
my $x = inflateInit()
or die "Cannot create a inflation stream\n" ;
my $input = '' ;
binmode STDIN;
binmode STDOUT;
my ($
www.eeworm.com/read/321483/3534869
in config.in
# Filename: config.in
#
# written by Paul Marquess
# last modified 28th October 2003
# version 2.000
#
#
# This file is used to control which zlib library will be used by
# Compress:
www.eeworm.com/read/317148/3583063
txt visual-basic.txt
See below some functions declarations for Visual Basic.
Frequently Asked Question:
Q: Each time I use the compress function I get the -5 error (not enough
room in the output buffer).
A: M
www.eeworm.com/read/316433/3611550
txt visual-basic.txt
See below some functions declarations for Visual Basic.
Frequently Asked Question:
Q: Each time I use the compress function I get the -5 error (not enough
room in the output buffer).
A: M