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. 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-(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

    1下载:
  2. Huffman树 对输入的英文大写字母进行统计概率 然后构建哈夫曼树,输出是按照概率降序排序输出Huffman编码。 -Huffman tree on the input, uppercase letters and then build the statistical probability Huffman tree, the output is sorted in descending order according to the probability of the output
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:1745
    • 提供者:王晨
  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. Hufferman-Tree-Translator

    0下载:
  2. 霍夫曼树的构建,可以添加元素,自动排出霍夫曼树的结构-Huffman tree is constructed, you can add elements
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5482788
    • 提供者:修code
  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. 采用java语言实现的霍夫曼树的构建,并利用图形用户界面显示结果(Using java language to achieve the construction of the Hoffman tree, and graphical user interface to display the results)
  3. 所属分类:Java编程

    • 发布日期:2017-12-13
    • 文件大小:10227
    • 提供者:yddy
  1. Huffman树

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

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