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

搜索资源列表

  1. Huffman程序

    1下载:
  2. 为得到使电文总长最短的二进制前缀编码,则以n种字符出现的频率作权,设计一棵Huffman树,求出给定权值的字符对应的Huffman编码。-enable the message to be chief of the shortest prefix binary coding, while the n characters of frequencies for the right to design a Huffman tree, obtained the right to set the valu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9185
    • 提供者:张磊
  1. huffman(c)

    0下载:
  2. huffman树可以通过输入的权值和结点值来唯一确定。然后根据最优二叉树原理来编码。左孩子的路径上记下0,右孩子记下1-Huffman tree can be imported duty and the right node only to determine value. According to the principle of optimal encoding binary tree. Children left on the path down 0 and the right note
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8451
    • 提供者:
  1. Huffman 算法的不同实现

    0下载:
  2. ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical
  3. 所属分类:密码/编码算法

    • 发布日期:2010-07-01
    • 文件大小:32702
    • 提供者:ray
  1. 哈夫曼tree

    0下载:
  2. 哈夫曼编码,建立哈夫曼树-Huffman coding, establishing Huffman tree
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1924
    • 提供者:zhs
  1. huffman

    0下载:
  2. huffman树 我自己做的 比较简单 希望大家给予完善 -Huffman tree I do a simple hope that we can give sound
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10526
    • 提供者:yangliu
  1. huffman

    0下载:
  2. Library and command line program for Huffman encoding and decoding both files and chunks of memory. The encoder is a 2 pass encoder. The first pass scans the data and builds the Huffman tree. The second pass encodes the data. The decoder is one pa
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:12765
    • 提供者:马振强
  1. Huffman

    0下载:
  2. 迄今为止见过的最方便的huffman编码,效率很高 一个外国人写的,很具有研究价值 Constructing a Huffman Tree according to the number of times each symbol appears in the data stream: 1) Create an array of N nodes, representing N possible symbols (ranging between 0 and N-1). 2) Set
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:17786
    • 提供者:游弋人生
  1. Huffman树

    0下载:
  2. 用加权二叉树,最小堆和贪心算法实现的Huffman树,对学算法和数据结构的朋友很有帮助-weighted binary tree, the smallest reactors and the greedy algorithm Huffman tree for school algorithm and data structure of helpful friends
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:63427
    • 提供者:张钊
  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. huffman 哈夫曼树的构造

    0下载:
  2. 哈夫曼树的构造,假设有n个权值,则构造出的哈夫曼树有n个叶子结点。 n个权值分别设为 w1、w2、…、wn,则哈夫曼树的构造规则为:   (1) 将w1、w2、…,wn看成是有n 棵树的森林(每棵树仅有一个结点);   (2) 在森林中选出两个根结点的权值最小的树合并,作为一棵新树的左、右子树,且新树的根结点权值为其左、右子树根结点权值之和;   (3)从森林中删除选取的两棵树,并将新树加入森林;   (4)重复(2)、(3)步,直到森林中只剩一棵树为止,该树即为所求得的哈夫曼树。-Huff
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:129686
    • 提供者:huang
  1. CompressDecompress.rar

    1下载:
  2. ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1164704
    • 提供者:haochao
  1. Huffman

    0下载:
  2. 编写一个程序,根据输入节点的权值,建立哈夫曼树并实现哈夫曼编码,同时输出哈夫曼编码.-Write a program, according to the input node weights, establish and implement Huffman coding Huffman tree, and output the Huffman coding.
  3. 所属分类:Data structs

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

    0下载:
  2. huffman树的构造方法和加密解密算法-huffman tree application
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2426
    • 提供者:石鸿斌
  1. Huffman

    0下载:
  2. 哈弗曼编码的C语言实现,自己编的,很实用,很容易看懂,希望对大家理解哈弗曼编码有所帮助-Havermann coded C language implementation, compiled their own, very practical, very easy to understand, want to help everyone understand the Havermann coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:144923
    • 提供者:王晋
  1. huffman

    0下载:
  2. 根据对二叉树知识的理解,实现对最优二叉树哈夫曼树的构造,遍历,然后实现编码,译码的功能,结果保存到文件中. 输入要进行编码的字符段,统计对字符的出现次数即为权值,根据权值建立哈夫曼树,由哈夫曼树可得到各字符的编码,反过来可得数字译码,保存到文件中 -Based on a binary tree of knowledge of understanding, to achieve the optimal Huffman tree binary tree structure, traverse
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1860
    • 提供者:吕璐
  1. huffman

    0下载:
  2. 数据结构练习。实现哈夫曼树建立、编码、解码。-Data structure practice. Huffman tree is created, encoding, decoding.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:197912
    • 提供者:dragonkid
  1. huffman

    0下载:
  2. 数据结构(严蔚敏版)中哈夫曼树的操作程序源代码-Of data structure (Yan Wei Min version) operating procedures in the source code Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1708
    • 提供者:李悦
  1. Huffman

    0下载:
  2. 用c语言实现哈夫曼树的编码与解码 编译器为c-fr-Encoding and decoding of the Huffman tree using c language Compiler for c-free
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:17196
    • 提供者:倪佳华
  1. Huffman

    0下载:
  2. 数据压缩,霍夫曼编码解码器的实现 霍夫曼树 霍夫曼压缩类 霍夫曼解压缩-Data compression, Huffman coding decoder Huffman tree Huffman compression class Hoffman decompress
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:11057
    • 提供者:zk
  1. HuffmanTree

    0下载:
  2. huffman tree 的visual C++实现,完整版代码文件,亲测很实用。(The realization of Huffman tree)
  3. 所属分类:数据结构

« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com