代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/416428/11026082
pas zdeflate.pas
Unit zDeflate;
{ Orginal: deflate.h -- internal compression state
deflate.c -- compress data using the deflation algorithm
Copyright (C) 1995-1996 Jean-loup Gailly.
Pascal tranl
www.eeworm.com/read/467287/7009272
c model-2a.c
/*
* Listing 17 -- model-2a.c
*
* This module is an order-1 highest order modeling unit that can
* be using in conjunction with comp-2.c and expand-2.c to compress
* and expand files. It is
www.eeworm.com/read/103075/7087302
test31
#!/bin/sh
. ./init_test
echo "*** Test number of bytes to put on medium"
size() { N=`cat number` ; fgrep "to compress and write on medium"
www.eeworm.com/read/455819/7363994
bas comp_rle_3.bas
Attribute VB_Name = "Comp_Rle_3"
Const CompBlockLen = 3
Option Explicit
Public Sub Compress_RLE_3(ByteArray() As Byte)
Dim CmpData As String
Dim NewData As String
CmpData = Str
www.eeworm.com/read/455819/7364071
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
www.eeworm.com/read/197063/8032754
c unlzh.c
/* unlzh.c -- decompress files in SCO compress -H (LZH) format.
* The code in this file is directly derived from the public domain 'ar002'
* written by Haruhiko Okumura.
*/
#ifdef RCSID
static char
www.eeworm.com/read/396111/8125458
bas comp_rle_3.bas
Attribute VB_Name = "Comp_Rle_3"
Const CompBlockLen = 3
Option Explicit
Public Sub Compress_RLE_3(ByteArray() As Byte)
Dim CmpData As String
Dim NewData As String
CmpData = Str
www.eeworm.com/read/396111/8125710
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
www.eeworm.com/read/243990/12901233
bas comp_rle_3.bas
Attribute VB_Name = "Comp_Rle_3"
Const CompBlockLen = 3
Option Explicit
Public Sub Compress_RLE_3(ByteArray() As Byte)
Dim CmpData As String
Dim NewData As String
CmpData = Str
www.eeworm.com/read/243990/12901463
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