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

搜索资源列表

  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. Huffman

    0下载:
  2. 数据结构,Huffman编码与解码,采用Huffman编码和二叉树知识-Data structure, Huffman encoding and decoding, using Huffman encoding and two fork tree knowledge
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:973714
    • 提供者:靳以2002
  1. Huffman

    0下载:
  2. matlab实现图像的Huffman编码解码,内含部分网络参考程序-Huffman encoding and decoding based on MATLAB, containing part of the rescources the Internet.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:3761191
    • 提供者:Penrose Wang
  1. 4.Huffman

    0下载:
  2. 哈夫曼树编码和解码,可以通过字符和字符串2种方式建树。-Huffman tree encoding and decoding, the character and string 2 ways of contribution.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-14
    • 文件大小:3735
    • 提供者:
  1. huffman

    0下载:
  2. 基于matlab的huffman编码解码-huffman encoding and decoding
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1175
    • 提供者:piaf
  1. Huffman

    0下载:
  2. 用C语言实现对BMP图像信息的读取,以及哈夫曼编码和解码-BMP huffman
  3. 所属分类:Special Effects

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

    0下载:
  2. 上传的文档为Huffman编码的C++实现代码,功能完备,编解码有较为详细的界面演示-Upload the document for the Huffman code C++ code, complete function, encoding and decoding have a more detailed interface demo
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:4420605
    • 提供者:范特西
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 22 »
搜珍网 www.dssz.com