代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/455819/7364015
bas comp_huffshortdict.bas
Attribute VB_Name = "Comp_HuffShortDict"
Option Explicit
'This is a 2 run method
Private BitVal() As Long
Private CharVal() As Long
Public Sub Compress_HuffManShortDict(FileArray() As B
www.eeworm.com/read/453717/7413904
java bufferedfileadapter.java
/*
* BufferedFileAdapter.java
*
* Created on 2007年12月6日, 上午6:47
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package Compress
www.eeworm.com/read/453717/7413908
java neuralfiledecoder.java
/*
* NeuralFileDecoder.java
*
* Created on 2007年11月29日, 上午11:39
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package Compress
www.eeworm.com/read/449433/7505325
cpp zlib.cpp
// Copy in the contents of these files here before compiling
#include "StdAfx.h"
#include "ZLib.h"
BYTE* CZLib::Compress(LPCVOID pInput, DWORD nInput, DWORD* pnOutput, DWORD nSuggest)
{
// If
www.eeworm.com/read/198531/7930933
h mtu.h
#ifndef MTU_H
#define MTU_H
/*
*
* Packet maninipulation routes such as encrypt, decrypt, compress, decompress
* are passed a frame buffer that looks like this:
*
* [extra_frame bytes] [mtu
www.eeworm.com/read/396111/8125519
bas comp_huffshortdict.bas
Attribute VB_Name = "Comp_HuffShortDict"
Option Explicit
'This is a 2 run method
Private BitVal() As Long
Private CharVal() As Long
Public Sub Compress_HuffManShortDict(FileArray() As B
www.eeworm.com/read/243990/12901309
bas comp_huffshortdict.bas
Attribute VB_Name = "Comp_HuffShortDict"
Option Explicit
'This is a 2 run method
Private BitVal() As Long
Private CharVal() As Long
Public Sub Compress_HuffManShortDict(FileArray() As B
www.eeworm.com/read/241364/13151443
txt reserved.txt
ACCESS
ADD
ALL
ALTER
AND
ANY
AS
ASC
AT
AUDIT
BEGIN
BETWEEN
BY
CASE
CHAR
CHECK
CLOSE
CLUSTER
COLUMN
COLUMNS
COMMENT
COMMIT
COMPRESS
CONNECT
CREATE
CURRENT
CURSOR
DATE
DECIMA
www.eeworm.com/read/136971/13350713
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/322098/13389924
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