CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - huffman树的构建

搜索资源列表

  1. 构建哈夫曼树

    0下载:
  2. 利用C语言构建哈夫曼树 能够模拟哈夫曼树的构建过程,对理解有帮助-C language Construction Huffman tree to simulate the Huffman tree building process, help to understand
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:989
    • 提供者:郭郭
  1. Java环境下的哈弗曼树构建

    1下载:
  2. Java语言实现的哈弗曼树构建
  3. 所属分类:系统编程

  1. HFMBM

    0下载:
  2. 该程序实现哈夫曼树的构建,编码,具备简单的译码功能-The program realization of Huffman tree construction, encoding, decoding functions have simple
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2046
    • 提供者:yanyansama
  1. hafuman2

    0下载:
  2. 此霍夫曼编码可根据自己输入的字符集及频度构建霍夫曼树,利用建好的哈夫曼树生成哈夫曼编码.-This Huffman code can be entered in accordance with their own character set and the frequency of Huffman tree constructed using built Huffman tree generated Huffman.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2862
    • 提供者:jj
  1. huffman

    0下载:
  2. 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2926
    • 提供者:李霄逍
  1. Huffman

    0下载:
  2. 哈弗曼树的构建 左子树为较小者,右子树为较大者-The struction of HuffmanTree
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:757
    • 提供者:金鑫
  1. HUFFMAN

    0下载:
  2. 建树函数 构建哈夫曼树的目的一是为了得到哈夫曼编码表,二是为了压缩文件解压缩时使用,所以哈-Achievements of the purpose of the function first, building Huffman Huffman coding table to obtain the second is to extract the compressed file to use, so ha
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:671
    • 提供者:杜秋国
  1. Huffman

    0下载:
  2. 输入字符以及对应的概率权值,构建哈夫曼树;通过程序计算出哈夫曼编码并输出结构-Enter the characters and the corresponding probability weights to construct the Huffman tree Huffman calculated by the program and output structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:946
    • 提供者:徐彬鹏
  1. huffman-(2)

    0下载:
  2. 可以使用的huffman压缩器。通过构建huffman树的方法来进行文件压缩。-You can use the huffman compressor. By building huffman tree approach to file compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:2482
    • 提供者:匿名
  1. Huffman

    0下载:
  2. 哈弗曼树的构建以及哈弗曼编码的实现,采用C语言实现-Huffman code and tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1087
    • 提供者:岑凯伦
  1. Huffman

    0下载:
  2. 用基于有堆排序的优先队列构建Huffman树,进行Huffman编码,实现文件压缩、解压缩。-Used to build the Huffman tree based on the priority queue have heapsort, Huffman encoding, file compression, decompression.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:2493
    • 提供者:王大可
  1. hfm2

    0下载:
  2. 哈夫曼树的构建,源码实现,可用于排序等功能的实现-the implement of Huffman
  3. 所属分类:assembly language

    • 发布日期:2017-12-02
    • 文件大小:991
    • 提供者:hua
  1. 1

    0下载:
  2. 哈夫曼树的构建,正版算法,将一段文字自动编码为相应的01码,构建一棵哈夫曼树来实现-Huffman tree construction, genuine algorithm, a paragraph of text automatically encoded as the corresponding 01 yards to build a Huffman tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:2125
    • 提供者:赵一凡
  1. huffman

    0下载:
  2. 进行霍夫曼(Huffman)编码的实用C/C++程序,对于构建Huffman树的算法已经优化,可以在消耗内存最小的情况下提升编码速度. 对ASCII码字符串进行Huffman编码.-An C/C++ program that demonstrates how to construct a Huffman tree through which Huffman Code can be realized. The algorithm has been optimized to work under
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1152
    • 提供者:ricyn
  1. Huffman

    0下载:
  2. Huffman压缩的全部代码实现,包括Huffman树的构建代码和Huffman编码的实现和获取,以及压缩和解压缩的文件读写,包括界面的实现,完整的实现了Huffman压缩-Huffman compression to achieve all the code, including the building code Huffman tree and Huffman coding implementation and acquisition, as well as compression and
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:7702
    • 提供者:蔡恒毅
  1. Huffman-tree

    0下载:
  2. 哈夫曼树的构建,遍历,编码,及求加权路径,代码简单修改方便-Construction, Huffman tree traversal, coding, and compute the weighted path, code simple and easy to modify
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:343878
    • 提供者:铁鸟
  1. HuffmanTree

    0下载:
  2. 该源文件为赫夫曼树的构建和使用,是数据结构课程中的一个例子-The source files for building and using Huffman tree is a data structure of an example of a curriculum
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1236
    • 提供者:williamxwl
  1. HUFFMAN

    0下载:
  2. 利用得到的权值构建huffman树、并输出每个字符对应的huffman编码,另外动态演示该哈夫曼树的生成过程。-Right to use the output value to construct the Huffman tree, and each character corresponding Huffman encoding, and dynamic display the generation process of the Huffman tree .
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:893695
    • 提供者:墨菲
  1. huffman

    0下载:
  2. 基于Huffman编码的文件压缩设计:本次实验将文件中的字符作为结点,每个字符在文件中出现的频率作为结点的权值,采用Huffman算法构造Huffman树,将字符用尽可能短的二进制数位表示(频率越低,二进制数位越长),而不是用8位的ASCII码进行存储,已达到节省存储空间,压缩文件的目的。 程序设计的步骤如下: 1、统计需压缩文件中每个字符出现的频率; 2、将每个字符出现的频率作为叶子结点构建Huffman树,然后将树中结点引向其左孩子的分支标“0”,引向其右孩子的分支标“1”;
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:78022
    • 提供者:
  1. Huffman树

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

    • 发布日期:2017-12-27
    • 文件大小:1208320
    • 提供者:柯西柯西
« 12 »
搜珍网 www.dssz.com