搜索资源列表

  1. Ignotus-shannon-fano-e82a269

    0下载:
  2. This is Basic C code of Compress and Decompress of Shannon-Fano algoriphms-This is Basic C code of Compress and Decompress of Shannon-Fano algoriphms...
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:Alex
  1. gzip

    0下载:
  2. The deflation algorithm used by zip and gzip is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:299008
    • 提供者:Dennis
  1. huffman-C

    0下载:
  2. 基于huffman算法的压缩/解压缩的程序源码。 Borland C++写的。 仅供参考学习,请勿作为盈利性程序。-Huffman compression code compressor and decompressor in Borland C++ 2.0 by Shaun Case, April 1991 Enclosed in this archive are two C programs that impl
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:
  1. xzip

    0下载:
  2. 文件解压缩库,提供文件压缩和解压缩接口,能够实现文件和数据高效率的压缩,特别在文件处理项目和数据处理项目中十分有用,处理效率和rar不相上下。-Unzip the file library, provides the interface to compress and decompress files, documents and data to achieve high compression efficiency, especial
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:144384
    • 提供者:rwei
  1. ICSharpCode.SharpZLib

    0下载:
  2. 用于压缩和解压缩ZIP文件的类库,用户可将此工程编译成.net类库-Used to compress and decompress ZIP files library
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:254976
    • 提供者:SongDelin
  1. huffman

    0下载:
  2. 哈弗曼压缩算法,可以压缩和解压小于4G的文件,压缩效率较高-Ha Fuman compression algorithm can compress and decompress the file is less than 4G, a higher compression efficiency
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:聂闻
  1. huffman

    0下载:
  2. 使用哈夫曼算法对英文文本进行压缩和解压缩,有简单的界面和详细的说明。-Using the Huffman algorithm to compress and decompress the English text, a simple interface and detailed instructions.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:name
  1. FiHaDZlib

    0下载:
  2. This is my Zlib library to compress and decompress files. create your own archive with it. By FiHaD Software.
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:FiHaD Software
  1. 152

    0下载:
  2. 利用WinRar压缩和解压文件,很不错的VB源码,适合VB爱好者学习研究。-Use WinRar to compress and decompress files, very good VB source code for VB enthusiasts to learn the research.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:free05
  1. Compression

    0下载:
  2. c# programming by using the GZipStream and Deflate Stream classes, you can compress and decompress files in the GZip format.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:kldqr
  1. Upload_Actual_JPEG

    0下载:
  2. 利用JPEG实现图像的压缩和解压,代码有点点下bug,自己修改吧-compress and decompress use JPEG
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:74752
    • 提供者:yanghongyun
  1. zlib-1.2.5-Deflate

    0下载:
  2. This is Zlib compression library using deflate method to compress and decompress data
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:7640064
    • 提供者:HELLO
  1. paq9a

    0下载:
  2. 极限压缩PAQ9A算法 To compress: paq9a a archive [-1..-9] [[-s|-c] files...]... To decompress: paq9a x archive [new filenames...] List contents: paq9a l archive -Ultimate compression the PAQ9A algorithm To compress:
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:liuyijun
  1. Gzip

    0下载:
  2. 通过c#语言实习,对文件或文件夹gzip解压和压缩-compress and decompress via c# release gz file
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:zhongyuan
  1. huffman

    0下载:
  2. 用霍夫曼树进行文件的压缩和解压缩。包括计算字符频率,构建霍夫曼树,进行文件压缩,文件解压缩-Compress file or decompress file with huffman tree. The code include frequency counting, huffman tree building, textzip, decompression.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:54272
    • 提供者:girlatsnow
  1. huffman

    0下载:
  2. huffman编码压缩与解压 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。-compress and decompress
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:345088
    • 提供者:rex
  1. compress1_lzw

    0下载:
  2. LZW1 compress and decompress procedures. You can add your embedded code (ARM7 or upper). Cool:)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:59392
    • 提供者:basrikul
  1. yasuojieya

    0下载:
  2. 压缩和解压文件,其中头文件中有详细的描述,各个函数的使用按照头文件中英文的描述的步骤可以到达加压解压的目的。-Compress and decompress the file, wherein the header file are described in detail, the use of each function can be reached according to the steps described in the he
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:76800
    • 提供者:chen
  1. LZW

    0下载:
  2. LZW算法实现对文本文件的压缩,对文本文件和图像文件都有较好的压缩效果。-LZW algorithm to compress and decompress text files, and is divided into two 12-bit and 16-bit versions. Has good compression effect on the image and text files.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:353280
    • 提供者:宏观
  1. Huffman

    0下载:
  2. huffman编码压缩和解压缩文件,可以压缩文字,图片等-huffman coding to compress and decompress the file, can compress text, pictures, etc.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:吴超
« 1 2 3 4 5 6 78 9 »

源码中国 www.ymcn.org