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

搜索资源列表

  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-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. 7.Huffman

    0下载:
  2. 利用huffman算法对一个文档进行加密和解密-Huffman algorithm to encrypt and decrypt a document
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:923362
    • 提供者:王振峰
  1. Huffman

    0下载:
  2. 实现了Huffman算法,能够输出一个字符串序列对应的每个自字符对应的Huffman编码值01串。-The file implements the Huffman algorithm in C++ ,which will output a sequence of strings corresponding to the frequency of each character in the string to the Huffman coding since the character corre
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:3653
    • 提供者:刘君
  1. HUFFMAN

    0下载:
  2. 数据结构之HUFFMAN算法, 数据结构之HUFFMAN算法-The data structure HUFFMAN algorithms, data structures HUFFMAN algorithms, data structures, the HUFFMAN algorithm of
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:139198
    • 提供者:马苏
  1. Huffman

    0下载:
  2. 基于Huffman算法的简单c++文件编码和解码,适合初学者学习,对于输入的一串字符简单的压缩并解压-Simple c++ document encoding and decoding based on Huffman algorithm, suitable for beginners to learn, to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:246714
    • 提供者:LIjing
« 1 2 34 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com