代码搜索:COMPRESS

找到约 7,043 项符合「COMPRESS」的源代码

代码结果 7,043
www.eeworm.com/read/279087/4139570

cpp zlib.cpp

#include #pragma hdrstop //--------------------------------------------------------------------------- USEUNIT("adler32.c"); USEUNIT("compress.c"); USEUNIT("crc32.c"); USEUNIT("deflate.c")
www.eeworm.com/read/276929/4161257

cpp rangecoderbit.cpp

// Compress/RangeCoder/RangeCoderBit.cpp #include "StdAfx.h" #include "RangeCoderBit.h" namespace NCompress { namespace NRangeCoder { UInt32 CPriceTables::ProbPrices[kBitModelTotal >> kNumMoveRedu
www.eeworm.com/read/445571/1720245

cs compressionmethod.cs

using System; using System.Collections.Generic; using System.Text; namespace QiHe.CodeLib.Compress { public enum CompressionMethod { Deflate = 8, Lzw = 12, R
www.eeworm.com/read/445571/1720249

cs compresseditem.cs

using System; using System.Collections.Generic; using System.Text; namespace QiHe.CodeLib.Compress { public abstract class CompressedItem { } public class LiteralByte : Com
www.eeworm.com/read/445571/1720256

cs binarytree.cs

using System; using System.Collections.Generic; using System.Text; namespace QiHe.CodeLib.Compress { public class BinaryTree { public BinaryTreeNode Root; public Bi
www.eeworm.com/read/445571/1720258

cs tableentry.cs

using System; using System.Collections.Generic; using System.Text; namespace QiHe.CodeLib.Compress.LempelZivWelch { public struct TableEntry { public int RefIndex; pu
www.eeworm.com/read/445571/1720269

cs huffmancodes.cs

using System; using System.Collections.Generic; using System.Text; namespace QiHe.CodeLib.Compress.DeflateFormat { public partial class HuffmanCodes { public int ReadLiteralOr
www.eeworm.com/read/444180/1735925

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. * * R
www.eeworm.com/read/440906/1785850

cpp zlib.cpp

#include #pragma hdrstop //--------------------------------------------------------------------------- USEUNIT("adler32.c"); USEUNIT("compress.c"); USEUNIT("crc32.c"); USEUNIT("deflate.c")
www.eeworm.com/read/430479/1929910

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. * * R