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

搜索资源列表

  1. huffman

    0下载:
  2. 比较简单的C++程序来实现huffman的压缩算法,-A simple C++ procedures to implement the huffman compression algorithm,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6441864
    • 提供者:卢小杰
  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. 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. huffman

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

    • 发布日期:2017-04-29
    • 文件大小:214902
    • 提供者:柴义轩
  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. 06082130

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

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

    0下载:
  2. 本课程设计的目的是使学生掌握数据结构的基本概念和算法分析方法,以提高学生的编程能力和解决实际问题的能力。-This course is designed to enable students to master the basic concepts of data structures and algorithms analysis in order to enhance student programming ability and the ability to solve practical
  3. 所属分类:Data structs

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

    0下载:
  2. Huffman 编码 笨笨教程 香农算法-Ben Ben Huffman coding algorithm tutorial Shannon
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1162522
    • 提供者:黄舒颖
  1. jpeg_decode

    0下载:
  2. 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:103743
    • 提供者:倾泠月
  1. HuffmanDecoder

    0下载:
  2. Huffman Decoder 哈弗曼编码器 C语言描述 数据结构与算法 利用三叉树-Huffman Decoder
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:325206
    • 提供者:kobe_fu
  1. Huffman

    0下载:
  2. 这是一个哈弗曼树实现算法,哈弗曼树主要用于压缩文件方面。-This is a tree哈弗曼algorithm, mainly used for tree compression哈弗曼documents.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:222085
    • 提供者:hanks
  1. Huffman

    0下载:
  2. 霍夫曼树的实现,非常经典的一个算法实现,希望大家提供宝贵意见。
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:898381
    • 提供者:邱炜
« 1 2 3 4 5 67 8 9 10 11 ... 33 »
搜珍网 www.dssz.com