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

搜索资源列表

  1. 产生huffman编码

    0下载:
  2. huffman产生哈夫曼编码的源代码. ... generate huffman code //i present the i th code, j present from leaf to root in huffman tree //hfdata ... 第3 楼 一种思想。-Huffman coding produce the source code. Generate Huffman code ... / / i present the i th code, j present from
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1520
    • 提供者:yl
  1. DataCompress

    0下载:
  2. 实现哈夫曼树,可以动态演示,当输入一个字符型串,就可以生成哈夫曼树-Achieve Huffman tree can be dynamic presentation, when to enter a character string, you can generate Huffman trees
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:30882
    • 提供者:汪光庆
  1. huffmantree

    0下载:
  2. huffman树的编码,译码过程实现 用c++编译实现,可运行,生成可执行exe文件-huffman tree encoding, decoding process using c++ compiler to achieve, can be run to generate executable exe files
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:7280
    • 提供者:戚佳
  1. huffman_coding

    0下载:
  2. ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1037
    • 提供者:ria
  1. huffman-src

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

    • 发布日期:2017-04-08
    • 文件大小:9715
    • 提供者:Naya Rangel
  1. comparison

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

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

    0下载:
  2. Huffman Tree Encoder is an implementation of the HUffman algorithm.I wrote a simplified version of the Algorithm for this program. The Algorithm is also available with the program.The program can generate codes for the symbols entered as well as disp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:84373
    • 提供者:csp
  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. huffman_encode

    0下载:
  2. 功能是基于赫夫曼树的数据结构的文本压缩,根据生成的HuffmanTree来产生字符的编码.即从叶子到根逆向求每个字符的Huffman编码。 -Function is based on the Huffman tree data structure of the text compression, according to the generated HuffmanTree to generate the character codes. That is, from leaf to the r
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2188
    • 提供者:sun
  1. huffman_encode

    0下载:
  2. 功能是基于赫夫曼树的数据结构的文本压缩,根据生成的HuffmanTree来产生字符的编码.即从叶子到根逆向求每个字符的Huffman编码。 -Function is based on the Huffman tree data structure of the text compression, according to the generated HuffmanTree to generate the character codes. That is, from leaf to the roo
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2511
    • 提供者:sun
  1. HuffmanTress

    0下载:
  2. 自动构建霍夫曼树,可以根据输入自动构建霍夫曼树并生成相应的霍夫曼编码,本源码执行速度快。-Automatic Construction of Huffman tree can be automatically constructed based on the input and generate a corresponding Huffman tree, Huffman coding, the source execution speed.
  3. 所属分类:Windows Develop

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

    0下载:
  2. 实现哈夫曼树,输入所需的数据,自动生成哈夫曼树,并输出-Achieve Huffman tree, enter the required data, automatically generate Huffman trees, and the output
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:865
    • 提供者:jorya19
  1. HUFFMAN

    0下载:
  2. 霍夫曼编码,霍夫曼编码就是通过构造霍夫曼树来生成前缀码的过程-Huffman coding, Huffman coding is by constructing a Huffman tree to generate the prefix code
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:139370
    • 提供者:
  1. huffmancode-0.1

    0下载:
  2. 构造霍夫曼树 ////////////////////// //根据权重生成霍夫曼树 //weight 权重数组 //n 权重数组长度 //NewTree 新生成的霍夫曼树 void createHFMTree(int* weights,int n,BinaryTree<int>& NewTree) { //初始化堆 MinHeap<BinaryTree<int> > heap(n) int i=0 f
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:2949
    • 提供者:kimikami
  1. huffman.tar

    0下载:
  2. 能遍历一个文件生成哈夫曼树,并生成哈夫曼编码-Traverse a file generated Huffman tree, and generate the Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-23
    • 文件大小:6234
    • 提供者:游博杰
  1. Generate-Huffman

    0下载:
  2. 能够快速的生成哈弗曼树和哈弗曼代码,源代码简单易懂-Able to quickly generate the Huffman tree and the Huffman code, source code is easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:912
    • 提供者:郭涛
  1. HUFFMAN

    0下载:
  2. 用C语言实现哈夫曼树的创建及哈夫曼编码的生成-Huffman tree using C language to create and generate Huffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:891
    • 提供者:骆天宇
  1. HUFFMAN

    0下载:
  2. 哈夫曼树相关程序,利用哈夫曼(最优树)的原理,实现编码译码的实例之一。本程序包括,按给定字母频率生成编码表,编码、译码过程。-Huffman tree associated procedures, the use of Huffman (optimal tree) in principle, to achieve one instance of coding and decoding. The program includes, at a given frequency to generate
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:336273
    • 提供者:cian
  1. Huffman

    0下载:
  2. 给出节点及节点上的值,生成huffman树,并输出结果-Give the value of the node, generate the Huffman tree, and output the results.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:193192
    • 提供者:keii
  1. Huffman

    0下载:
  2. 利用哈夫曼树生成哈夫曼编码,并实现字符串的压缩和编码的解压。(Huffman tree is used to generate Huffman coding, and the compression and decompression of the string are realized.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:31217664
    • 提供者:你个肥仔
« 12 »
搜珍网 www.dssz.com