CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能 压缩解压

资源列表

« 1 2 ... .45 .46 .47 .48 .49 650.51 .52 .53 .54 .55 ... 1094 »
  1. huffman

    0下载:
  2. Huffman编码又称哈夫曼编码,是一种可变长编码方式.码的原理是:将使用次数多的代码转换成长度较短的代码,而使用次数少的可以使用较长的编码,并且保持编码的唯一可解性。Huffman算法的最根本的原则是:累计的(字符的统计数字*字符的编码长度)为最小,也就是权值(字符的统计数字*字符的编码长度)的和最小。-Huffman coding, also known as Huffman coding is a variable length encoding. Code principle is: u
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:2.59kb
    • 提供者:clare
  1. btz

    0下载:
  2. PB批量压缩文件,将要压缩的文件直接拷贝到from目录,点击执行,压缩后的文件自动生成至to目录-PB compression batch file, the file to be compressed be directly copied from the directory, click on the implementation of the compressed file to directory automatically generated to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:236.82kb
    • 提供者:mengrui
  1. Huffman_coding_decoding

    0下载:
  2. 哈夫曼编码 源码下载 C语言 课程要求小程序参考-Huffman source download C language programs that require a small program reference
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:173.94kb
    • 提供者:高姝芬
  1. Arith

    0下载:
  2. 用二值算术编码实现的加密压缩算法,简单快速-Encryption & compreesion with a bit level arithematic coding method
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:17.95kb
    • 提供者:Fengguang Zhao
  1. CCITTV_42bis--compression-algorithm

    0下载:
  2. 本文主要介绍CCITT v.42bis建议的压缩算法的主要特点,以及实现该算法的数据结构,形成新串的方法,动态维护字典的方法和指针编码,并给出V.42bis建立的模拟结果。V.42压缩可以用于SNDCP子层分组数据部分的压缩。-This paper describes the main features recommended by the CCITT v.42bis compression algorithm, and the data structure of the algorithm,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:349.77kb
    • 提供者:曾秀姗
  1. T-REC-V[1].42bis-199001

    0下载:
  2. V.42bis数据压缩算法,一种基于自适应字典的通用无损压缩算法。(英文版)-V.42bis data compression algorithm, an adaptive dictionary-based general-purpose lossless compression algorithm. (English)
  3. 所属分类:压缩解压

    • 发布日期:2014-04-01
    • 文件大小:246.28kb
    • 提供者:曾秀姗
  1. LZ77compression

    0下载:
  2. LZ77 压缩、解压缩算法C++源代码-LZ77 compression, decompression algorithm C++ source code ! !
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4.85kb
    • 提供者:沈晓
  1. VBCrypto

    0下载:
  2. VBCrypto源码库大全源码,这是一个良好的编译算法,由如下算法组成:10种流行的加密算法(Blowfish, Twofish, Rijndael, Skipjack, Serpent, Gost, RC2, RC4, TEA, DES, 3DES, 3DES112, DESE, CAST5, IDEA),6种流行的单一的哈希算法(MD2, MD4, MD5, SHA, SHA256, RipeMD)以及一个huffman压缩算法。-The VBCrypto source libraries
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:549.96kb
    • 提供者:盖小圈
  1. arith-coding

    0下载:
  2. VS2005,命令行的算术编码。多阶自适应算术编码,包括编码和解码。压缩率很高,可以跟7zip、快压一较高下-Arithmetic coding in VS2005.context based adaptive arithmetic coding with good performance,like 7zip and kuaiya software
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:258.67kb
    • 提供者:chen
  1. lempel

    0下载:
  2. Lempel-siv簡單描述,讓使用者要了解演算法的結構,順便了解程式架構,藉由看程式去了解演篹法。-LZW that describe easily.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:19.32kb
    • 提供者:陳師大
  1. HuffCode

    0下载:
  2. Huffman coding is an entropy encoding algorithm used for lossless data compression. The term refers to the use of a variable-length code table for encoding a source symbol (such as a character in a file) where the variable-length code table has been
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:1kb
    • 提供者:yashika
  1. norm2huff

    0下载:
  2. 有关无损压缩huffman 编码 无注释 在matlab环境下 -huffman encoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:863byte
    • 提供者:张宁
« 1 2 ... .45 .46 .47 .48 .49 650.51 .52 .53 .54 .55 ... 1094 »
搜珍网 www.dssz.com