CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 哈夫曼

搜索资源列表

  1. huftest

    0下载:
  2. 测试哈夫曼编码源程序 软件工程中重要的一部分,即软件测试。该例给出了如何测试哈夫曼编码及解压源程序的方法。-test Huffman coding source software projects important part of that is software testing. The cases are given how to test and Huffman coding method of extracting the source.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:33845
    • 提供者:song
  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. hafuman

    0下载:
  2. 从终端读入要编码的字符串,对所输入的字符串进行频率统计并建立哈夫曼树。 输出每个字符的编码。 根据已有的各个字符的编码,输入一段正确的电文,然后对输入的电文进行译码。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2742
    • 提供者:曾新
  1. hafuman

    0下载:
  2. 哈夫曼编码的完整试验报告 大家多多参考不要抄袭啊
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:27119
    • 提供者:李淳
  1. tree

    0下载:
  2. 数据结构中树以及二叉树的基本操作以及算法,构造哈夫曼树以及模拟,带FLASH演示
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:321486
    • 提供者:nlx
  1. hafuman

    2下载:
  2. 标准的哈夫曼编译器实验报告 从编码到译码都实际验证过,正确无误 实验报告内容详尽准确 值得学习的实验报告模板-Standard experimental report compiler Huffman encoding to decoding are from actual verified, the experimental contents of the report is correct and accurate in detail to learn the experimen
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:63623
    • 提供者:彭飞
  1. Huffmancoding

    0下载:
  2. 用哈夫曼编码进行文字解压缩,有源程序,及友好的界面。-Huffman coding language used to extract, there is source code, and friendly interface.
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:312770
    • 提供者:周丽娟
  1. SELECT

    0下载:
  2. 哈夫曼编码 实现自动的编码 可以显示路径-Huffman coding can automatically show the path
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:583
    • 提供者:zgy
  1. 07104060129

    0下载:
  2. 哈夫曼编码,采用文件存储,路径即可自定义也可取默认的-Huffman coding, the use of file storage, the path is also desirable to customize the default
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:29798
    • 提供者:meisme
  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. EXP3

    0下载:
  2. 问题描述:利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。-failed to translate
  3. 所属分类:software engineering

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

    0下载:
  2. 建立哈夫曼函数,编码,翻译编码,分别用统计函数和排序函数来实现统计和排序的功能-To establish the the Huffman function, encoded, translated coding, statistical functions and sorting function statistics and sort functions
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:187392
    • 提供者:鼻祖
  1. SOCKET-programming

    0下载:
  2. 本系统的设计与实现主要采用SOCKET编程。同时,使用多线程技术,提高服务器的响应能力和并发处理能力;采用动态哈夫曼编码实现传输流的压缩,减轻网络传输负担;支持断点续传, 用户可以自己选择采用断点续传还是重新上传;实现大文件上传, 一次可以上传多个文件;提供接口全面,可以动态设置上传保存路径, 设置允许扩展名, 允许最大大小等; 可以限制上传单个文件大小, 控制上传带宽上限, 允许文件扩展名, 拒绝文件扩展名等。-Design and Implementation of the system S
  3. 所属分类:Project Design

    • 发布日期:2017-11-11
    • 文件大小:265103
    • 提供者:lk
  1. 3

    0下载:
  2. 对一篇由英文字母、空格、标点符号构成的文档,进行Huffman编码 数据输入: 由文件input.txt给出输入数据。 输入文件示例 input.txt A priority queue is a queue where each element has a priority and the element with the highest priority is at the front of the queue and will be the first elemen
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:259114
    • 提供者:miyor
  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. first

    0下载:
  2. 贪心算法,哈夫曼编码 ,最优编码二叉树。(Greedy algorithm, Huffman coding, optimal coding two trees.)
  3. 所属分类:软件工程

    • 发布日期:2017-12-24
    • 文件大小:291840
    • 提供者:啦啦789465
  1. huffman

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

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