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

搜索资源列表

  1. Huffman

    1下载:
  2. 自己写的哈夫曼编码与译码   这个是基于对话框的- Own write 鍝堝か鏇?codes and decodes this is based on the dialog box
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:81.02kb
    • 提供者:下沙
  1. Cpp源代码

    0下载:
  2. 各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-20
    • 文件大小:18.95kb
    • 提供者:站长
  1. huffman.cpp

    1下载:
  2. c++实现霍夫曼编码,用户先输入一段文字,然后程序执行统计并进行编码,最好输出编码并统计编码平均长度。有类和无类两种形式源代码-c++ achieve the Huffman code, the user to enter a section of text, and then the implementation of statistical procedures and codes, the best output encoding and statistical encoding the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-04-21
    • 文件大小:11.45kb
    • 提供者:秦一
  1. huffman

    0下载:
  2. 这是一款huffman编码设计器,有压缩解压功能,有具体代码和论坛-This is a huffman encoding Designer, there are compression decompression functions, there are specific codes and forums
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:41.24kb
    • 提供者:王三
  1. hfmcpp

    0下载:
  2. 赫夫曼编码本程序实现了使用赫夫曼编码压缩数据;输入一串字符串sourceCode——为方便理解,暂时要求字符串只包含大写字母和空格,如果你愿意, 很容易就可以推广到所有的字符——计算出字符串中各个字母的权重,然后对其进行赫夫曼编码,输出赫夫曼树。 将赫夫曼树的叶子结点存储到有序二叉树中,输出原字符串经压缩后得到的用 0 和 1 表示的新字符串destCode; 然后利用赫夫曼树将字符串destCode进行译码,得到目标字符串objCode,比较objCode和sourceCod
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3.65kb
    • 提供者:xhh
  1. vitter

    0下载:
  2. This code is adapted from Professor Vitter s article, Design and Analysis of Dynamic Huffman Codes, which appeared in JACM October 1987 author: karl malbrain, karl_m@acm.org
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:4.18kb
    • 提供者:errtu
  1. multicompressor

    0下载:
  2. Rle Zeckendorf & Huffman codes
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:8.46kb
    • 提供者:censo
  1. Traversalalgo

    0下载:
  2. Codes". Huffman coding uses a specific method for choosing the representation for each symbol, resulting in a prefix code (sometimes called "prefix-free codes") (that is, the bit string representing some particular symbol is never a prefix of th
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:716byte
    • 提供者:muhammad
  1. Huffman-code-decode

    0下载:
  2. test1.txt中为要读入的英文文章,code.txt为生成的huffman编码,decoded.txt中为根据code.txt中内容解码后的结果。-test1.txt is used to store the article in English to be read, code.txt contains generated the huffman codes, decoded.txt for the contents according to code.txt decoded result
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:19.04kb
    • 提供者:Felix
  1. Huffman

    0下载:
  2. 霍夫曼编码,根据给定权值创建赫夫曼编码,显示每一步如何进行及所得编码-Huffman coding, according to the weight given to create Huffman codes, showing how each step and the resultant code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1.4kb
    • 提供者:张三
  1. huffman

    0下载:
  2. Huffman codes (source coding)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:9.07kb
    • 提供者:AS
  1. Huffman_coding_(Java)

    0下载:
  2. Given an arbitrary set of symbols (the english alphabet is the example that will be used here), Huffman coding is a way of creating the most efficient (smallest) binary code for that set of symbols. It exploits the fact that in most data some symbols
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:2.44kb
    • 提供者:Felippe
  1. huffman

    0下载:
  2. 使用C语言编写的HUFFMAN代码,可以进行文件压缩与解压-huffman codes
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3.42mb
    • 提供者:wewe
  1. huffman

    0下载:
  2. 里面有Huffman编码,重复码编码及半字节数据操作。-in it there is something about Huffman tree and repeat-accumulate codes。
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:14.28kb
    • 提供者:
  1. huffmam_decoding

    0下载:
  2. the decoding of Huffman codes is shown. For the decoding the coding tree has to be constructed using the information which has to be transmitted as well. Following that the input is read bitwise and for each 0 a left turn is taken and for each one
  3. 所属分类:matlab

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

    0下载:
  2. 哈夫曼树,即最优树,是带权路径长度最短的树。输入字符和权值输出哈弗曼编码-Enter the character codes and weights of the output Hafu Man
  3. 所属分类:Data structs

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

    0下载:
  2. Huffman 代码 压缩 解压缩,实验报告-Huffman codes
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:210.12kb
    • 提供者:gya
  1. Huffman-Codes-And-Matlab-Simulation

    0下载:
  2. 通过MATLAB仿真来讨论比较二元霍夫曼编码、三元霍夫曼编码以及信源扩展编码的效率,来实现霍夫曼码的优化构造-By MATLAB simulation to compare two yuan Huffman discussed, ternary Huffman coding and source coding efficiency extended to achieve optimization of Hoffman Construction Code
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:52.7kb
    • 提供者:hu diefei
  1. HuffTree

    0下载:
  2. Make the Huffman-tree from the lengths of the Huffman codes. The Huffman codes are also needed, and if they are known, they can be given as an extra input argument.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.13kb
    • 提供者:Sarayu P
  1. Compression-based-on-Huffman-tree

    0下载:
  2. 基于霍夫曼树编码的英文文本压缩,包括原创代码+技术文档+测试用例-English Text Compression Based on Huffman Tree,included original codes+technical report+some test data
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:775.27kb
    • 提供者:曾淼
« 12 3 »
搜珍网 www.dssz.com