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

搜索资源列表

  1. huffman.rar

    1下载:
  2. 实现用huffman编码的编码译码器,用C++和vc6.0实现,With implementation of the huffman encoding codecs
  3. 所属分类:Compiler program

    • 发布日期:2014-12-08
    • 文件大小:1038370
    • 提供者:张文宇
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 1、初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印(Print):以直观的方式打印赫夫曼树。6、计
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:1133568
    • 提供者:林佳
  1. huffman

    0下载:
  2. 哈夫曼编码^译码器 数据结构经典实验 我们大多数情况下作为参考-^ Huffman decoder data structure of our classic experiment in most cases as a reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2043
    • 提供者:shenglong
  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. huffman

    0下载:
  2. 问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Descr iption of the problem] use Huffman encoding of information and communication can grea
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:15639
    • 提供者:yangyang
  1. Huffman

    0下载:
  2. 完美实现哈夫曼编码译码 用 vc++实现哈夫曼编码译码-Achieve perfect Huffman decoding using vc++ implementation Huffman decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:293046
    • 提供者:wyshzz
  1. huffman

    0下载:
  2. 编写完整的系统,要求具有以下功能: 1、 I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存入文件hfmTree中。 2、 E:编码(Encoding)。利用以建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 3、 D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:320281
    • 提供者:张亦楠
  1. huffman

    0下载:
  2. 很好用的一个哈夫曼编码译码 自己已经通过运行 希望大家可以把它修改得更好-Huffman used a very good codec by running he had hope that we can modify it even better
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 赫夫曼实现编码译码C++环境下运行! -Huffman coding to achieve coding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:266770
    • 提供者:sunshengsan
  1. huffman

    0下载:
  2. 哈夫曼编译码器课程设计源代码,实现的基本功能有(如初始化,编码,译码,印代码文件等)-Huffman codecs curriculum design source code, to achieve the basic functions (such as initialization, encoding, decoding, printing a document code, etc.)
  3. 所属分类:Education soft system

    • 发布日期:2017-04-01
    • 文件大小:1330
    • 提供者:林涛
  1. Huffman

    0下载:
  2. 我做的课程设计,一个简单的C++实现的用于解决霍夫曼编码译码问题!~-I do curriculum design, a simple C++ implementation of the Huffman codec used to solve the problem! ~
  3. 所属分类:Windows Develop

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

    0下载:
  2. 一个haffman编码、译码的程序,仅供参考,有一个小错误-.cpp
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5091
    • 提供者:tmac
  1. Huffman

    0下载:
  2. 赫夫曼编译码的C++程序 内有使用说明-Huffman encoding and decoding of the C++ programs using the instructions within the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:6123
    • 提供者:金秋十月
  1. huffman

    1下载:
  2. 哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统,试为这样的信息收发站写一个哈夫曼编译码系统。 一个完整的系统应具有以下功能: (1) (1) I: 初始化。从终端读入字符集大小 n ,及 n 个字符和 n 个权值,建立哈夫曼树,并将其存于文件hfmtree中。 (2) C: 编码。利用已
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:7015
    • 提供者:王蕾
  1. huffman

    0下载:
  2. huffman编码译码的实现,通过huffman编码可以达到较高的编码效率-huffman code decoding to achieve, through the huffman coding can achieve higher coding efficiency
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-04
    • 文件大小:1196
    • 提供者:李冰
  1. huffman

    0下载:
  2. 在MATLAB环境下实现霍夫曼编码与译码-In the MATLAB environment to achieve Huffman encoding and decoding
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:4873
    • 提供者:宋贤明
  1. Huffman

    1下载:
  2. 哈夫曼编码及译码 实现了对英文翻译,英文文献等的编码及译码-Huffman encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2014-12-08
    • 文件大小:5096
    • 提供者:LN
  1. Huffman

    0下载:
  2. 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Huffman coding using information and communication can greatly improve the channel utilization, redu
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:267811
    • 提供者:Roger
  1. Huffman

    0下载:
  2. 哈弗曼编码 和 译码 ,包括统计明文的字符分配频率,建立哈弗曼树,编码和译码-the encoder and decoder of Huffmam code
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:639646
    • 提供者:吕正华
  1. Huffman~

    0下载:
  2. 树的哈夫曼编码。在文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。-Huffman tree. Each line in the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click for
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:175990
    • 提供者:项链
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com