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

搜索资源列表

  1. JPEG

    0下载:
  2. 本程序实现简单JPEG压缩编码和解码功能。将一副64*64的灰度图进行JPEG压缩编码,编码过程包含DCT转换,量化,ZigZag扫描和游程编码。不包含DC分量的DPCM编码和最后的霍夫曼编码,但是基本实现了JPEG编码,具有较好的压缩率。-This procedure is simple JPEG compression encoding and decoding functions. This is a 64* 64 grayscale JPEG compression encoding p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:888836
    • 提供者:hechao
  1. AdaptHuf

    0下载:
  2. 自适应霍夫曼编码算法,是压缩编码算法的一种,在霍夫曼编码算法的基础上改进得到的-Adaptive Huffman coding algorithm, a compression algorithm, and Huffman coding algorithm based on improved access
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:190137
    • 提供者:李华灿
  1. Code

    0下载:
  2. 霍夫曼编码算法,在VC++ 6.0下开发,用于数据压缩,是数据压缩率较高的一种算法
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:187911
    • 提供者:李华灿
  1. Huffman_and_Data_Compression

    0下载:
  2. 用霍夫曼编码的方式实现对一个文本文件的编码和解码。本程序产生的编码后的文件应该尽可能的小,解码后的文件应该和原来的文件是一样的。本算法的实现应该是高效的。 一些可能用到的数据结构和方法在下面列出。如果你发现另外一种更好的数据结或者方法,这很好,你并不需要用到任何特定的数据结构。 -Huffman encoding of the way to encode and decode a text file. This procedure produced encoded files shoul
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2682
    • 提供者:frankie
  1. huffmanencode

    0下载:
  2. 此代码是实现霍夫曼编码的程序,在visual C++的软件环境下运行。其中的注释是自己的想法,可以有助于理解。-huffman encode
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2707
    • 提供者:ke
  1. toolbox_DIPUM

    0下载:
  2. 数字图像处理matlab版第二版源码。 包括计算两个距阵间的误差,解码霍夫曼矩阵,使用JPEG近似压缩一个图像,可视化正向几何变换等许多功能-Digital image processing matlab version of source code. Including the calculation of the error between the two matrix, decoding the Hoffman matrix, use the JPEG approximation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:151372
    • 提供者:乔尔
  1. huffman-code

    0下载:
  2. 霍夫曼编解码程序,仿真了huffman编码和解码-huffman encode decode
  3. 所属分类:matlab

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

    0下载:
  2. 霍夫曼信源编码,针对一串数据 进行霍夫曼压缩 得到霍夫曼树-Huffman coding
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:60059
    • 提供者:张盛
  1. huofuman1

    0下载:
  2. 关于多媒体图片处理应用的霍夫曼编码程序。-Huffman coding procedures for the application of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:827
    • 提供者:ethan
  1. MyHuffmanSzip

    0下载:
  2. 1 实现霍夫曼压缩 2 构建霍夫曼数 3 实现压缩、解压-1 Huffman compression 2 Construction of Hoffman number 3 to achieve compression, decompression
  3. 所属分类:Data structs

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

    0下载:
  2. 霍夫曼编码 主要描述对霍夫曼编码实现,以及整个实验过程的编码-Main described Hoffman coding Huffman coding, as well as the entire experimental process of encoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1111
    • 提供者:王龙
  1. HUFFUMAN-TREE

    0下载:
  2. 根据输入概率,建立霍夫曼树,并显示生成的霍夫曼树-According to the input probability, and established the Hoffman tree, and displays the generated tree Hoffman
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2276
    • 提供者:周赤
  1. Huffman-coding

    0下载:
  2. 霍夫曼无失真变长编码源代码!强势推荐!超高效率!-Hoffman lossless variable-length encoded source code! A strong recommendation! Ultra-efficient.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1760
    • 提供者:丁观亮
  1. Huffman

    0下载:
  2. 对一段文本中的字符串进行霍夫曼编码和解码,并显示各个字符对应的编码结果,并对编码后的内容进行解码并显示。-Huffman coding and decoding section of the text string and displays the coding results corresponding to each character, and encoded, decoded and displayed.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:709
    • 提供者:zhongpeng
  1. jiao-zuo-ye

    0下载:
  2. 霍夫曼编码,实现所有的功能,不包含输出,能解码-Huffman coding to achieve all of the features, does not contain the output, able to decode
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1666
    • 提供者:sww12
  1. Huffman-coding

    0下载:
  2. 通信的数字化是它能与计算机技术和数字信号处理技术相结合的基础,而实现通信数字化的前提是信源能提供的各种用于传递的消息,例如语音、图像、数据、文字等都必须以数字化形式表示。而信源编码是数字通信系统中的重要组成部分,他是保证信号有效传输的一种重要方式。霍夫曼编码依据字符出现的概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,其优越的性能被广泛使用在数字通信系统中。霍夫曼编码已经成为数据压缩的灵魂算法。本文介绍了无失真编码算法的构造,霍夫曼编码的规则和特点,同时分析了对信源进行优化的方法,最后
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:59597
    • 提供者:郑华
  1. LAB09_10389355_3

    0下载:
  2. 数据结构的优先队列中的霍夫曼编码,全部用类实现的,包括了读文本,生成码本,根据码本和输入文件编码输出文件;根据码本和编码文件译码输出输出文件-Huffman code
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:632075
    • 提供者:qinzhaokun
  1. Untitled

    0下载:
  2. 霍夫曼编码实现,实现对平均码长,编码效率,信息熵的计算-Huffman coding to achieve the calculation of the average code length, coding efficiency, information entropy
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:825
    • 提供者:沫语夕
  1. huffman

    0下载:
  2. 信息论程序中的霍夫曼编码程序,喜欢的就速度抱走吧-Huffman coding procedures in the information theory in the program, like the speed of which go
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:224019
    • 提供者:吕口口
  1. huffman

    0下载:
  2. 自己写的一个C语言的霍夫曼编码的实现-a scheme of huffman code on C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2296
    • 提供者:5
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 39 »
搜珍网 www.dssz.com