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

搜索资源列表

  1. huffman

    0下载:
  2. 该程序是实现哈夫曼编码的应用的。里边包含了哈夫曼树的生成,哈夫曼编码的生成和输出。-The program is Huffman coding applications. The inside contains Huffman tree generation, the generation and output of the Huffman coding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:6943
    • 提供者:linjiajun
  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. Huffman

    0下载:
  2. 赫夫曼树的建立与编码,集成环境为vc-Huffman tree establishment and coding, integrated environment for the vc++
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1157
    • 提供者:风格
  1. huffman

    0下载:
  2. C语言数据结构 huffman树的形成、编码和解码 -The huffman tree formation in C language data structures, encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:20166
    • 提供者:梁小强
  1. Huffman-coding-and-decoding

    0下载:
  2. 在从键盘上输入字符时,只要是键盘上的字符任何字符都能接受,并能统计出输入的一串字符串中各个字符出现的次数,作为构建哈夫曼树时的各叶子结点的权值。 本程序同时具有译码功能 -Character input from the keyboard, as long as any of the characters in the character on the keyboard can be accepted, and the statistics of the number of occurr
  3. 所属分类:Compiler program

    • 发布日期:2017-11-13
    • 文件大小:6118
    • 提供者:mary
  1. huffman.rar

    0下载:
  2. 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树(Huffman tree)。,Given n weights as a the n leaf node, construct a binary tree, with the right path length to a minimum, said such a binary tree for the optimal binary tree, also known as Huffman
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:1275
    • 提供者:chenqun
  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. huffman

    0下载:
  2. 功能:用huffman tree去编码一个文档 算法:记录每次排序前的顺序从而构建树结构,用排序前位置为1记录各个节点-function:Encoding a document using huffman tree algorithm:records before each sort order to build the tree structure, sorted former position as a record of each node
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:18433
    • 提供者:鱼鱼仙人
  1. Huffman

    0下载:
  2. 实现Huffman树的编写,及编码译码操作-The preparation of the Huffman tree, and the operation of the codec
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:145563
    • 提供者:王伟
  1. huffman.c

    0下载:
  2. C语言版哈夫曼树,满足书上的所有要求,而且标准无误-C language version of the Huffman tree to meet all the requirements in the book, and the standard is correct
  3. 所属分类:source in ebook

    • 发布日期:2017-12-07
    • 文件大小:7416
    • 提供者:suwei
  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. 实现了哈夫曼树,以及使用哈夫曼树进行简单的编码,初学仅供参考-Implementation of a Huffman tree, and the use of Huffman tree for simple code, beginners are for reference only
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:959598
    • 提供者:lvlin
  1. huffman

    0下载:
  2. huffman树的数据结构实现代码 ,挺全面的。-Huffman tree data structure code, very comprehensive.
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:7049
    • 提供者:杨洋
  1. Huffman-

    0下载:
  2. 用c语言编写的创建哈弗曼树的代码,代码涉及到创建哈弗曼树,遍历哈弗曼树-C language code to create the Huffman tree, the code involves creating the Huffman tree, traverse the Huffman tree
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:764
    • 提供者:杰杰
  1. Tree

    0下载:
  2. 二叉查找树和哈夫曼树的实现,实现节点的删除(包括根节点的删除,带有两个节点的删除,等),节点的查找,插入。-Binary search trees and Huffman tree, has implemented the deletion of nodes (including the root node is deleted, with two nodes removed, etc.), the node lookup, insertion.
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:85617
    • 提供者:司徒科
  1. Huffman

    0下载:
  2. 一个霍夫曼树实现的小程序,适合初学者学习-A Huffman tree on the small procedures, suitable for beginners to learn
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:3209
    • 提供者:ghj
  1. huffman

    1下载:
  2. 利用赫夫曼编码的实现原理码对数据进行无损压缩,设计一个实现Huffman压缩的编码和解码的程序。具体要求如下:读入待压缩的文本文件; 2)统计分析文本文件中各字符的出现频度,以频度作为构造Huffman树的权值。根据各字符出现的不同频度构造Huffman树,然后规定每种字符的Huffman编码。再次读入待压缩的文本文件,然后根据各字符的Huffman编码逐一替代,将得到的编码流写入到新的文件中,并且计算压缩率。 5)解码过程:先读入上一步骤得到的新文件,将其看作比特流,根据Huffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1277534
    • 提供者:phoebe
  1. huffman

    0下载:
  2. 用哈弗曼树实现文件的压缩及解压,有简单界面,操作简单,压缩效率高-Huffman tree implementation with file compression and decompression, has a simple interface, easy operation, high compression efficiency
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:213335
    • 提供者:gaochang
  1. huffman

    0下载:
  2. 哈夫曼树编码,C语言,数据结构,已经验证通过-Huffman tree code, C language, data structure
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-11
    • 文件大小:1367
    • 提供者:白露
  1. huffman

    0下载:
  2. 哈夫曼树,实现编码功能,自己写的,可能不够好,请多指教-Huffman tree, to achieve encoding function, write your own, you may not good enough, please advise
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:217993
    • 提供者:罗一脑
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com