代码搜索:Compressing
找到约 134 项符合「Compressing」的源代码
代码结果 134
www.eeworm.com/read/190666/5181434
java deflateroutputstream.java
/* DeflaterOutputStream.java - Output filter for compressing.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can r
www.eeworm.com/read/176663/5335622
cpp lzmaencoder.cpp
// LZMA/Encoder.cpp
#include "StdAfx.h"
#include "../../../Common/Defs.h"
#include "../../Common/StreamUtils.h"
#include "LZMAEncoder.h"
// for minimal compressing code size define these:
// #defi
www.eeworm.com/read/340665/3283067
java deflateroutputstream.java
/* DeflaterOutputStream.java - Output filter for compressing.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can r
www.eeworm.com/read/304657/3791998
java deflateroutputstream.java
/* DeflaterOutputStream.java - Output filter for compressing.
Copyright (C) 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free s
www.eeworm.com/read/276929/4161283
cpp lzmaencoder.cpp
// LZMA/Encoder.cpp
#include "StdAfx.h"
#include "../../../Common/Defs.h"
#include "../../Common/StreamUtils.h"
#include "LZMAEncoder.h"
// for minimal compressing code size define these:
// #defi
www.eeworm.com/read/440906/1784748
java deflateroutputstream.java
/* DeflaterOutputStream.java - Output filter for compressing.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can r
www.eeworm.com/read/391110/2522886
cpp lzmaencoder.cpp
// LZMA/Encoder.cpp
#include "StdAfx.h"
#include "../../../Common/Defs.h"
#include "LZMAEncoder.h"
// for minimal compressing code size define these:
// #define COMPRESS_MF_BT
// #define
www.eeworm.com/read/162614/5535426
java deflateroutputstream.java
/* DeflaterOutputStream.java - Output filter for compressing.
Copyright (C) 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free s
www.eeworm.com/read/162519/5544958
java deflateroutputstream.java
/* DeflaterOutputStream.java - Output filter for compressing.
Copyright (C) 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free s
www.eeworm.com/read/266403/11227046
cpp block.cpp
// Created:11-09-98
// By Jeff Connelly
// Example of compressing ComprLibFileIO::source_file blocks, similar to PKZIP's "deflate" algorithm
#include
#include "comprlib.h"
#include