搜索资源列表

  1. Huffman

    0下载:
  2. Huffman霍夫曼编码!送给初学C的人-Huffman
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:许铁
  1. JPEG_compression_image.m

    0下载:
  2. 利用Matlab编程实现对lena.bmp灰度图象进行QF=50和QF=40的压缩和解压缩,比较二者的PSNR,并且利用霍夫曼编码模拟信道中传输图象。通过了Matlab2009A测试。-Using Matlab program to compress and decompress the gray image Lena.bmp at QF = 50 and QF = 40,as well as comparing the result
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Alex
  1. huffman_encode_and_decode

    0下载:
  2. 自己总结的huffman编解码,其中的源程序对从文件读取的数据进行霍夫曼编码,程序通过了验证-Huffman encode decode
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:张星
  1. imagecompression

    0下载:
  2. 有损图像压缩的matlab程序实现,通过dct变换,霍夫曼编码,译码,比较压缩后图像与原图。-lossy image compression
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:高天博
  1. huff

    0下载:
  2. 使用matlab编程工具实现霍夫曼编码,已通过运行。-Finish the huff_code by using the tool of matlab,and the code could run.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:2537472
    • 提供者:Bob
  1. Huffman霍夫曼编码源代码(VC)

    0下载:
  2. Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:rcenty
  1. Huffman

    0下载:
  2. 利用动态规划构造霍夫曼树。使用的数据结构为链表,需要两种链表结构——一个为霍夫曼树上的节点,另一个为为了方便遍历与编辑而设计的存储字符及其对应信息——包括出现次数、霍夫曼码等——的链表。(Construction of Hoffman tree using dynamic programming)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:350208
    • 提供者:dhaohao
  1. 信息论

    0下载:
  2. 实现一个霍夫曼编码。自己新建文件(读源码可以知道建什么),输出霍夫曼编码后的文件。(Implement a Hoffman encoding. Own new files (read source code, you can know what to build), the output of Hoffman encoded documents.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:Bomb
  1. EXP6_Compress

    0下载:
  2. 调用霍夫曼编码和香农费诺压缩和解码图片,并计算压缩率(Call Hoffman encoding to compress and decode pictures, and calculate compression rates)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:ShirleyQ1543
  1. huffman

    0下载:
  2. 根据给定的信源概率分布,编程实现霍夫曼编码和二次扩展信源霍夫曼编码,并和信源的熵进行比较,体会霍夫曼编码的编码效果。(According to the given probability distribution of the source, Hoffman encoding and two extended source Hoffman coding are programmed and compared with the entro
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:YkY101
  1. Huffman

    0下载:
  2. R进制霍夫曼编码的 m a t l a b 实 现,R可以任意改变(Matlab implementation of R ary Hoffman encoding)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:烤翅
  1. huffman

    0下载:
  2. 采用java语言实现的霍夫曼树的构建,并利用图形用户界面显示结果(Using java language to achieve the construction of the Hoffman tree, and graphical user interface to display the results)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:yddy
  1. Hough_Transform.tar

    0下载:
  2. 帮住理解霍夫曼变换找出同心圆半圆测定。主要是帮助理解霍夫曼变换。(Help understand Hoffman transform, find concentric circles, semicircle determination. The main thing is to help understand the Hoffman transform.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Oallen
  1. 5、Huffman编码

    0下载:
  2. 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(Huffman encoding (Huffman Coding), also known as Hoffman encoding, is a
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:228352
    • 提供者:飞洒吧year
  1. 霍夫曼编码

    0下载:
  2. 对文本内容进行霍夫曼编码,以实现文本的压缩。(The text content is encoded by Hoffman to compress the text.)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:aphroham
  1. Navigation

    0下载:
  2. 运用霍夫曼编码,求的信源,码子,概率,长度等(The use of Hoffman encoding, for the source, size, probability, length etc.)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:78848
    • 提供者:微光永恒
  1. huffman

    0下载:
  2. 此为r元霍夫曼编码MATLAB仿真文件,r和p都已参数化(This is the R element Hoffman coded MATLAB simulation file, and both R and P have been parameterized)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:无为而为
  1. Huffman

    0下载:
  2. 霍夫曼编码是一种常见的不等长编码方式,该程序可实现霍夫曼编码和霍夫曼译码。(Huffman coding is a common unequal length encoding method.This file can implement Huffman coding and Hoffman decoding.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:RoxanneQQ
  1. a_huffman

    0下载:
  2. 改进传统霍夫曼编码不能自适应根据输入字符改变编码结果的缺点,用python实现自适应霍夫曼编码,每次输入一个字符,给出一个编码结果(The improvement of the traditional Hoffman encoding cannot change the encoding results adaptively according to the input character shortcomings, realize t
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:米尼西瓜子
  1. huffman

    0下载:
  2. 在MATLAB中实现霍夫曼编码,粗略实现编码(Implementation of Hoffman coding in MATLAB)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:光之风
« 1 2 3 4 5 6 78 9 10 11 12 ... 45 »

源码中国 www.ymcn.org