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

搜索资源列表

  1. 构建哈夫曼树

    0下载:
  2. 利用C语言构建哈夫曼树 能够模拟哈夫曼树的构建过程,对理解有帮助-C language Construction Huffman tree to simulate the Huffman tree building process, help to understand
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:989
    • 提供者:郭郭
  1. 哈夫曼解码译码器c语言

    0下载:
  2. 使用动态哈夫曼树实现哈夫曼编码译码-use dynamic Huffman Tree Huffman Coding
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4062
    • 提供者:王云云
  1. 哈夫曼算法

    0下载:
  2. c语言编写的哈夫曼程序,运行通过的!根据输入构建哈夫曼树.-prepared by Huffman, the running through! According to the importation of construction Huffman tree.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3235
    • 提供者:zbing0203
  1. 哈夫曼树的建立

    0下载:
  2. 本程序实现哈夫曼树的建立,是数据结构编程的其中一个内容,使用C语言篇写-the Huffman tree procedures to achieve the establishment of the data structure of a programming content, the language used to write C
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:951
    • 提供者:木兰
  1. compressor

    0下载:
  2. 本程序使用C++编写,在VC2005上调试,完成了文件的读取,文件字符的统计以及压缩率的显示,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。并且以对话框的形式和用户交流,程序方便实用,既可以对文本进行压缩,有可以对图像进行压缩,效果都不错。-This procedure using C++ Prepared in VC2005 debug completed documents to read, document characters as wel
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-03-06
    • 文件大小:3865152
    • 提供者:罗天银
  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. huffman

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

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

    1下载:
  2. 基于哈夫曼树的文件压缩/解压程序c++源代码程序-Huffman tree based file compression/extracting program c++ source code program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:4641
    • 提供者:xie
  1. HuffmanTree

    0下载:
  2. 实现了哈夫曼树的创建,编码,译码,打印哈夫曼树等功能(To create the Huffman tree, encoding, decoding, tree printing and other functions)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:164864
    • 提供者:outsider
  1. 哈弗曼编码

    0下载:
  2. C语言编写哈夫曼树,实现字母和数字之间的密码互换。(C language Huffman tree, the realization of letters and numbers between the password swap.)
  3. 所属分类:加密解密

    • 发布日期:2017-12-17
    • 文件大小:249856
    • 提供者:辰砂
  1. huffman

    0下载:
  2. 能够生成一颗哈夫曼树,含有菜单选项,通过输入数字选择功能(it can make up a huffman tree)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1130496
    • 提供者:莫需要
  1. 哈夫曼编码示例

    0下载:
  2. 使用类实现哈夫曼树,在此基础上实现了一个简单的哈夫曼编码译码系统。(Using the class to achieve Huffman tree, on this basis, to achieve a simple Huffman coding and decoding system.)
  3. 所属分类:Windows编程

  1. Huffman Coding__V1

    0下载:
  2. 全套哈夫曼编码实验报告及代码 Huffman Coding__V1.doc Huffman.cpp 引用论文——哈夫曼树带权路径长度简便算法.pdf(A full set of Huffman coding experiment report and code Huffman Coding__V1.doc Huffman.cpp)
  3. 所属分类:数据结构

    • 发布日期:2017-12-29
    • 文件大小:284672
    • 提供者:Nick_SYSU
  1. 新建 Microsoft Word 文档

    0下载:
  2. 哈夫曼编码以及译码 C语言建立哈夫曼树 字符编码译码(Huffman encoding and decoding)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:614400
    • 提供者:吨吨
  1. 哈夫曼树

    0下载:
  2. 哈夫曼树(Huffman tree),又名最优树,指给定n个权值作为n的叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。哈夫曼树是带权路径长度最短的树,权值较大的结点离根较近。若将树中结点赋给一个有着某种含义的数值,则这个数值称为该结点的权。(Huffman tree (Huffman tree), also known as the tree, given n as n weights of the leaf node,
  3. 所属分类:其他

    • 发布日期:2018-11-14
    • 文件大小:29696
    • 提供者:yanhool
  1. HuffmanCode

    0下载:
  2. 哈夫曼树编码,数据结构c语言版,哈夫曼树的编码程序,通过不同的权值获得不同的编码,值得参考(The program for the Huffman coding process, more detailed, the annotation is more, hope someone communicate with me!)
  3. 所属分类:数据结构

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:
  1. DS

    0下载:
  2. 一点常见的数据结构及其实现,如二叉树、哈夫曼数及其编码、图的dfs(some commonly used data structures)
  3. 所属分类:数据结构

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:compi
  1. 课设4 Huffman ok

    0下载:
  2. 完成哈夫曼树,哈夫曼的解码和重新构造,有效压缩文件(Completing the Huffman tree, decoding and reconstructing Huffman, effectively compressing the file)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1684480
    • 提供者:一只肥喵
  1. haff

    0下载:
  2. 用二进制读入的方式实现了每8位进行截断处理的哈夫曼树,有编码和译码功能(The Haffman tree of every 8 bits is truncated by binary reading, which has the function of coding and decoding.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:5120
    • 提供者:栗鸢
  1. 哈夫曼英文文章编码解码示例

    2下载:
  2. 自己写的哈夫曼算法 C语言实现示例 编码 解码 哈夫曼树(An example of the Huffman algorithm C language)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:4096
    • 提供者:
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com