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

搜索资源列表

  1. Huffman_Arithmetic

    0下载:
  2. 我用C++编写的Huffman压缩解压算法,可以对文本及*.bmp图像进行压缩解压-I use C++ to the Huffman compression decompression algorithm, and the text can*. bmp image compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:19381
    • 提供者:普明
  1. newhuffman

    0下载:
  2. huffman 压缩算法 支持文件夹的压缩与解压-huffman compression algorithm support folder compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-22
    • 文件大小:2531594
    • 提供者:xudi
  1. huffman

    0下载:
  2. 哈夫曼经典算法的实现 哈夫曼经典算法的实现-Classic Huffman algorithm Huffman algorithm Classic
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:7175
    • 提供者:sunmiaoa
  1. Huffman

    0下载:
  2. 本目录下的源代码均属示例、教学性质。作者不对这些代码的功能和性能作任何担保或承诺。 -------- 功能说明 -------- 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内
  3. 所属分类:Data structs

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

    0下载:
  2. huffman的排序算法,数据结构中很重要,很基本的内容-huffman s sorting algorithm, data structure is very important, very basic content
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:11517
    • 提供者:郭文
  1. huffman

    0下载:
  2. 数据结构中树的构造方法,可以借鉴一下,以做出更好的算法-Data structure in the tree construction method, you can learn from you in order to make better algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1520
    • 提供者:lina
  1. Huffman

    0下载:
  2. 数据结构中重要的哈夫曼算法,其中有详细的代码解析。-An important data structure Huffman algorithm, including a detailed analysis of code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3894
    • 提供者:tt
  1. tuxiangchulisuanfa

    0下载:
  2. 图像处理算法方面编程代码汇总,请自己筛选,总有你需要的-Image processing algorithm programming code summary, your own screening, there will always be you need
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:551823
    • 提供者:sjsun
  1. file_cut

    0下载:
  2. LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-02
    • 文件大小:239452
    • 提供者:Richard Yang
  1. huffmancoding

    0下载:
  2. 哈夫曼压缩 哈弗曼算法是基本的压缩和解密算法,此文件表示了如何用Java来编码 -Huffman Encoder
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:6505
    • 提供者:nasa
  1. Haffmancode

    1下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:551312
    • 提供者:赵刚
  1. Picture.Translate.Of.Remote.Desktop.Control

    0下载:
  2. 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:54307
    • 提供者:whoamixp
  1. huffman

    0下载:
  2. 哈弗曼编码算法的实现,用c++来实现算法-huffman code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:214902
    • 提供者:柴义轩
  1. Huffman

    0下载:
  2. 哈夫曼编码和译码的实现,参考书中核心算法在Visual studio6.0的环境中运行成功。-Huffman encoding and decoding to achieve, reference books in the core algorithm in Visual studio6.0 the success of the environment.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1292
    • 提供者:星星
  1. Huffman

    0下载:
  2. huffman编码,数据结构书上面的算法整理-huffman
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:11017
    • 提供者:chenjie
  1. HUFFMAN

    0下载:
  2. 在电报收发、数据通信过程中,可使用前缀编码使字符编码的平均长度最短。这种前缀编码可通过构造哈夫曼树的方式来实现。 算法输入:各字符及其权值。 算法输出:各字符的编码串 -In his cable, transceiver, data communication process, can use the prefix encoding character encoding so that the average length of the shortest. This prefix H
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1012
    • 提供者:柏德胜
  1. lab0701-Echo

    0下载:
  2. 初中计算机优秀论文-嵌入式MP3解码器中Huffman算法的硬件加速 -sads
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:22973
    • 提供者:chengwen
  1. 06082130

    0下载:
  2. 这是一个用于的压缩与解压的源代码,可以用于中英文等文字的压缩,此源代码主要用到了huffman算法-it s for compress and depress.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:197258
    • 提供者:张龙
  1. huffman

    0下载:
  2. 这是一个赫夫曼加密算法,此方法可以加密和解密程序。-Huffman This is an encryption algorithm, this method can process encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:33115
    • 提供者:Miao
  1. huffman-c

    0下载:
  2. huffman 信源编码算法C源程序-source coding algorithm huffman source ~~~~~~ C
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1382
    • 提供者:小鱼
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 44 »
搜珍网 www.dssz.com