代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/100320/6270563
c model-1a.c
/*
* Listing 16 -- model-1a.c
*
* This module is an order-1 fixed-context modeling unit that can
* be using in conjunction with comp-1.c and expand-1.c to compress
* and expand files. It is
www.eeworm.com/read/149916/6337065
bas comp_huffman.bas
Attribute VB_Name = "Comp_Huffman"
Option Explicit
'This is a 2 run method
Public Sub Compress_HuffMan(FileArray() As Byte)
Dim X As Long
Dim Y As Long
Dim Z As Long
Dim Cha
www.eeworm.com/read/487357/6509090
bas comp_huffman.bas
Attribute VB_Name = "Comp_Huffman"
Option Explicit
'This is a 2 run method
Public Sub Compress_HuffMan(FileArray() As Byte)
Dim X As Long
Dim Y As Long
Dim Z As Long
Dim Cha
www.eeworm.com/read/481542/6642902
c deflate.c
/* +++ deflate.c */
/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1995-1996 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
www.eeworm.com/read/407373/11420203
c jcsample.c
#define JPEG_INTERNALS
#include "jinclude.h"
#include "jpeglib.h"
/* Pointer to routine to downsample a single component */
typedef JMETHOD(void, downsample1_ptr,
(j_compress_ptr cinfo, jpe
www.eeworm.com/read/347704/11648413
cpp deflate.cpp
#include "stdafx.h"
/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1995-1996 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.
www.eeworm.com/read/346949/11711118
cpp deflate.cpp
#include "stdafx.h"
/* deflate.c -- compress data using the deflation algorithm
* Copyright (C) 1995-1996 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.
www.eeworm.com/read/343962/11916752
h zip.h
/* zip.h -- IO for compress .zip files using zlib
Version 0.15 alpha, Mar 19th, 1998,
Copyright (C) 1998 Gilles Vollant
This unzip package allow creates .ZIP file, compatible with PKZ
www.eeworm.com/read/130644/14179832
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "COMPRESS.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
www.eeworm.com/read/130644/14179854
cpp compressdoc.cpp
// COMPRESSDoc.cpp : implementation of the CCOMPRESSDoc class
//
#include "stdafx.h"
#include "COMPRESS.h"
#include "math.h"
#include "COMPRESSDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#u