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

搜索资源列表

  1. huffman

    0下载:
  2. 自适应(或动态)哈夫曼算法取消了统计,可在压缩数据时动态调整哈夫曼树,这样可提高速度。因此,哈夫曼编码效率高,运算速度快,实现方式灵活。-Adaptive (or dynamic) Huffman algorithm to cancel the statistics, the data can be dynamically adjusted in the compressed Huffman tree, which can improve speed. Therefore, the Huffma
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2313
    • 提供者:
  1. Huffman

    0下载:
  2. 哈夫曼算法的C++实现,通过了编译和运行-Huffman-algorithm s realization
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:438833
    • 提供者:子林
  1. huffman

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

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

    1下载:
  2. 任务:设计一个利用哈夫曼算法的编码和译码系统。 要求:建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。 “压缩文件”即:读文件、统计文件中的字符个数、对文件进行哈夫曼编码和译码、并将编码译码后的字符存储在文件中。 根据以上任务说明,设计数据结构,并设计程序完成功能。 -Task: Design a Huffman algorithm using coding and decod
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-04-25
    • 文件大小:108544
    • 提供者:王平
  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-Compress

    0下载:
  2. This is c# code to compress files by huffman algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1502409
    • 提供者:kourosh
  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 algorithm image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:12746
    • 提供者:mamifalda
  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. meue-huffman

    0下载:
  2. huffman静态算法,有菜单,可以直接运行,希望对大家有帮助-Static Huffman algorithm, with the menu, can be directly run, and they hope to help everyone
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:2674
    • 提供者:asdfghjkl
  1. Huffman

    0下载:
  2. 贪心算法实现哈夫曼编码,算法作业可以参考-Greedy algorithm Huffman algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:6166
    • 提供者:zhangke
  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. huffman algorithm in csharp
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:135184
    • 提供者:saber
  1. Huffman

    0下载:
  2. code for huffman algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:9259
    • 提供者:mino
  1. Huffman

    0下载:
  2. It is a graphical representation of the Huffman algorithm . the program is in accordance to the algorithm described in Cormen.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:128080
    • 提供者:amannith
  1. huffman

    0下载:
  2. 哈夫曼算法 实现的时候我们用vector<bool>记录每个char的编码;用map<char,vector<bool>>表示整个字典-huffman algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:1294
    • 提供者:梁佩琳
  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 2 3 45 6 7 8 9 10 ... 40 »
搜珍网 www.dssz.com