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

搜索资源列表

  1. huajdj

    0下载:
  2. 哈夫曼树中,树的带权路径长度的含义是各个字符的码长与其出现的此时的乘积和, 也就是电文的代码总长,所以采用哈夫曼树构造的编码是一种能使电文代码总长最短的 不等长编码。-Huffman tree. tree with the right path length is the meaning of the various characters code length of time with the product and, is the message code chief Therefo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2961
    • 提供者:sonfj
  1. gouzaoHUFFMAN

    0下载:
  2. 如何构造唯一的huffman树及唯一的huffman编码-how to construct only the Huffman tree and Huffman coding
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:254634
    • 提供者:dgsgd
  1. 000

    0下载:
  2. 赫夫曼树的建造。。。。。。。。。赫夫曼编码。 -Huffman tree construction. . . . . . . . . Huffman coding.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:1815
    • 提供者:李冰华
  1. sjm

    0下载:
  2. 哈夫曼码的编译码系统 打印哈夫曼码 打印哈夫曼树-Huffman codes Huffman coding and decoding system Print Print Huffman code tree
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:6332
    • 提供者:王良
  1. 2

    0下载:
  2. 构造霍夫曼树,该压缩包包含该算法的源代码。。 是本人的实验代码,原创来的-Huffman tree construction, the compressed packet contains the source code of the algorithm. . Is my experimental code, original come. . .
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:1524
    • 提供者:
  1. Huffman

    0下载:
  2. 哈夫曼树和编码应用 源代码+课程设计 东华理工软件学院-Huffman tree and code application source code+ Course Design Institute of East China Institute of Software
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:771666
    • 提供者:卢凯宁
  1. HuffmanTreeDoc

    0下载:
  2. 设一段电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Set a message in the frequency of different characters, in order to enhance the message of the input and translation efficiency, we must have a brief charact
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:267944
    • 提供者:James
  1. heffman

    0下载:
  2. 熟悉的赫夫曼树的C程序实现,插入,删除,自动生成最小赫夫曼树的程序-Familiar with the Huffman tree C program to achieve, insert, delete, automatically generated procedures for the smallest Huffman tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:93835
    • 提供者:enny
  1. hafuman

    0下载:
  2. 链式表的建立与实现,对广大学习者是很有帮助的,希望能帮助到一些人-Huffman tree establishment and implementation, hope that the majority of learners help, hope to help some people
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:1986
    • 提供者:wei
  1. HuffmanTree

    0下载:
  2. 哈弗曼数基本算法,通过哈弗曼树的生成等,以代码形式阐述哈弗曼树-Havermann number of the basic algorithm, Huffman tree generation, code form elaborate Havermann tree
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:1365
    • 提供者:木子
  1. Haffman

    0下载:
  2. 哈夫曼树的建立和编码(需将代码重新跑一次裁图)-huffman tree and huffman code
  3. 所属分类:File Formats

    • 发布日期:2017-11-08
    • 文件大小:69360
    • 提供者:
  1. hefuman

    0下载:
  2. 赫夫曼树的建立 c实现文档 有源代码 还有设计流程-Huffman tree establishment c Document
  3. 所属分类:Project Design

    • 发布日期:2017-12-04
    • 文件大小:17583
    • 提供者:陈金辉
  1. codes.zip

    0下载:
  2. various codes in c++ on huffman,mst tree,various codes in c++ on huffman,mst tree
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:3788
    • 提供者:gun
  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

    1下载:
  2. 哈夫曼树实现文件的压缩和解压缩课程设计,开发环境:VC。内含有源文件、源代码和实验报告-Huffman tree for file compression and decompression of curriculum design, development environment: VC. Contains active files, source code and test reports
  3. 所属分类:software engineering

  1. 2Huffman

    0下载:
  2. 哈夫曼树,这个是我实现的哈夫曼树程序哈,大家多指教,看看行不-huffman TREE
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1376
    • 提供者:limit
  1. 7.15

    0下载:
  2. c++,哈夫曼树的建立与哈夫曼树的编码,数据结构,课程设计-c++, coding Huffman tree establishment and Huffman tree data structure, curriculum design
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:107217
    • 提供者:胡磊
  1. Huffman

    0下载:
  2. 数据结构完成哈弗曼树编码的具体程序以及实验要求-Huffman coding tree data structure to complete the specific procedures and test requirements
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:12691
    • 提供者:Rebecca
  1. huffman

    0下载:
  2. 对给定字符建立哈夫曼树并解码和编码,手动输入权值和数量(Set up the Hoffman tree for a given character and decode and encode)
  3. 所属分类:软件工程

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:y1244497807
搜珍网 www.dssz.com