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

搜索资源列表

  1. 哈夫曼tree

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

    • 发布日期:2008-10-13
    • 文件大小:1924
    • 提供者:zhs
  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-07
    • 文件大小: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. 用C++语言实现Huffman树的创建和输出Huffman编码-With C++ Language Huffman tree to create and output Huffman coding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8149
    • 提供者:谭明艳
  1. huffman

    0下载:
  2. 模拟霍夫曼树算法过程,在相同目录下建立一个有数据的TXT文件,然后按提示运行-Huffman tree algorithm simulation process, in the same directory data to create a TXT file, and then follow the prompts to run
  3. 所属分类:File Operate

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

    0下载:
  2. 本源程序是数据结构课程设计用于赫夫曼树的建立-The source data structure courses are designed for the Huffman tree set up
  3. 所属分类:Other systems

    • 发布日期:2017-06-13
    • 文件大小:20822212
    • 提供者:
  1. Huffmanencoderdecoder

    0下载:
  2. 在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码. 一个完整的系统应具有以下功能: (1)初始化.从终端读入字符集大小,以及字符和权值,建立 哈夫曼树,并保存. (2)编码.利用以建好的哈夫曼树对正文进行编码,然后保存. (3)译码.利用已建好的哈夫曼树将文件中的代码进行译码,结果打印出来. -At the sending end through a coding system for encoding transmit data treat
  3. 所属分类:Windows Develop

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

    0下载:
  2. 树的哈夫曼编码。在文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。-Huffman tree. Each line in the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click for
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:175990
    • 提供者:项链
  1. huffman-tree

    0下载:
  2. 该小程序的功能是输入权值,构造哈夫曼树,并在构造的过程中将各权值进行哈弗曼编码,并且具有一定的判断功能-The program function is to input the right values, construct the Huffman tree , and constructed during the weight Hafu Man coding and judgment
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1209
    • 提供者:樊璐
  1. Huffman-Tree-Compression-Software

    0下载:
  2. 一个简单的Huffman树的压缩软件的程序,可以把字母压缩为01串,也可以解压缩。-A simple Huffman tree compression software program, the letters can be compressed to 01 strings, you can also decompress.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:12832
    • 提供者:李玟
  1. Huffman-tree

    0下载:
  2. 根据严蔚敏的《数据结构》一书中的赫夫曼树算法实现的代码c-Huffman tree code c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:916123
    • 提供者:christy9088
  1. huffman-tree

    0下载:
  2. 数据结构,树,哈弗曼树。带权路径长度最小的二叉树-Data structures, trees, Huffman tree. Minimum weighted path length binary tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1351
    • 提供者:TKD
  1. Huffman-Tree

    0下载:
  2. 该程序主要演示哈夫曼树在双工通道之间信息传递的过程和计算机进行的数据转换-The procedure demonstrated Huffman tree in a duplex channel information transfer between the process and the computer data conversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4752679
    • 提供者:傅子铭
  1. Huffman-tree

    0下载:
  2. 在数据结构中哈夫曼树是重要的数据结构,尤其是在通信编码中发挥着重要的作用,该文件包含两种计算哈夫曼树权值的方法,一种是先将权值排序,存放在链表中,每次从链表中取出前两个结点,计算其和,再将和插入到链表的适当位置上;另一种方法是使用Hash。-In Huffman tree data structure is an important data structure, especially plays an important role in the communication encoding,
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:175289
    • 提供者:张稳龙
  1. Huffman-Tree

    0下载:
  2. 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2870008
    • 提供者:yyy
  1. Huffman-tree

    0下载:
  2. 构造赫夫曼树,赫夫曼编码,赫夫曼译码,赫夫曼压缩。-Huffman tree structure, Huffman coding, Huffman coding, Huffman compression.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:195455
    • 提供者:康飞
  1. HUFFMAN-TREE

    0下载:
  2. 霍夫曼树前缀 中缀 后缀查找和遍历 还有插入-Huffman tree preorder inorder scan
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1350
    • 提供者:洪毅恺
  1. huffman

    0下载:
  2. 基于Huffman树的压缩文件及解压文件源代码,可压缩txt,图片,音频等,但txt格式压缩率较高,其他格式压缩不明显(Huffman tree based compressed files and decompression file source code, compressed TXT, pictures, audio, etc., but TXT format compression rate is higher, other formats are not obvious compre
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:1697792
    • 提供者:岚爻
  1. Huffman树

    0下载:
  2. huffman树的建立及编码,真的是恩生命的看到(Establishment and coding of Huffman tree)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:糖糖糖DDD
  1. Huffman树

    1下载:
  2. 数据结构中的huffman树,构建一个Huffman树,并实现huffman编码和译码。(building a huffman tree)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:1208320
    • 提供者:柯西柯西
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com