CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 哈夫曼编码

搜索资源列表

  1. C语言实现哈夫曼编码

    5下载:
  2. 统计字符出现的频率的哈夫曼编码-the frequency of Huffman coding
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1549
    • 提供者:张雷
  1. 哈夫曼编码在文件压缩中的应用

    2下载:
  2. 哈夫曼编码在文件压缩中的应用。能用哈夫曼编码进行文件压缩~
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:957458
    • 提供者:刘旭
  1. 哈夫曼编码2

    0下载:
  2. 哈夫曼编码 很小的程序 数据结构的-Huffman coding procedures small data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1565
    • 提供者:涛涛
  1. 体系结构指令哈夫曼编码

    0下载:
  2. 这是计算机体系结构中用哈夫曼编码进行指令编码的程序,并构建哈夫曼树-This the computer architecture used Huffman coding instructions for coding procedures, and to build Huffman tree! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5133
    • 提供者:中国
  1. 哈夫曼编码

    0下载:
  2. 一个关于哈夫曼编码的程序,用c++编的。可用于对数距的编码-one of Huffman coding procedures, using the c series. For a few from the right coding
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3113
    • 提供者:防发
  1. 简单哈夫曼编/译码器

    0下载:
  2. 一个简单的哈夫曼编/译码器。能从文件读入n个字符和m个权值,建立哈夫曼树,并将它保存。能利用已建好的哈夫曼树对文件进行编码。能利用已建好的哈夫曼树将文件中的代码进行译码。
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-11-28
    • 文件大小:17949
    • 提供者:wsxdrv
  1. huofuman 利用哈夫曼编码进行信息通讯

    0下载:
  2. 利用哈夫曼编码进行信息通讯可以大大提高信道的利用率,缩短信息传输时间,降低传输成本。-Huffman coding using information and communication can greatly improve the channel utilization, reduce transmission time information and reduce transmission costs
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-01
    • 文件大小:1924
    • 提供者:123456
  1. 实习5.2

    0下载:
  2. 哈夫曼编码,实现了哈夫曼编码中的编码,译码,以及打印的功能.-Huffman coding, achieving Huffman coding of encoding, decoding, and printing functions.
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:3628
    • 提供者:林一枝
  1. huffmanTree

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

    • 发布日期:2017-03-26
    • 文件大小:68049
    • 提供者:阿洒
  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. Haffmancode

    1下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:551312
    • 提供者:赵刚
  1. 哈夫曼源码

    1下载:
  2. 根据所输入的字符已经权值构造哈夫曼树以及其编码,并将哈夫曼树打印出来,然后显示各个字符的编码(According to the input characters have been weighted structure Huffman tree and its encoding, and the Huffman tree print out, and then display the encoding of each character)
  3. 所属分类:数据结构

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:无伤
  1. 哈夫曼编码

    1下载:
  2. 哈夫曼编码的实现,数据结构课程中的经典算法(c code for Huffman which is a critical algorithm in data construction)
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:19456
    • 提供者:冬夏小梦
  1. 哈夫曼树编码

    0下载:
  2. 哈夫曼树的实现,辛苦辛苦辛苦可惜,资产支持支持支持(ha fu m a n shu d e s h i x i an)
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:搞错了
  1. 9500101张三丰-哈夫曼编码译码

    0下载:
  2. 通过哈夫曼编码译码把一段文本的编译计算有多少数值出现多少次(How many times do you compile and calculate a text by Huffman coding?)
  3. 所属分类:数据结构

    • 发布日期:2018-01-04
    • 文件大小:209920
    • 提供者:食肉兔
  1. 哈夫曼树和编码include

    0下载:
  2. 学习了解哈夫曼树和编码,更好到学算法与数据结构(Learn Huffman tree and coding, better to learn algorithm and data structure)
  3. 所属分类:数据结构

    • 发布日期:2018-01-04
    • 文件大小:17408
    • 提供者:御千尘
  1. 哈夫曼编码器,译码器问题

    0下载:
  2. 完成哈夫曼编码,译码问题,用C语言实现编码器,译码器的功能。(Complete the Hoffman code, decoding the problem, using the C language to implement the encoder, decoder functions.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:314368
    • 提供者:朱达
  1. 哈夫曼树

    0下载:
  2. 主要实现:创建一颗哈夫曼树,并输出每个节点的哈夫曼编码。(The main achievement is to create a Huffman tree and output Huffman coding for each node.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:晴栀菀歌°
  1. 哈夫曼编码译码

    0下载:
  2. 哈夫曼编码译码,学习数据结构二叉树的一个应用,解压压缩软件的基础,哈夫曼编码(Huffman encoding and decoding, learning data structure, an application of two branch tree, decompressing the basis of compression software, Huffman coding.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:没看见过
  1. 哈夫曼编码与字母频率统计

    2下载:
  2. 统计词频并构建哈夫曼树,左边为0,右边为1。(HuffmanTree ,calculate every the number of every zee and using '1' and '0' create a tree and printf the string.)
  3. 所属分类:数据结构

    • 发布日期:2020-06-11
    • 文件大小:1024
    • 提供者:xuwanlin
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com