代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/446068/1716759
c vj.c
/*
* Routines to compress and uncompess tcp packets (for transmission
* over low speed serial lines.
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
www.eeworm.com/read/445571/1720250
cs compresseditemgroup.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace QiHe.CodeLib.Compress
{
public class CompressedItemGroup
{
public bool IsFinal;
//public
www.eeworm.com/read/445571/1720255
cs huffmanalgorithm.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace QiHe.CodeLib.Compress
{
public class HuffmanAlgorithm
{
public static int[] ComputeOptimalCodeLeng
www.eeworm.com/read/445571/1720263
cs blocktype.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace QiHe.CodeLib.Compress.DeflateFormat
{
public enum BlockType
{
NoCompression = 0,
FixedHuf
www.eeworm.com/read/445571/1720265
cs huffmancodes.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace QiHe.CodeLib.Compress.DeflateFormat
{
public partial class HuffmanCodes
{
HuffmanTree AlphabetHuff
www.eeworm.com/read/444146/1736178
ddf cabwiz.ddf
;
; cabwiz.ddf
;
; Template directive file to create the CAB file
;
.Set Cabinet=ON
.Set Compress=OFF
.Set CabinetFileCountThreshold=0 ; no files per cabinet threshold
.Set FolderFileCoun
www.eeworm.com/read/441031/1772873
ddf 计算机等级考试模拟系统.ddf
.OPTION EXPLICIT
.Set Cabinet=off
.Set Compress=off
.Set MaxDiskSize=CDROM
.Set ReservePerCabinetSize=6144
.Set DiskDirectoryTemplate=".."
.Set CompressionType=MSZIP
.Set CompressionLevel=7
.S
www.eeworm.com/read/440906/1785830
def zlibvc.def
LIBRARY "zlib"
DESCRIPTION '"""zlib data compression library"""'
VERSION 1.11
HEAPSIZE 1048576,8192
EXPORTS
adler32 @1
compress @2
crc3
www.eeworm.com/read/440906/1785861
def zlibvc.def
LIBRARY "zlib"
DESCRIPTION '"""zlib data compression library"""'
VERSION 1.11
HEAPSIZE 1048576,8192
EXPORTS
adler32 @1
compress @2
crc3
www.eeworm.com/read/436018/1856045
c vj.c
/*
* Routines to compress and uncompess tcp packets (for transmission
* over low speed serial lines.
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.