CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 霍夫曼编码

搜索资源列表

  1. Huffman

    0下载:
  2. C语言,利用信息论与编码中的霍夫曼的原理实现文件的编码和解码,对txt和ppt文件测试成功-C language, the use of information theory and coding to achieve the principle of Huffman encoding and decoding files, txt and ppt files on the test was successful
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:4044
    • 提供者:温志平
  1. huffman

    0下载:
  2. 进行霍夫曼(Huffman)编码的实用C/C++程序,对于构建Huffman树的算法已经优化,可以在消耗内存最小的情况下提升编码速度. 对ASCII码字符串进行Huffman编码.-An C/C++ program that demonstrates how to construct a Huffman tree through which Huffman Code can be realized. The algorithm has been optimized to work under
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1152
    • 提供者:ricyn
  1. huofuman

    0下载:
  2. 霍夫曼图像压缩编码,无损压缩,压缩率为2倍,压缩效果很好。-Image compression Huffman coding, lossless compression, the compression rate is 2 times the compression works well.
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:559
    • 提供者:沈佳
  1. bandelet_yasuo

    0下载:
  2. 基于Bandelet变换的图像压缩,包括基于SPIHT、霍夫曼等压缩编码解码,比较无损有损压缩。-Bandelet transform based image compression, including those based on SPIHT, Huffman compression codecs such as compare lossless lossy compression.
  3. 所属分类:Graph program

    • 发布日期:2017-05-06
    • 文件大小:1291301
    • 提供者:沈佳
  1. Image_encode

    0下载:
  2. 对图像进行霍夫曼,香农-费诺,算术,位平面编码-Image Hoffman, Shannon- Fano, arithmetic, bit-plane coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:209185
    • 提供者:宋丰亦
  1. MATLAB-Huffman-GUI-design

    1下载:
  2. MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码-MATLAB Huffman Huffman coding and decoding GUI interface design source code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:15158
    • 提供者:杨肖
  1. Untitled

    0下载:
  2. 用Matlab语言编程实现霍夫曼(Huffman)编码。-Using Matlab programming language Hoffman (Huffman) encoding.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1151
    • 提供者:张四博
  1. huffmancode

    5下载:
  2. 利用最小堆编程实现给定权值集合下构造相应霍夫曼树的算法,并解决以下问题: 有一电文共使用五种字符a,b,c,d,e,其出现频率依次为4,7,5,2,9。 (1)构造对应的编码哈夫曼树(要求左子树根结点的权小于等于右子树根结点的权)。 (2)给出每个字符的哈夫曼编码。 (3)译出编码系列11 00 011 10 00 10 10 11的相应电文。 -With a minimum heap programming under a given set of weights to c
  3. 所属分类:Other windows programs

    • 发布日期:2015-12-30
    • 文件大小:2048
    • 提供者:DawnMao
  1. Huffman-coding-tree

    0下载:
  2. 用二叉树作为存储结构,实现霍夫曼树的编码以及01序列的解码-As with binary storage structure, to achieve Huffman coding tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6247
    • 提供者:王雅
  1. huffman

    0下载:
  2. 利用霍夫曼方法实现压缩和解压,内含编码和译码两部分-using Huffman to compress and decompress.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1453
    • 提供者:fq
  1. Huffman

    0下载:
  2. 实现哈弗曼编码,可以创建霍夫曼树,然后对数据进行压缩,采用vc6.0-Realization of harvard, coding, can create a Huffman tree, and then the data compression, using vc6.0
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:337011
    • 提供者:小小侠客
  1. Huffman

    0下载:
  2. 应用c++实现霍夫曼(Huffman)编码 -Huffman compress c++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:9660
    • 提供者:王郁茗
  1. Huffman_Node

    0下载:
  2. 解决霍夫曼树的编码问题,二进制和十进制数可以相互转换-Huffman coding problem solving tree, binary and decimal numbers can be converted to each other.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2368
    • 提供者:李兮
  1. hm5

    0下载:
  2. 读取一幅图像,进行霍夫曼图像编码和解码,求图像的熵、平均码长和编码效率。-Read an image,code it with the Hoffman method then decode it.Generate the entropy of the image,the the average code length and coding efficiency
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2480
    • 提供者:seasonflow
  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
    • 文件大小:793872
    • 提供者:曾淼
  1. huffman

    0下载:
  2. 霍夫曼编解码,采用构造霍夫曼树进行编码;构造好霍夫曼树后解码的过程就比较简单了;只需通过霍夫曼树找到相应的叶子节点即可解码-Hoffman codec used to encode structural Huffman tree good Huffman tree structure after decoding process is relatively simple just find the leaf node can be decoded by the Huffman tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:702585
    • 提供者:落落
  1. myhuff

    0下载:
  2. 数据结构之霍夫曼树,采用霍夫曼树 (1)根据输入的字符和相应的权值建立哈夫曼树,并输出已建的相应内容作为检查; (2)用哈夫曼树实现前缀编码,并输出各字符的编码串; (3)输入一组二进制报文,进行译码,并输出译文。 -Huffman tree data structures, using Huffman tree (1) according to the input character and the corresponding weights build the Huffm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1629
    • 提供者:程伟
  1. ex

    2下载:
  2. MATLAB编写的编码GUI,包括文件分析、频数统计、编码列表等。编码方法包括霍夫曼、香农、费诺、改进费诺等。GUI中还包括各编码方法的比较。GUI界面非常美观漂亮。-MATLAB code GUI, including documents analysis, frequency statistics, code list, etc.The encoding methods including hoffman, shannon, fees, and GaiJinFei etc.The compa
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-12-08
    • 文件大小:319488
    • 提供者:郑翔
  1. hfm

    0下载:
  2. 霍夫曼源代码,实现自动编码,计算平均码长,熵和编码效率。-Huffman source code, automatic coding, calculation of the average code length, and entropy coding efficiency.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1306
    • 提供者:田永
  1. hufferman

    0下载:
  2. 霍夫曼树的编码译码,输入字母或数字 霍夫曼树的编码译码,输入字母或数字-Hoffman tree encoding and decoding, input letters or numbers
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:443080
    • 提供者:严泽
« 1 2 ... 26 27 28 29 30 3132 »
搜珍网 www.dssz.com