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

搜索资源列表

  1. huffman code

    0下载:
  2. 哈夫曼编码是一种最优的前缀编码技术,然而其存在的不足却制约了它的直接应用。首先,其解码时间为O(lavg), 其中lavg为码字的平均长度;其次,更为最重要的是,解码器需要知道哈夫曼编码树的结构,因而编码器必须为解码器保存或传输哈夫曼编码树。
  3. 所属分类:Windows编程

    • 发布日期:2010-10-13
    • 文件大小:40960
    • 提供者:kine1314
  1. huffman.rar

    0下载:
  2. 用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,Priority queue with the realization of Huffman code is a greedy algorithm to achieve a detailed code. Input file is to be encoded file, output file is all character encoding information.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:2130
    • 提供者:waterfly
  1. huffman用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码

    2下载:
  2. 用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码,并做出效率计算等-C language with a bmp256 color image scanner, using Huffman code it, and make efficient computing
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-04-21
    • 文件大小:2129920
    • 提供者:郑元伟
  1. Huffman

    0下载:
  2. 霍夫曼编码全代码,完全描述了编码的全过程,还包括几个实例研究-Huffman code the whole code, a full descr iption of the encoding of the entire process, including several case studies
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:1295
    • 提供者:Leonard
  1. Huffman

    0下载:
  2. 十种huffman编码方法- Ten huffman code method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:35336
    • 提供者:于亚锋
  1. huffman

    0下载:
  2. 霍夫曼编码解码,自己的课程作业,有兴趣的可以参考-Huffman code decoding, operating their own programs, interested can refer to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:44679
    • 提供者:张晓东
  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
    • 文件大小:11720
    • 提供者:秦一
  1. Huffman

    1下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传输预先编码,在接收端将传来的数据进行译码。对于双工通道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。(功能非常完全)-The use of Huffman coding can greatly improve the communication channel utilization, reduce the info
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:257035
    • 提供者:zhengks
  1. hafuman2

    0下载:
  2. 此霍夫曼编码可根据自己输入的字符集及频度构建霍夫曼树,利用建好的哈夫曼树生成哈夫曼编码.-This Huffman code can be entered in accordance with their own character set and the frequency of Huffman tree constructed using built Huffman tree generated Huffman.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2862
    • 提供者:jj
  1. huffman_me

    0下载:
  2. 对输入的字符串各个字符出现次数的概率进行霍夫曼编码,并对其过程进行详细图形显示-Enter the string of characters appear in all probability the number of Huffman code, and a detailed graphical display process
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:12330
    • 提供者:cindy
  1. Huffman

    0下载:
  2. 利用霍夫曼编码对图像的冗余度进行压缩,以利于传输。采用霍夫曼编码来得到比较好的压缩比。-Use Huffman code redundancy of images compressed in order to facilitate transmission. Huffman code used to get relatively good compression ratio.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:939468
    • 提供者:liuyaxin
  1. xapp616

    0下载:
  2. huffman code vhdl program
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-27
    • 文件大小:13141
    • 提供者:andy singh
  1. huffman

    0下载:
  2. 霍夫曼编码程序 对给定的概率 生成霍夫曼编码 希望大家给点意见-Huffman encoding procedure to generate the probability of a given Huffman code to the point I hope everyone
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:573
    • 提供者:yang long
  1. Huffman

    0下载:
  2. 一组指令进行霍夫曼编码,并输出最后的编码结果以及对指令码的长度进行评价。与扩展操作码和等长码进行比较-A set of instructions to carry out Huffman code, and output the final results of the encoding length of the scr ipt evaluation. With the expansion of the operation code and compare the code length
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1662
    • 提供者:神仙
  1. Code_Huffman

    0下载:
  2. 详细介绍了霍夫曼编码的源代码 用于图象的加密解密程序-Huffman code described in detail the source code for image encryption and decryption process
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1860
    • 提供者:bichaozhi
  1. Huffman

    0下载:
  2. 根据ascii码文件中各ascii字符出现的频率情况创建Haffman树,再将各字符对应的哈夫曼编码写入文件中,实现文件压缩。-In accordance with ascii code ascii characters in the document the frequency of the situation created Haffman tree, and then the character of the Huffman code corresponding to write docu
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:815858
    • 提供者:郭峰
  1. huffman

    0下载:
  2. huffman编码 matlab下采用huffman编码-huffman code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:1291
    • 提供者:xuexia
  1. huffman

    0下载:
  2. very fast huffman code
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:307180
    • 提供者:Hung Nguyen
  1. huffman

    0下载:
  2. 霍夫曼编码,这是信息论方面很重要的一种编码方式,对学习信息论理论的人很重要!-Huffman code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:892
    • 提供者:fengyanfang
  1. Huffman

    0下载:
  2. huffman code using java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:18587
    • 提供者:najmeh
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com