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

搜索资源列表

  1. huff

    0下载:
  2. 哈夫曼编码和译码 觉得自己有用的话就下把 我自己觉的还不错-Huffman coding and decoding feel useful on the next to sleep in my own good
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:4395
    • 提供者:黄正远
  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. Untitled1

    0下载:
  2. 【问题描述】 设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 (1)初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; (2)编码:利用建好的哈夫曼树生成哈夫曼编码; (3)输出编码; (4)设字符集及频度如下表: 字符:A B C D E F 频度:4 9 23 2 17 15 字符:G H I J K 频度:1 2 3 3 4 -【Descr iption】 d
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1317
    • 提供者:Fiona
  1. beta3

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本,实现哈夫曼的编码译码-The use of Huffman coding to communicate can greatly improve channel utilization, shorten the transmission time information and reduce transmission costs, implementation Huffman encoding decoding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3029
    • 提供者:yan
  1. shujujiegou

    0下载:
  2. 已知某系统设计哈夫曼编码,利用哈夫曼编码进行通信。为信息收发站编写一个哈夫曼码的编/译码系统。-A system design known Huffman encoding, the use of Huffman coding to communicate. Information hubs for the preparation of a Huffman code to encode/decode system.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:19219
    • 提供者:柯可
  1. HuffmanCode

    1下载:
  2. /*哈夫曼编/译码器 完成Huffman 编码的译码过程。 即输入一个码串,请翻译成相应的字符串。 要求有编码过程和解码过程。*/-/* Huffman encoder/decoder to complete the decoding process of Huffman encoding. That the input string 1 yards, please be translated into the corresponding string. Requirements
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:3801
    • 提供者:ping
  1. LunWen

    0下载:
  2. 本程序实现了哈夫曼编码和译码过程,并且有程序启动画面。-This procedure achieved a Huffman encoding and decoding process and procedures to start the screen.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:4071533
    • 提供者:梦锐
  1. huffmanEncode

    0下载:
  2. 本程序很好的实现了哈夫曼编码与译码,对理解哈夫曼算法有帮助。-This procedure achieved good Huffman encoding and decoding, the Huffman algorithm to understand help.
  3. 所属分类:流媒体/Mpeg4

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

    0下载:
  2. 哈夫曼编码和译码的实现,参考书中核心算法在Visual studio6.0的环境中运行成功。-Huffman encoding and decoding to achieve, reference books in the core algorithm in Visual studio6.0 the success of the environment.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1292
    • 提供者:星星
  1. huffman

    1下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道的利用率,缩短信息传输的时间,降低传输成本。但是这要求发送端通过一个编码系统对待传数据预先编码,在接收端传来的数据进行译码。对于双工信道,每端都需要有一个完整的编/译码系统,试为这样的信息收发站编写一个哈夫曼的编/译码系统。-huffman tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2015-10-28
    • 文件大小:1583
    • 提供者:zhang
  1. _1.1B07010424

    0下载:
  2. ① 设计和实现基于哈夫曼算法的编码和译码功能,系统功能包括:产生哈夫曼编码,输入电文进行编码生成码文,将码文译成电文,对输入电文和译文作对比等。 -① Design and Implementation of the algorithm based on Huffman coding and decoding functions, the system features include: generated Huffman code, enter the code to generate
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:859
    • 提供者:王的伟
  1. huffmanRehuffman

    0下载:
  2. 只要是实现哈夫曼编码和译码功能。还有打印编码,和生成编码功能-Huffman and Rehuffman
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:3483
    • 提供者:yanweu
  1. huffmantree

    0下载:
  2. 哈夫曼树,编写一个哈夫曼编/译码系统具有初始化,编码,译码,印代码文件,印哈夫曼树等功能,是数据结构作业的上机源代码-Huffman tree, the preparation of a Huffman encoder/decoder system initialization, encoding, decoding, code printed documents, printed features such as Huffman tree is a data structure of the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2425
    • 提供者:zex
  1. CharacterCalculate

    0下载:
  2. 统计任意输入的string中各种字符个数信息,建立哈夫曼编码,然后可以对任意输入的字符串进行译码-Arbitrary input statistics of the various characters of the string in the number of information, the establishment of Huffman coding, and then can enter any string for decoding
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:58776
    • 提供者:唐宁
  1. 04

    0下载:
  2. 运用c及c++程序来实现哈夫曼编码和译码的过程,以树形方式输出-haffman
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1989
    • 提供者:王帅
  1. y

    0下载:
  2. 系统具备如下的功能: 1.初始化。从终端(文件)读入字符集的数据信息,。建立哈夫曼树。 2.编码:利用已建好的哈夫曼树对明文文件进行编码,并存入目标文件(哈夫曼码文件)。 3.译码:利用已建好的哈夫曼树对目标文件(哈夫曼码文件)进行编码,并存入指定的明文文件。 4.输出哈夫曼编码文件:输出每一个字符的哈夫曼编码。-The system has the following features: 1. Initialization. From the terminal (document) read
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:9015
    • 提供者:yang
  1. yj

    0下载:
  2. 系统具备如下的功能: 1.初始化。从终端(文件)读入字符集的数据信息,。建立哈夫曼树。 2.编码:利用已建好的哈夫曼树对明文文件进行编码,并存入目标文件(哈夫曼码文件)。 3.译码:利用已建好的哈夫曼树对目标文件(哈夫曼码文件)进行编码,并存入指定的明文文件。 4.输出哈夫曼编码文件:输出每一个字符的哈夫曼编码。-The system has the following features: 1. Initialization. From the terminal (document) read
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:7800
    • 提供者:yang
  1. ds_baogao

    0下载:
  2. 哈夫曼编码与解码演示程序 1、 从初始界面中给出的信息选择相应功能; 2、 从终端读入字符集大小n,以及n个字符和n个权值。建立huffman树,并将它存于文件hfmtree.dat中 3、 利用已经建好的huffman树对文件tobetran.dat中的正文进行编码,然后将结果存入文件codefile.dat中; 4、 利用已经建好的huffman树将文件codefile.dat中的代码进行译码,结果存入文件textfile.dat中; 5、 将文件codefile.dat
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:273850
    • 提供者:郑亮
  1. hafuman

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

    • 发布日期:2017-03-22
    • 文件大小:27390
    • 提供者:溶溶
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com