CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - HUFFMAN算法

搜索资源列表

  1. huffman

    0下载:
  2. 用于数据流压缩的huffman算法源代码,比较实用.-For data stream compression huffman algorithm source code, more practical.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:16600
    • 提供者:353
  1. Huffman

    0下载:
  2. Huffman算法,实现数据的压缩和解压缩功能-Huffman algorithm, data compression and decompression functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3405
    • 提供者:star
  1. Huffman

    0下载:
  2. 使用哈弗曼算法将文件压缩,压缩比带该是1:3,如果将里面的类进行修改就可以自己使用了。-Use Havermann file compression algorithm, compression ratio is 1:3 with that, if you modify the class which can be their own use.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:136119
    • 提供者:111
  1. Huffman

    0下载:
  2. Huffman算法的C++完整实现,已打包成工程。压缩包内有详细的文档说明和源代码。-Huffman algorithm is a complete C++ implementation has been packaged into a project. Compressed document containing detailed instructions and source code.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:573268
    • 提供者:成新
  1. huffman

    0下载:
  2. 一个huffman压缩解压算法C源码 极高的压缩比 能将1mb文件 压缩成400kb-A huffman compression decompression algorithm C source high compression ratio can compress the file 400kb 1mb
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:38163
    • 提供者:钟离
  1. Huffman

    0下载:
  2. Huffman算法,能够对文件进行huffman编码,根据编码对源文件二进制编码、译码-Huffman algorithms, can file huffman coding, according to the binary encoding of the source file encoding, decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:5465
    • 提供者:yedq
  1. huffman

    0下载:
  2. 用C语言实现huffman算法,源码文件-Huffman algorithm using C language, source file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:74532
    • 提供者:诸婧芳
  1. Huffman

    0下载:
  2. huffman算法 实现叶子节点动态变化的算法-huffman algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:345320
    • 提供者:陈丽红
  1. huffman

    0下载:
  2. huffman 压缩 解压。基于Huffman 编码的无损压缩(lossless data compression)和解压缩算法。 假设压缩和解压缩程序分别为huffmanEnc, huffmanDec。-huffman compression decompression. Lossless compression based on Huffman coding (lossless data compression) and decompression algorithms. Assuming
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:161046
    • 提供者:Yuan
  1. Huffman

    0下载:
  2. 利用huffman算法,压缩文件夹里的所有文件。或将压缩后的文件解压到指定文件夹。-Using huffman algorithm, compressed all files int the folder. Or extract the compressed files to the specified folder.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:5699
    • 提供者:陈军
  1. huffman

    0下载:
  2. 用于文件压缩的huffman算法源代码,VC6可以编译的-The huffman algorithm for file compression source code, VC6 compile the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:16823
    • 提供者:netangels
  1. huffman

    0下载:
  2. 用C实现的huffman算法,只有生成编码树的部分但是没有最后对文件进行编码输出。-implementation of huffman coding in C
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:165959
    • 提供者:Waifung
  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
    • 文件大小:2657
    • 提供者:clare
  1. huffman

    0下载:
  2. 用huffman算法对《红楼梦》进行压缩与解压-Compression and decompression using huffman algorithm "A Dream of Red Mansions"
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2551294
    • 提供者:黄丽
  1. Static-Huffman-algorithm-detailed-

    0下载:
  2. 静态huffman算法,注视详细绝对实用可靠,希望对大家有所帮助-Static Huffman algorithm detailed, look absolutely reliable and practical, and they hope to help everyone
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1882
    • 提供者:asdfghjkl
  1. huffman

    0下载:
  2. 实现了huffman算法的基本过程,生成了相应的huffman编码,给出了平均最短编码长度。-Huffman algorithm process to generate the huffman encoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:46146
    • 提供者:li
  1. Huffman

    0下载:
  2. JAVA实现的HUFFMAN算法,根据输入生huffmantree,输出加密后的2进制序列-JAVA implemented algorithm HUFFMAN, input raw huffmantree, encrypted output sequence of binary
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1476
    • 提供者:FHJ
  1. Huffman-algorithm--experiments

    0下载:
  2. 基于Huffman算法的压缩软件设计实验,介绍了相关Huffman算法原理,并利用Java进行实现,有相应实验图作为对照!-Compression software design experiments based on the Huffman algorithm, introduced the Huffman algorithm principle, and use the Java implementation, as a control to the corresponding exper
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:115178
    • 提供者:独角之灵
  1. huffman

    0下载:
  2. 用huffman算法实现ASCAII文档压缩功能的实例程序,开发环境:VS2010.-Instances of program compression using huffman algorithm achieve ASCAII documentation functionality, development environment: VS2010.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-11
    • 文件大小:7504776
    • 提供者:Qiao He
  1. huffman

    0下载:
  2. 算法与数据结构-huffman 算法与数据结构实现huffman算法-Algorithms and Data Structures Algorithms and Data Structures-huffman huffman algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:164476
    • 提供者:jiliang
« 1 2 34 5 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com