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

搜索资源列表

  1. huffmanRehuffman

    0下载:
  2. 只要是实现哈夫曼编码和译码功能。还有打印编码,和生成编码功能-Huffman and Rehuffman
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:3483
    • 提供者:yanweu
  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. sjm

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

    • 发布日期:2017-04-08
    • 文件大小:6332
    • 提供者:王良
  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. hufman

    0下载:
  2. 哈夫曼编码,实现了英文文档的压缩技术,已经使用过了,非常好。-Huffman coding English document compression technology
  3. 所属分类:File Formats

    • 发布日期:2017-11-15
    • 文件大小:45988
    • 提供者:盛惠婷
  1. Haffman

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

    • 发布日期:2017-11-08
    • 文件大小:69360
    • 提供者:
  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. 7.15

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

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

    0下载:
  2. 一个哈夫曼编码的c++程序,用VC运行即可,是用来明文与密文转换的,简单易懂-C++ a Huffman coding procedures, with VC can be run, is used to convert the plaintext and ciphertext, easy to understand
  3. 所属分类:Document

    • 发布日期:2017-05-03
    • 文件大小:842024
    • 提供者:ZHJ
  1. jpeg-quick-introduction

    0下载:
  2. JPEG 压缩标准的简介。很适合入门,中文版本。图象的压缩编码,JPEG 压缩编 码标准,哈夫曼编码,行程编码介绍,JPEG格式。-JPEG introduction
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:259504
    • 提供者:黄炽华
  1. Cyuyanchenhgxu

    0下载:
  2. C语言基础实现大小写字母转换,实现哈夫曼编码。对学习C用处大-C language based case conversion, Huffman encoding. Useful for learning C
  3. 所属分类:Project Manage

    • 发布日期:2017-05-13
    • 文件大小:2634365
    • 提供者:胡云
  1. Huffman-coding-and-decoding

    0下载:
  2. 输入一组数据,并基于哈夫曼算法进行编码,显示,然后基于哈弗曼编码的算法进行解码并且显示-Enter a set of data, and based on the Huffman algorithm for encoding, display, and then based on the Haverman coding algorithm to decode and display
  3. 所属分类:software engineering

    • 发布日期:2017-12-12
    • 文件大小:5736617
    • 提供者:顾庆佳
  1. huffman

    0下载:
  2. 哈夫曼编解码的实现对于图像能够实现输出图片显示压缩效果等功能-Huffman codec implementation for the image can be achieved by the output picture shows the compression effect and other functions
  3. 所属分类:Communication

    • 发布日期:2017-12-14
    • 文件大小:1192
    • 提供者:彭澄
« 1 23 »
搜珍网 www.dssz.com