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

搜索资源列表

  1. 统计英文文章的字符个数并huffman编码

    4下载:
  2. a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.77kb
    • 提供者:李韦纬
  1. Huffman121

    0下载:
  2. 这是一个很不错的赫夫曼树C代码,可以运行。-This is a very good Huffman tree C code can run.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.41kb
    • 提供者:梦瑶
  1. huffman(c)

    0下载:
  2. huffman树可以通过输入的权值和结点值来唯一确定。然后根据最优二叉树原理来编码。左孩子的路径上记下0,右孩子记下1-Huffman tree can be imported duty and the right node only to determine value. According to the principle of optimal encoding binary tree. Children left on the path down 0 and the right note
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.25kb
    • 提供者:
  1. binary-huffmantree

    0下载:
  2. hufferman的算法,构造huffman树二叉排序树,c语言-hufferman the algorithm, two tectonic Huffman tree fork Sort Tree, c Language
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:233.63kb
    • 提供者:马全
  1. huftree_CODE_SYSTEM

    0下载:
  2. 哈夫曼码的编/译码系统,实现功能:1.初始化 2.编码 3.译码 4.印代码文件 5.印哈夫曼树-Huffman code encoder / decoder system that functions : 1. Initialization 2. Code 3. Decoding 4. Indian code 5. India Huffman tree
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:108.69kb
    • 提供者:wangyuliang
  1. HUFFMANT

    0下载:
  2. 一个哈夫曼树的C代码 一个猜数字游戏C实现 以及一个二叉树C实现 经过BOLAND2.0调试运行成功-a Huffman tree C code a ringing C game and achieve a binary tree after realizing C BOLA Debugging successful running ND2.0
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.65kb
    • 提供者:hujingpaper
  1. tree

    0下载:
  2. 输入叶子节点,输出相应的Huffman编码
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.83kb
    • 提供者:shan
  1. 哈夫曼解码译码器c语言

    0下载:
  2. 使用动态哈夫曼树实现哈夫曼编码译码-use dynamic Huffman Tree Huffman Coding
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3.97kb
    • 提供者:王云云
  1. 哈夫曼树的建立

    0下载:
  2. 本程序实现哈夫曼树的建立,是数据结构编程的其中一个内容,使用C语言篇写-the Huffman tree procedures to achieve the establishment of the data structure of a programming content, the language used to write C
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:951byte
    • 提供者:木兰
  1. 产生huffman编码

    0下载:
  2. huffman产生哈夫曼编码的源代码. ... generate huffman code //i present the i th code, j present from leaf to root in huffman tree //hfdata ... 第3 楼 一种思想。-Huffman coding produce the source code. Generate Huffman code ... / / i present the i th code, j present from
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.48kb
    • 提供者:yl
  1. huffman tree

    0下载:
  2. huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Huffman tree Problem descr iption : Let a message different frequency of the characters, in order to enhance the input and message translat
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9.64kb
    • 提供者:李明
  1. Huffman

    0下载:
  2. 用c语言实现哈夫曼树的编码与解码 编译器为c-fr-Encoding and decoding of the Huffman tree using c language Compiler for c-free
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:16.79kb
    • 提供者:倪佳华
  1. huffman

    0下载:
  2. 哈弗曼编码的实现,本人亲测完美运行。 编码内容:假设用于通信的电文仅由8个字母组成,字母在电文中出现的频率分别为7,19,2,6,32,3,21,10。试为这8个字母设计哈夫曼编码。 要求:这8个字母任意,输出各字母的编码值。 -huffman Tree
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2.59kb
    • 提供者:咖啡
  1. huffman

    0下载:
  2. 实现哈夫曼树的程序,用于数据结构课程学习参考-Huffman tree program, the reference for the data structures course
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:605.62kb
    • 提供者:秦川
  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
    • 文件大小:5.97kb
    • 提供者:mary
  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
    • 文件大小:7.24kb
    • 提供者:suwei
  1. Huffman

    0下载:
  2. 实现霍夫曼编码和霍夫曼解码,并统计原文件中的各个字符出现的频率,将字符及其出现的频率保存至txt文件中,构建的霍夫曼树也将被保存至txt文件中。-Achieve Huffman coding and Huffman decoding and statistical frequency of each character in the original document that appears to save the characters and their frequency of occur
  3. 所属分类:Editor

    • 发布日期:2017-05-23
    • 文件大小:7.31mb
    • 提供者:
  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
    • 文件大小:872.75kb
    • 提供者:墨菲
  1. Huffman

    0下载:
  2. 哈夫曼编码:从键盘输入若干字符及每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出字符及对应的哈夫曼编码。-Huffman coding: the frequency of occurrence of several characters inputted the keyboard and for each character, the character appears as a frequency node weights, the
  3. 所属分类:assembly language

    • 发布日期:2017-12-13
    • 文件大小:3.64kb
    • 提供者:LPS
  1. huffman.c

    0下载:
  2. 哈弗曼树构造算法。通过输入字符串构造哈弗曼树,生成哈弗曼编码(Huffman tree construction algorithm. The input string Huffman tree structure, generating Havermann encoding)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-21
    • 文件大小:1kb
    • 提供者:AprilCal
« 12 3 »
搜珍网 www.dssz.com