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

搜索资源列表

  1. haffman

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

    • 发布日期:2017-04-01
    • 文件大小:6774
    • 提供者:yanfen
  1. haffman

    0下载:
  2. 一、需求分析 问题描述: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统能够对待传输数据预先编码,在接收端将传来的数据进行译码。对于双工信道(即可以双向传输信息的信道),每段都需要一个完整的编/译系统。试为这样的信息收发站写一个哈夫曼的编译码系统。 基本要求: 一个完整的系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值, 建立哈夫曼树
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2401
    • 提供者:王伟
  1. shannon

    0下载:
  2. haffman coding example c-haffman coding example c++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:813
    • 提供者:Viktor
  1. ads

    0下载:
  2. 用matlab实现小波变化,使图像实现EZW压缩算法,达到压缩效果,得到对应的压缩haffman编码。-Wavelet transform using matlab implementation, so that realization of EZW image compression algorithm to achieve the compression effect, been a corresponding compression haffman coding.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:67985
    • 提供者:王鹏
  1. haffman

    0下载:
  2. 数据结构试验哈夫曼编码译码系统源码数据结构试验哈夫曼编码译码系统源码-Experimental data structure Huffman decoding system source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1847
    • 提供者:cheye
  1. haffman

    0下载:
  2. 哈弗曼压缩能够实现对文件的压缩,是压缩软件的雏形-Ha Fuman compression file compression can be achieved is the embryonic form of compression software
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:9532
    • 提供者:weixiaowu
  1. 83_RLE_LZW_HAFFMAN

    0下载:
  2. algoritm RLE, LZW, Haffman
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:13495
    • 提供者:s1ndr0m
  1. zuiyouerchashu

    0下载:
  2. 在本文中我们将应用图论中的最优二叉树基本概念,之后将会给出利用最有二叉树进行哈夫曼便译码器的过程,并对其进行仿真实现。利用哈弗曼编码进行信息通信可以大大提高新到利用率,缩短信息传输时间,降低传输成本- gragh based on haffman code
  3. 所属分类:SMS

    • 发布日期:2017-04-01
    • 文件大小:169618
    • 提供者:yanfen
  1. gxlbmp

    0下载:
  2. 一个简单的图像处理源码,包括Haffman编码,LZW算法的压缩和解压过程-A simple image processing source code, including Haffman coding, LZW compression and decompression process of the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2150229
    • 提供者:管小
  1. binary-and-haffman

    0下载:
  2. 初学者学习数据结构做的两个小程序,二叉树和哈夫曼树的源代码-Data structures for beginners to learn to do the two small programs, binary and source code of Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1846
    • 提供者:wangbing
  1. haffman

    0下载:
  2. 哈夫曼编码 源程序 附详细注释,均已调试通过!-Huffman coding program with detailed source notes, all have been debugged!
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:4278
    • 提供者:solar
  1. Haffman

    0下载:
  2. 数据结构哈弗曼编码实验程序,能够完整实现其要求-Experimental data structure Hafu Man coding procedures to complete implementation of its requirements
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1605
    • 提供者:汪德安
  1. haffman

    0下载:
  2. 构建所输入符号(及权值)的Huffman树,并利用该树求出各符号 的 Huffman编码,深入理解最优二叉树的概念及其特性。 -Construction of the input symbols (and weight) of the Huffman tree and the tree obtained using Huffman coding of the symbols, in-depth understanding of the concept of optimal binary tr
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:142944
    • 提供者:gaoyuan
  1. haffman

    0下载:
  2. 哈夫曼编码器和哈夫曼解码器,很辛苦做的,希望能帮到你-Huffman encoder and Huffman decoder, it is hard to do, hope you can help
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:16027
    • 提供者:sdalong
  1. haffman

    0下载:
  2. 对英文文本进行哈弗曼二进制编码,输出到txt文本-The English text Hafu Man binary encoding, the text output to txt
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 信息理论基础 哈弗曼编码 作业-haffman coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:178892
    • 提供者:gdp
  1. hf

    0下载:
  2. 实现数据结构中哈弗曼编码译码问题的求解。-data structure haffman code and decode
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2036
    • 提供者:yaoyao
  1. Haffman

    0下载:
  2. 哈弗曼编码 想必不用解释太多了吧 就是哈夫曼树啦-哈弗曼编码 想必不用解释太多了吧就是哈夫曼树啦
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:735
    • 提供者:李金祥
  1. Haffman

    0下载:
  2. c语言实现的huffman的编码解码系统,仅供参考-The Huffman coding and decoding system
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:30039
    • 提供者:aj
  1. haffman

    0下载:
  2. 在二叉树基本操作的基础上,掌握对二叉树的一些其它操作的具体实现方法。构造哈夫曼树。 -On the basis of the basic operation of the binary tree, master of some other operation on the binary tree specific implementation. Constructed Huffman tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1383
    • 提供者:张紫凝
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com