CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - Huffman

搜索资源列表

  1. adaptiveArithmeticCoding

    0下载:
  2. Adaptive arithmetic coding source code. It can achieve better performance than the popular Huffman coding.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:20787
    • 提供者:王军
  1. huffman_f

    0下载:
  2. huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2201
    • 提供者:真实
  1. bcl-1.1.2

    0下载:
  2. 下载的代码,可以实现基本的压缩算法,如RLE行程编码,Huffman变换。-download the code, can achieve a basic compression algorithms, such as RLE itinerary coding, Huffman transform.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:96999
    • 提供者:Sarah
  1. HUFMTREEGraphics

    0下载:
  2. 利用C语言编写的Huffman树的动态生成过程,带图形显示。-C language prepared by the Huffman tree, the dynamic formation process, with graphic display.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4790
    • 提供者:王大力
  1. huffman

    0下载:
  2. matlab实现huffman编码 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark) 6. huffman_demo1.m (dem
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:19355
    • 提供者:lindajillduan
  1. Huffman编码的算法及其实现。

    0下载:
  2. Huffman编码的算法及其实现。 这是一个实验报告,请采纳!-Huffman coding algorithm and its implementation. This is an experiment report, adopted!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:5321
    • 提供者:fad
  1. huffman

    0下载:
  2. 数字图像处理的MATLAB代码,通过霍夫曼编码实现对图像的处理!-This software is used to process the picture!
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:594
    • 提供者:尚佳栋
  1. ImageCoding

    0下载:
  2. 图像编码,哈夫曼,算术,位平面编码,是mfc的-Image coding, Huffman, arithmetic, bit-plane coding
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-14
    • 文件大小:3443476
    • 提供者:廖陆刘
  1. Huffman

    0下载:
  2. 实现了霍夫曼编码,算法经典,代码简洁,稳定性高-Implements Huffman coding, the classical algorithm, code simplicity, high stability
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5320706
    • 提供者:zhangshuhao
  1. Huffman

    0下载:
  2. 台灣大學電子工程研究所數位視訊技術作業1-Institute of Electronic Engineering, National Taiwan University, digital video technology jobs 1
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1654308
    • 提供者:張伯倫
  1. image-compression-and-coding

    0下载:
  2. 在visual studio2005开发环境下,对图像进行霍夫曼编码、香农—费诺编码、算术编码和位平面编码。-In visual studio2005 development environment, compress images by Huffman coding, Shannon- Fenno coding, arithmetic coding and bit-plane coding.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-19
    • 文件大小:209568
    • 提供者:duducha
  1. HuffmanCode

    0下载:
  2. 这是一个用冒泡法编写的一个C程序,经过调试时可以用的,在霍夫曼编码里会用到,后面我会继续更新,可以下下来直接用的-This is a bubble method to write a C program, can be used after commissioning, will be used in the Huffman coding, behind I will continue to update the can down under the direct use of
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-24
    • 文件大小:581
    • 提供者:wangshanshan
  1. probability-model

    0下载:
  2. 这是一个用C编写的求概率型霍夫曼编码的源程序,我在VC软件里调试过的,可以下载下来直接用的,-This is the source code written in C requirements probabilistic Huffman coding, I debugged VC software can be downloaded directly use
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-03
    • 文件大小:1159
    • 提供者:wangshanshan
  1. Huffman-coding-matlab

    0下载:
  2. 这是我自己用MATLAB编写的一个源程序,是保存在WORD里面的,里面有源程序和实验步骤,可以下载下来实验,大家也可以对这个程序进行改进-This is my own written using MATLAB source is saved in WORD inside source and experimental steps, which can be downloaded experiments, we can improve this program
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-14
    • 文件大小:8682
    • 提供者:wangshanshan
  1. huffman

    0下载:
  2. Huffman编码属于熵编码的方法之一,是根据信源符号出现概率的分布特性而进行的压缩编码.Huffman编码的主要思想是:出现概率大的符号用长的码字表示;反之,出现概率小的符号用短的码字表示。-The Huffman coding is one of the entropy coding method, according to the source symbol occurrence probability distribution of the characteristics of the
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-26
    • 文件大小:25292
    • 提供者:杨通
  1. yuv

    1下载:
  2. C语言读入.yuv图像,依次输出Y,Cb,Cr分量像素值,并选取Y分量进行Huffman编码。-Read in C language. Yuv images, in turn, the output Y, Cb, Cr component pixels, and Y component of Huffman coding.
  3. 所属分类:2D Graphic

    • 发布日期:2015-03-25
    • 文件大小:2048
    • 提供者:花花
  1. huffuma.matlab

    0下载:
  2. 对灰度图像进行哈夫曼编码matlab的源代码-Huffman coding for gray image matlab source code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:4493
    • 提供者:谢光祥
  1. Deskt323231op

    0下载:
  2. 【谷速软件】哈弗曼编码 图像压缩算法源代码 可以做为参考使用 -[Valley] Huffman coding software speed image compression algorithm source code can be used as a reference to use
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-26
    • 文件大小:15107
    • 提供者:张金
  1. code

    0下载:
  2. 霍夫曼编码,编码长度与编码效率比较,给出了实验结果和对比-huffman coding
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2089
    • 提供者:kj
  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
« 12 »
搜珍网 www.dssz.com