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

搜索资源列表

  1. zlib-1.2.2.tar

    0下载:
  2. 此代码为霍夫曼编码和LZ7编码的联合实现,它能较高地提高无损压缩及解码的速度-this code for the LZ7 Huffman coding and encoding of the Joint Implementation, to raise it higher lossless compression and decoding speed
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:430469
    • 提供者:刘刀冈
  1. HOFFMAN

    1下载:
  2. 霍夫曼coding程序,用此程序可以对任意图像进行霍夫曼编码。-Huffman coding procedures, this procedure can be used for any image Huffman coding.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5435
    • 提供者:许成哲
  1. Huffman哈夫曼(霍夫曼)

    0下载:
  2. 实现了Huffman编码的过程。执行环境为 TC 3.0。-realized Huffman coding process. The environment for the implementation of TC 3.0.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:23524
    • 提供者:钟祖豪
  1. 霍夫曼编码

    0下载:
  2. 所属分类:多媒体

    • 发布日期:2008-12-11
    • 文件大小:9873
    • 提供者:colourtao
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. HuffmanCoding.rar

    0下载:
  2. 利用数字图像处理中的霍夫曼编码算法对数字图像作霍夫曼编码,所得编码结果完全符合概率越大,码长越短的原则,The use of digital image processing of the Hoffman coding algorithm for digital image on the Huffman code, coding the results obtained in full compliance with the greater probability, the shorter co
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:170589
    • 提供者:tianjieyu
  1. viterbi_de

    0下载:
  2. 卷积码译码霍夫曼编码及数学概率论贝叶斯公式; 卷积译码软判决通过3位量化可以比硬判决提高约2dB信噪比; 了解最大似然译码准则; -Soft Decoding Scheme of Convolution Codes Combined with Huffman Coding.Simulation study of the performance of ternary line codes under Viterbi decoding & Soft-decision decoding
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:43982
    • 提供者:刘君
  1. huofuman

    0下载:
  2. 霍夫曼编码与解码,功能:输入任意符号和权值,构建霍夫曼树,输出霍夫曼编码,计算平均码长,输入任意编码进行解码,错误提示。-Huffman encoding and decoding functions: Enter any symbols and weights to build Huffman tree, the output Huffman code to calculate the average code length, input Into any codec decoding e
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1546
    • 提供者:金继仁
  1. huffman.rar

    0下载:
  2. 用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,Priority queue with the realization of Huffman code is a greedy algorithm to achieve a detailed code. Input file is to be encoded file, output file is all character encoding information.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:2130
    • 提供者:waterfly
  1. Huffman.rar

    0下载:
  2. 霍夫曼编码一些简单应用 简单的将文本格式文章进行压缩和解压缩处理,Huffman coding some simple applications simple text format to compress and decompress the article dealing with
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:161478
    • 提供者:箱子
  1. HuffmanTree

    0下载:
  2. 霍夫曼编码,可以实现对文件的压缩和解压,很好的巩固了数据结构中的知识。有注释。-It is about Huffman .To new learner,it is good code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6968
    • 提供者:太阳
  1. ImageProcess

    0下载:
  2. 特技显示: 图像扫描、图像插入、百叶窗显示、马赛克效果、栅格条交错、从全黑淡入、图像伸缩 像素运算: 查看直方图、直方图均衡、线性变换、阈值变换、窗口变换、灰度拉伸、对数变换 几何变换: 图像镜像、图像平移、图像旋转、图像缩放 正交变换: 离散傅立叶变换、离散余弦变换、沃尔什哈达玛变换、离散K-L变换、小波变换 图像复原: 逆滤波复原、维纳滤波复原 图像增强: 灰度变换调整、直方图修整法、图像平滑法、中值滤波、低通滤波、图像锐化、高通滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:902902
    • 提供者:hongye
  1. jpg_enc

    0下载:
  2. JPEG图像压缩 霍夫曼编码 学习交流 visual C-JPEG image compression Huffman coding to study the exchange of
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-06
    • 文件大小:415255
    • 提供者:lijingming
  1. huofuman

    0下载:
  2. 霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。-Huffman coding method is first scanned image data again, to calculate the probability of a variety of pixel specify a different length uniq
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2660
    • 提供者:危险源
  1. Huffman

    0下载:
  2. 数据压缩,霍夫曼编码解码器的实现 霍夫曼树 霍夫曼压缩类 霍夫曼解压缩-Data compression, Huffman coding decoder Huffman tree Huffman compression class Hoffman decompress
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:11057
    • 提供者:zk
  1. DlgHuffman

    0下载:
  2. 霍夫曼编码实现程序,用C++实现,霍夫曼是一种无损压缩的算法实现-Huffman coding to achieve the procedure, using C++ Realized, Hoffman is a lossless compression algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:2736
    • 提供者:zlg
  1. wuwei

    0下载:
  2. 霍夫曼编码 -Huffman coding Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1566
    • 提供者:wu wei
  1. HUFFERMAN

    0下载:
  2. 信息论与编码实验三:用VC++实现霍夫曼的编码。-Information theory and coding experiment III: The VC++ Achieve Hoffman encoding.
  3. 所属分类:File Operate

    • 发布日期:2017-03-24
    • 文件大小:9119
    • 提供者:张宏丽
  1. huffmancode

    0下载:
  2. 实现的是霍夫曼编码,在c程序中模拟编码解码功能。-The realization of the Huffman code, in the c program features analog codec.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:6663
    • 提供者:leo
  1. HuffmanCoding

    0下载:
  2. 应用通信系统中的霍夫曼编码C++源程序。-Applied Communication Systems Hoffman encoding C++ Source.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3259
    • 提供者:yuxiaojun
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 32 »
搜珍网 www.dssz.com