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

搜索资源列表

  1. Huffman

    0下载:
  2. 哈夫曼的编写,对文章进行编码解码,获得每个词出现的频率-Huffman' s written articles for the codec to obtain the frequency of each word appears
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:22229
    • 提供者:my
  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
    • 文件大小:7668192
    • 提供者:
  1. huffman

    0下载:
  2. huffman编码源代码,包括编码、解码,程序简单易懂。适合初学者。-huffman coding source code, including encoding, decoding, the procedure is simple and easy to understand. Suitable for beginners.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2046
    • 提供者:李白
  1. huffman

    0下载:
  2. Huffman编码,使用哈弗曼树生成前缀码,把输入的字符编码并把原字符解码-Huffman code and decode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1520
    • 提供者:火粥车
  1. huffman

    0下载:
  2. 统计符号(字母)出现的次数,并对其进行哈夫曼编码,再进行解码得到原结果-Number of statistical symbols (letters) appears, and its Huffman coding, decoding the original results obtained
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1062
    • 提供者:ljn
  1. huffman-encoding--and-decoding

    0下载:
  2. 对一BMP图像进行huffman的编码及解码。-BMP images on a huffman encoding and decoding.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:136832
    • 提供者:阳慧
  1. Huffman-coding-tree

    0下载:
  2. 用二叉树作为存储结构,实现霍夫曼树的编码以及01序列的解码-As with binary storage structure, to achieve Huffman coding tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6247
    • 提供者:王雅
  1. huffman

    0下载:
  2. 通过本程序实现图像的huffman编码加密解密以及解码。以及运行结果的输出-Through this program achieve the image encryption and decryption huffman encoding and decoding. And output the results of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:156764
    • 提供者:张敏
  1. huffman

    0下载:
  2. 霍夫曼编码 是一种瞬时的、唯一可解码的分组编码 MATLAB M文件 用于图像压缩 -Huffman coding is a transient, the only decoded packet coding MATLAB M file for image compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1424
    • 提供者:王冬雪
  1. Huffman

    0下载:
  2. 用赫夫曼树进行编码和解码的相关操作,支持字符串的加密和解密-the procedure was wrote for huffman code ,which can be uesd to encode sting
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4162412
    • 提供者:william
  1. huffman-coding

    0下载:
  2. 哈弗曼编码解码的MATLAB程序,简单实用-Huffman codec MATLAB program, simple and practical
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:15856
    • 提供者:侯子谦
  1. huffman

    0下载:
  2. huffman编码器解码器,能采用huffman编码并对编码反译码-huffman encoder decoder can employ huffman encoding and decoding coded anti-
  3. 所属分类:Compiler program

    • 发布日期:2017-06-10
    • 文件大小:17891983
    • 提供者:wx
  1. Shannon-and-huffman

    0下载:
  2. 实现了经典的香农编码与哈弗曼编码的编解码-Realized the classic Shannon and Huffman coding and encoding codecs process.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1848
    • 提供者:万倩芸
  1. Huffman

    0下载:
  2. 利用C++编程语言实现数据结构中的Huffman编码与解码问题。-Using C++ to solve problems of Huffman coding and decoding in data structure.
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6169592
    • 提供者:祝山峰
  1. huffman

    0下载:
  2. 霍夫曼编解码,采用构造霍夫曼树进行编码;构造好霍夫曼树后解码的过程就比较简单了;只需通过霍夫曼树找到相应的叶子节点即可解码-Hoffman codec used to encode structural Huffman tree good Huffman tree structure after decoding process is relatively simple just find the leaf node can be decoded by the Huffman tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:702585
    • 提供者:落落
  1. Huffman

    0下载:
  2. Huffman编码与译码 1.Huffman编码的算法,以及对一编码文件进行解码的算法 2.二叉树的应用 -Huffman encoding and decoding 1.Huffman coding algorithm, and the algorithm for decoding an encoded file 2. Application Binary Tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:13819
    • 提供者:xinwuya
  1. Huffman

    0下载:
  2. Huffman编码的编码与解码实现,使用C++实现,利用链表建立赫夫曼树-Huffman coding to achieve encoding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:2595920
    • 提供者:tom
  1. Huffman

    0下载:
  2. VS2012实现哈弗曼的编码解码过程,已经编译通过-VS2012 realize Huffman encoding decoding process, it has been compiled by
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:810948
    • 提供者:吵吵吵
  1. Huffman

    0下载:
  2. Huffman编码与解码(Huffman编码、二叉树) [问题描述] 对一篇英文文章(大于2000个英文字符),统计各字符出现的次数,实现Huffman编码,以及对编码结果的解码。 [基本要求] (1) 输出每个字符出现的次数和编码,其中求最小权值要求用堆实现。 (2) 在Huffman编码后,要将编码表和英文文章编码结果保存到文件中,编码结果必须是二进制形式,即0 1的信息用比特位表示,不能用字符’0’和’1’表示。 (3) 提供读编码文件生成原文件的功能。 -Hu
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:930816
    • 提供者:简单就好
  1. Huffman

    0下载:
  2. 哈夫曼编解码程序,可实验对图像的哈夫曼编码-Huffman encoding and decoding procedures, the image of Huffman coding experiments
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:188532
    • 提供者:陈冠希
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 23 »
搜珍网 www.dssz.com