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

搜索资源列表

  1. Ht20

    0下载:
  2. 该软件为基于哈夫曼树编码译码的压缩解压缩软件,主要实现对普通文件的压缩,解压缩,并显示压缩的过程,哈夫曼树建立的过程。-the software-based Huffman decoding tree coding compression decompression software, the main document of the general compression, decompress, and display the compression process, Huffman tre
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:151.23kb
    • 提供者:刘文凯
  1. huffman

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

    • 发布日期:2017-04-05
    • 文件大小:2.37kb
    • 提供者:石鸿斌
  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
    • 文件大小:150.48kb
    • 提供者:黃文岩
  1. huffman

    0下载:
  2. 哈夫曼树的构造算法,提供对二叉排序树的遍历。-Hoffmann tree structure algorithm,Provide for binary sort tree traverse.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:1.02kb
    • 提供者:刘曦
  1. HuffmanTree

    0下载:
  2. 哈夫曼树的实现代码,数据结构的基础,能让初学者比较好的掌握-Huffman tree implementation code, the basis of the data structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:506.78kb
    • 提供者:
  1. jaidig

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道的利用率,缩短信息传输的时间,降低传输成本。根据哈夫曼编码的原理,编写一个程序,在用户输入结点权值的基础上求哈夫曼编码。 要求:从键盘输入若干字符及每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出字符及对应的哈夫曼编码。-Communicate using Huffman coding can greatly improve the utilization of the channel, red
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2.61kb
    • 提供者:李宁
  1. hafumanshu

    0下载:
  2. (1) I:初始化,从终端读入n个字符和n个权值,建立哈夫曼树,并将它存放在文件HuffmanTree中. (2)E:编码.利用已建立好的哈夫曼树,对要传输的数据正文(存在文件ToBeTran.txt中)进行编码,将结果代码存(传输)到文件CodeFile中. (3)D:译码.利用已建好的哈夫曼树,对传输到达的CodeFile中的数据代码进行译码,将译码结果存入文件TestFile中. (4) P: 印文件.将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 使用霍夫曼树对字符串加密,使用图形界面完成,显示每个字母出现次数-Using the Huffman tree of string encryption, using the graphical interface finished, show the number of occurrences of each letter
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:38.5kb
    • 提供者:zhouyou
  1. huffuman00xiao

    0下载:
  2. 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份txt文档中,在vc中编译的,在vs2010中可能会有异常~-I modified Huffman coding and decoding of the mature, to a text file, statistics, probability character, Huffman tree construction, and coding, and finally decodin
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:216.39kb
    • 提供者:
  1. heimantree

    0下载:
  2. MICROSOFT VISUALC++ 夫曼树例子源程序-The MICROSOFT VISUALC++ Huffman tree example source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-07
    • 文件大小:3.34kb
    • 提供者:ahcd30
  1. huffman5

    0下载:
  2. 动态演示HUFFMAN树的生成过程,并且进行对huffman编码。MFC编写-Dynamic presentation HUFFMAN tree generation process, and carry on huffman coding. MFC prepared
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:刘军
  1. hefumanshu

    0下载:
  2. 赫夫曼树,数据结构算法,赫夫曼书,实现最优生成树-Huffman tree data structure algorithms, Huffman books, optimal spanning tree
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1.75kb
    • 提供者:yanghongkai
  1. Huffman

    0下载:
  2. 哈弗曼编码,输入数据后可计算权重.例如,输入11122233334,可得到权重为1,2,3,4 的权重分别为3,3,3,1-the code of Huffman Tree ,this code can compute the weight of you input data
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3.99kb
    • 提供者:阿鑫
  1. DS

    0下载:
  2. 数据结构C/C++重点程序代码:哈弗曼编码、表达式求值、二叉树应用、链表排序等-Data structure( C/C++ program code):Huffman coding, expression uation, the application of binary tree and chain table sorting, etc
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-25
    • 文件大小:7.35mb
    • 提供者:vastluo
  1. youruyu

    0下载:
  2. 哈夫曼树,输入后有排序,统计子树等等,最后输出结果有树形的输出-After the Huffman tree, there are sort of input, statistical sub-tree and so on, the final output results output tree
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:5.33kb
    • 提供者:youruyu
  1. ztrees

    0下载:
  2. *讨论   * 本PKZIP“通缩”的过程中使用了几个哈夫曼树。越   *共源的值由短比特序列表示。   *   *每个代码树存储在ZIP文件以压缩形式   *这是本身的长度的霍夫曼编码   *所有的代码串(按升序排列按来源值)。   *实际代码串从长度重构   *解压缩过程中,如在“应用指南”中描述   *(APPNOTE.TXT)分布情况的PKWARE的PKZIP的计划的一部分。-*
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:10.82kb
    • 提供者:ShichaoLiang
  1. huffman_tree

    0下载:
  2. C语言实现的huffman树,实现了创建树,输出huffman编码-huffman tree in c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:4.13kb
    • 提供者:魏亚运
  1. 哈弗曼编码

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

    • 发布日期:2017-12-17
    • 文件大小:244kb
    • 提供者:辰砂
搜珍网 www.dssz.com