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

搜索资源列表

  1. huffman

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

    • 发布日期:2015-10-28
    • 文件大小:1583
    • 提供者:zhang
  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. AHC

    0下载:
  2. Adaptive-Huffman Coding自适应的Huffman压缩与解压缩。 在压缩与解压缩过程中动态地改变Huffman树,和编码。-Adaptive-Huffman Coding Adaptive Huffman compression and decompression. Compression and decompression in the process of changing the dynamic Huffman tree, and coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:2028561
    • 提供者:star
  1. huffman

    0下载:
  2. 哈夫曼树构造,给出节点值,就能够获得构造过程-Huffman tree construction, given the node values can be constructed on the process of
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:178350
    • 提供者:guoxiang
  1. huffman

    0下载:
  2. 二叉树 Huffman树 稀疏矩阵 中缀表达式计算 简单的堆栈操作 -Huffman tree binary tree is made up of sparse matrix expression in the stack is simple to operate
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3903
    • 提供者:bmh
  1. huffman

    0下载:
  2. 数据结构的一个重要知识点的练习,使我们对赫夫曼树有更好的理解-Data structure knowledge of an important point of practice, so that we Huffman tree for a better understanding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1111
    • 提供者:张三
  1. huffman

    0下载:
  2. A file containing source code of building huffman tree in C from an array.
  3. 所属分类:TreeView

    • 发布日期:2017-04-13
    • 文件大小:2385
    • 提供者:chee
  1. tongji(1)

    0下载:
  2. 统计一篇英文中每个字符的个数,并作为权值建立赫夫曼树,翻译成代码文件,然后再译码-Statistics for each character in an English number and value as the right to establish a Huffman tree, translated into code files, and then decode
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2455
    • 提供者:吴迎迎
  1. comparison

    0下载:
  2. Generate a Huffman Tree.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:13798
    • 提供者:Naya Rangel
  1. huffman

    0下载:
  2. 该压缩包是描述数据结构与算法中的哈弗曼树的Java源程序,可以直接导入Eclipse即可查看效果-The compressed packet is to describe data structures and algorithms in the Java source tree哈弗曼can be directly into Eclipse to see the effect of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:44694
    • 提供者:吴旭
  1. huffman

    0下载:
  2. the application of tree on huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:10101
    • 提供者:nUie
  1. huffman

    0下载:
  2. 输入8个字符(数目可以自己设定,需要改动程序中N的值),注意空格也算字符,然后输入权值,会显示构造的霍夫曼树及每个字符的编码-Encode:enter 8 characters,then enter 8 numbers,this program will print the huffman tree and each char s code.
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 利用huffman编码实现小于4g文件的压缩,先用2进制读写将文件变为2进制码,再通过前缀码构造huffman树,最后存储huffman编码,解码过程反之。-Using huffman coding to achieve less than 4g file compression, first two to read and write binary file into 2 binary code, and then through the prefix code construct huffm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:52547861
    • 提供者:邹平
  1. huffman

    0下载:
  2. JAVA哈弗曼算法,对初学者有帮组,其实哈弗曼树比较容易懂。-JAVA Havermann algorithm, there are help groups for beginners, in fact, relatively easy to understand Havermann tree.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:44699
    • 提供者:fdaf
  1. Huffman

    0下载:
  2. Huffman树和编码 用结构体和链表完成-Huffman tree and code completion list with the structure and
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 简单的哈夫曼编码生成,测试数据固定,但生成算法是哈夫曼树及编码生成逻辑是通用的-Construct huffman tree and code
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:39468
    • 提供者:Kevin
  1. Huffman

    0下载:
  2. 包含哈夫曼树的构造过程,以及生成哈夫曼编码。-Contains the Huffman tree construction process, and generate the Huffman coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:163839
    • 提供者:wang
  1. tree

    0下载:
  2. 本程序可以用三种方法建立二叉树,并实现相应功能。1、通过输入树的嵌套括号表示序列建立二叉树;2、根据前序遍历序列和中序遍历序列建立二叉树;3、建立哈夫曼树-This program can use three ways to establish a binary tree, and to achieve that function. 1, by entering the tree to establish a sequence of nested parentheses binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:56354
    • 提供者:moon walker
  1. huffman

    0下载:
  2. 赫夫曼编码译码器:能对指定的文本文件进行各字符出现频度分析,并建立哈夫曼树与哈夫曼编码,将该文本文件编码成目标文件 -Huffman codec: Can the specified text file to the frequency analysis of characters in there, and the establishment of Huffman Tree and Huffman encoding, the encoded text file into the desti
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:17889
    • 提供者:刘军
  1. huffman

    0下载:
  2. 霍夫曼树的C++描述,对树的理解更加深刻,且算法经典-huffman tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1703
    • 提供者:king
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com