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

搜索资源列表

  1. 南京市部分公交转车系统

    1下载:
  2. a)需求分析: 任务:建立南京主要公交线路图。 要求:输入任意两地点,给出最佳的乘车线路和转车地点。 b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : the establishment of the Nanjing main transit route map. Requirements : 2 importation arbitrary locations
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.62kb
    • 提供者:李韦纬
  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. 用于文件压缩的huffman算法

    0下载:
  2. 一个huffman压缩解压算法源码 .rar-a Huffman compression decompression algorithm source code. Rar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:16.74kb
    • 提供者:张柏
  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. Dijkstra_Huffman_Prim

    0下载:
  2. prim算法Huffman算法Dijkstra算法和实验报告-prim algorithm Huffman algorithm Dijkstra algorithm and experimental report
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:96.76kb
    • 提供者:maxiaowei
  1. HUFFMAN

    0下载:
  2. Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1.4kb
    • 提供者:吴明
  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. 哈夫曼编码,最优前缀码的贪心算法

    0下载:
  2. 哈夫曼编码,最优前缀码的贪心算法,平均码长最短,Huffman codes, optimal prefix code of the greedy algorithm, the shortest average code length
  3. 所属分类:书籍源码

    • 发布日期:2017-03-02
    • 文件大小:711byte
    • 提供者:didinem
  1. huffmann.tar

    0下载:
  2. This is a C and C++ implementation of Huffman s compression algorithm.
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-09
    • 文件大小:52.98kb
    • 提供者:mvineetmenon
  1. Haffmancode2

    0下载:
  2. 利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。-Algorithm using Huffman coding and decoding system, repeated display and process the following items until the opt-out so far.
  3. 所属分类:Compiler program

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

    0下载:
  2. Huffman Algorithm Pascal
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:8.02kb
    • 提供者:Andrew
  1. HuffmanTree

    0下载:
  2. 根据哈夫曼算法,建立哈夫曼树时,可以将哈夫曼树定义为一个结构型的一维数组HuffTree,保存哈夫曼树中各结点的信息,每个结点包括:权值、左孩子、右孩子、双亲-Huffman algorithm Huffman tree is created, the Huffman tree is defined as a structure of one-dimensional array HuffTree, save the information of Huffman tree nodes, each
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:894byte
    • 提供者:lirunmin
  1. huffman

    0下载:
  2. 哈夫曼算法 实现的时候我们用vector<bool>记录每个char的编码;用map<char,vector<bool>>表示整个字典-huffman algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:1.26kb
    • 提供者:梁佩琳
  1. hafuman

    0下载:
  2. 哈夫曼算法,功能完整。哈夫曼树是一种树形结构,用哈夫曼树的方法解编程题的算法就叫做哈夫曼算法。哈夫曼是一种数据结构,因为其存放方式颇有点象一棵树有树叉因而称为树。 -The Huffman algorithm, the functional integrity. Huffman tree is a tree structure, method of Huffman tree solution programming algorithm called Huffman algorithm. Huff
  3. 所属分类:ELanguage

    • 发布日期:2017-12-03
    • 文件大小:218.43kb
    • 提供者:wh
  1. Haffuman

    2下载:
  2. 哈夫曼编码应用。随机输入一段英文,统计输出该段英文中各字母的出现频率及总的字符数,利用哈弗曼算法对各字母进行编码并输出编码结果,输出该段英文的哈弗曼编码 -Huffman encoding applications. Random inputing a section of English, statisticing and outputing the frequency of each letter in the English and the total number of chara
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:2.63kb
    • 提供者:李雪玉
  1. newtest

    0下载:
  2. 在hadoop下实现的一个简单的哈夫曼算法,能对文件进行压缩-In hadoop achieve a simple Huffman algorithm, can compress the file
  3. 所属分类:MPI

    • 发布日期:2017-05-29
    • 文件大小:11.49mb
    • 提供者:dupengcheng
  1. datastructure

    0下载:
  2. 数据结构中的源码,但是不是非常全面,各种树的操作,还有很经典的哈夫曼树的算法-Data structure of the source, but it is not very comprehensive, various tree algorithm operations, as well as the classic Huffman tree
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:45.93kb
    • 提供者:Angel
  1. huffman

    0下载:
  2. it is a haffman algorithm in delphi
  3. 所属分类:Compiler program

    • 发布日期:2017-12-14
    • 文件大小:204.21kb
    • 提供者:Nomast
  1. huffman.c

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

    • 发布日期:2017-12-21
    • 文件大小:1kb
    • 提供者:AprilCal
  1. HuffmanCode

    0下载:
  2. 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(In computer science and information theory, a Huffman code is a particular type of optimal prefix cod
  3. 所属分类:书籍源码

    • 发布日期:2018-04-30
    • 文件大小:1.35mb
    • 提供者:JinYan
搜珍网 www.dssz.com