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

搜索资源列表

  1. 1

    0下载:
  2. 霍夫曼编码解码,实用程序,源程序,只用好用,通用。-Huffman encoding and decoding, utilities, source code, using only easy to use, universal.
  3. 所属分类:Project Design

    • 发布日期:2017-11-26
    • 文件大小:3383
    • 提供者:王尼玛
  1. Huffman-enc-dec

    0下载:
  2. 实现了无损压缩算法:霍夫曼编码的编解码例子-Achieve a lossless compression algorithms: Huffman encoding codec examples
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:14752
    • 提供者:shangqingtao
  1. Huffman

    0下载:
  2. C语言,利用信息论与编码中的霍夫曼的原理实现文件的编码和解码,对txt和ppt文件测试成功-C language, the use of information theory and coding to achieve the principle of Huffman encoding and decoding files, txt and ppt files on the test was successful
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:4044
    • 提供者:温志平
  1. bandelet_yasuo

    0下载:
  2. 基于Bandelet变换的图像压缩,包括基于SPIHT、霍夫曼等压缩编码解码,比较无损有损压缩。-Bandelet transform based image compression, including those based on SPIHT, Huffman compression codecs such as compare lossless lossy compression.
  3. 所属分类:Graph program

    • 发布日期:2017-05-06
    • 文件大小:1291301
    • 提供者:沈佳
  1. huffman_encoder_decoder

    0下载:
  2. 霍夫曼编解码代码,实现Txt文档的压缩与解压-Hoffman codec code ,compress a txt docment
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:3395
    • 提供者:李帅
  1. chap10_3

    1下载:
  2. 实现图像的霍夫曼编码和解码,具体实现的MATLAB代码-MATLAB code image Huffman encoding and decoding, the concrete realization of the
  3. 所属分类:Special Effects

    • 发布日期:2016-05-15
    • 文件大小:1024
    • 提供者:冷君阁
  1. HWmatrix

    0下载:
  2. 实现图像的霍夫曼编码和解码,用MATLAB-Huffman coding and decoding to realize image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1166
    • 提供者:hwang
  1. huo-fu-man-tree

    0下载:
  2. 霍夫曼编码解码实现,四项功能,可编可解,输出对照表到文件,输出对照表-haffman code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3964
    • 提供者:alone
  1. image_huffman

    0下载:
  2. 霍夫曼算法--解码算法--MATLAB实现-Huffman decoding algorithm based on MATLAB algorithm to achieve
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:2412
    • 提供者:张欣
  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. 霍夫曼编码 是一种瞬时的、唯一可解码的分组编码 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. hf_dem

    0下载:
  2. 霍夫曼编码matlab程序 对英文字母进行编码 进过高斯信道后 接收端解码 -Hoffman coding matlab procedures for receiving encoding into the Gauss channel after the decoding of English letters
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:817
    • 提供者:zhaodl
  1. hm5

    0下载:
  2. 读取一幅图像,进行霍夫曼图像编码和解码,求图像的熵、平均码长和编码效率。-Read an image,code it with the Hoffman method then decode it.Generate the entropy of the image,the the average code length and coding efficiency
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2480
    • 提供者:seasonflow
  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. works

    0下载:
  2. 本工程中包括霍夫曼编码和解码的源代码,可用于压缩图像等多种用途。-This project includes Huffman coding and uncoding codes which can be used to compress photos and other works.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:462950
    • 提供者:
  1. huffmanGUI1

    0下载:
  2. 霍夫曼编码及解码详细程序,实现图像显示与相应的计算-Huffman coding and decoding process in detail, realizes the image display and corresponding calculation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:423494
    • 提供者:张媛
  1. HafuManCode

    0下载:
  2. 霍夫曼编码解码算法的实现;及运行结果截图-Theme and operating results to achieve Huffman encoding and decoding algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:43618
    • 提供者:吴如是
  1. 07375357ezw

    0下载:
  2. 用霍夫曼编码,零树小波算法解码,图像处理过程-huffman encode ,ezw decode
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:24964
    • 提供者:陈琳
  1. huffmam

    0下载:
  2. 霍夫曼编码实现文件 构建霍夫曼树 编码与解码 需要511个节点才能构成霍夫曼树-Huffman Coding file to build the Huffman tree encoding and decoding require 511 nodes in order to constitute a Huffman tree
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3463
    • 提供者:萧然
  1. information-processing-encoding

    0下载:
  2. 各种信息处理编码解码源代码,包括霍夫曼编码、算术编码等-各种信息处理编码解码源代码,包括霍夫曼编码、算术编码等 All kinds of information processing encoding decoding the source code, including Hoffman encoding, encoding, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7422
    • 提供者:苏政豪
« 1 2 3 4 56 »
搜珍网 www.dssz.com