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

搜索资源列表

  1. Huffmancodetree

    0下载:
  2. Generates a static minimum-variance Huffman code tree.,详细给出了HUFFMAN码树构造
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:36996
    • 提供者:HARRY
  1. haffmantree

    0下载:
  2. 哈夫曼二叉树的原代码-Huffman binary tree of the original code
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:6756
    • 提供者:王伟
  1. (赫夫曼编码)

    0下载:
  2. 赫夫曼编码,实现压缩编码,字符码长 察看权值,以此构建二叉树-Huffman coding, achieving compression coding, characters yards long to see the right value, this Binary Tree Construction
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8465
    • 提供者:张柯
  1. EXP6

    0下载:
  2. 数据结构典型算法实现,c实现二叉树的遍历以及赫夫曼编码-data structure typical algorithm, c achieve the traversal of a binary tree Huffman coding
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2112
    • 提供者:王与
  1. Huffmancoding.rar

    0下载:
  2. 对文本文件进行huffman编码、解码 读取文本文件,并统计文件中字母个数 建立huffman树 对文件进行huffman编码 对文件进行huffman解码 ,Text documents huffman encoding, decoding to read a text file, and the number of statistical documents the establishment of letters of the document tree huffman
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:956
    • 提供者:黄庆芝
  1. HuffmanTree

    0下载:
  2. 霍夫曼树的代码..实现了用霍夫曼编码的功能,经测试能成功输出-Hoffman tree code .. realized Huffman code with the function of output have been tested successfully
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:271360
    • 提供者:fifastar01
  1. ys

    0下载:
  2. 链表_插入、链表_删除、链表_头插建表、链表_尾插建表、树_二叉树建立、树_哈夫曼构造等-_ List insert, delete _ list, list building _ the first interpolation table, list building _ the end of plug form, _ tree tree establishment, tree structure, such as Huffman _
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:283889
    • 提供者:lyz_pudn
  1. hfm

    0下载:
  2. 【数据结构】二叉树遍历及赫夫曼编码表完整版-[] Binary tree data structure traversal and Huffman coding table full version
  3. 所属分类:Compiler program

    • 发布日期:2017-04-23
    • 文件大小:9608
    • 提供者:箱子
  1. human

    0下载:
  2. 用C语言编写的哈夫曼算法,比一般的功能要多,包括树形结点输出,生成文件,编码,译码.-Using C language Huffman algorithm, than the general functions, including tree node output, generated documentation, coding, decoding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:22360
    • 提供者:阿鸿
  1. codeofImage

    0下载:
  2. 这是著名的哈夫曼树的编码,对于初学者是有帮助的,可以试试啊。-This is well-known Huffman coding tree for the beginner are helpful, you can try ah.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4525
    • 提供者:时磊
  1. huffmanbianmayimaqi

    0下载:
  2. 构造每个字符的哈夫曼编码,选出树中两个权值最小的结点-Construction of the Huffman coding for each character, the right to elect two tree node the smallest value
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2042
    • 提供者:黄啸尘
  1. onlycode

    0下载:
  2. 课程设计: 关于二叉树操作,哈夫曼编码,散列表,宿舍管理,文本编辑的一些代码。没有详细的说明书。之前收集的,有需要的可下载。-Curriculum design: About Binary Tree operation, Huffman coding, hash table, dormitory management, text editor of some code. No detailed instructions. Collected before, there is need
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1206594
    • 提供者:zg
  1. data_compress

    0下载:
  2. 利用Huffman编码的树的结构,进行数据的压缩,使一个复杂的数用一个小数来表示.-The use of Huffman coding tree structure, data compression, so that a complex number with a decimal to express.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:5742
    • 提供者:apple
  1. HOFFMAN

    0下载:
  2. 根据给出的结点权值生成huffman 树并输出hoffman编码的简单c语言程序-creat hoffman tree of input node with given weights and output the code of the nodes
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:925
    • 提供者:Jerome Zhang
  1. HuffmanCodes

    0下载:
  2. Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s? 2.To minimize the transmission and decoding costs, we may use short strings to represent more frequently use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:154095
    • 提供者:黃文岩
  1. BinaryTree

    0下载:
  2. 二叉树的各种操作,包括二叉树的建立,前序、中序、后序遍历二叉树,另外还包含一个霍夫曼编码的实现。-Binary tree of various operations, including the establishment of binary tree, the former sequence, in order, after the tree traversal, and also includes the implementation of a Huffman code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:13732
    • 提供者:王若
  1. Haffman

    1下载:
  2. 哈夫曼算法的应用,是对一个文章利用哈夫曼树进行编码和解码,里面包含详细说明文档-Application of Huffman algorithm is an article for the use of Huffman encoding and decoding tree, which contains detailed descr iption of the document
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:83982
    • 提供者:彭宗山
  1. huff

    0下载:
  2. huffman编码以及二叉树的遍历,希望对大家有用-huffman coding, as well as the binary tree traversal
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:4643
    • 提供者:wc
  1. hefumanshu

    0下载:
  2. 我们课程设计用的哈夫曼树代码 能生成哈夫曼树和编码-Curriculum design, we use Huffman code tree can be generated and the Huffman coding tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1174
    • 提供者:胡景
  1. hfm

    0下载:
  2. 哈弗曼树 基于哈夫曼编码的数据压缩/解压程序-Huffman coding tree哈弗曼based on the data compression/decompression process
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1917521
    • 提供者:xie
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com