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

搜索资源列表

  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
    • 文件大小:2.15kb
    • 提供者:真实
  1. mashu

    0下载:
  2. 初学者可以看看,因为这是我第一次用matlab编程,是图像压缩的huffman 编码的码树-beginners can see, because this is the first time I have used Matlab programming, image compression is Huffman coding code tree
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.94kb
    • 提供者:jingjing
  1. PhotoPrecess200705011006

    0下载:
  2. 包含图像的中值滤波、直方图均衡化、边缘检测(Sobel,Robert两种算子)、图像的Huffman编码。并计算图像熵,平均码长,编码效率及码树长度。附加可压缩与解压缩任意文件的功能和查看直方图的功能。但只能处理bmp格式的文件。-contain images of the median filtering, histogram equalization, edge detection (Sobel. Robert Two Operator), the image of Huffman codi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:269.57kb
    • 提供者:成东
  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
    • 文件大小:4.68kb
    • 提供者:王大力
  1. Huffman

    0下载:
  2. 迄今为止见过的最方便的huffman编码,效率很高 一个外国人写的,很具有研究价值 Constructing a Huffman Tree according to the number of times each symbol appears in the data stream: 1) Create an array of N nodes, representing N possible symbols (ranging between 0 and N-1). 2) Set
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:17.37kb
    • 提供者:游弋人生
  1. 绘制用纹理填充的线条

    0下载:
  2. 本程序绘制用纹理填充的线条,一个很好的例子绝对值得收藏-texture mapping filled with the lines, a g#$#!88231#!#$noname.rar!#$#algorithm design curriculum in the Huffman tree search and mapping experiment
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:12.58kb
    • 提供者:邱波
  1. huffman

    0下载:
  2. 哈夫曼树的构造哈夫曼树,哈夫曼编码的构造和形成-Huffman tree structure of Huffman tree, Huffman coding structure and the formation of
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:5.21kb
    • 提供者:程俊
  1. huffman_encode

    0下载:
  2. 一个简单的对用户定义的字符串创建和可视化哈夫曼编码树的程序-A simple user-defined string to create and visualization procedures Huffman tree
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:23.66kb
    • 提供者:danny911
  1. code

    0下载:
  2. 实现哈夫曼树的代码图像的编码解码归一化等处理,JEPG功能实现图像的算数编解码函数-Image encoding and decoding of the code that implements the Huffman tree owned by a processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:4.33kb
    • 提供者:song
  1. Entropy-coding-source-program

    0下载:
  2. 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。  哈夫曼编码建议了一种将位元进位成整数的算法,但这个算法在特定情况下无法达到最佳结果。为此有人加以改进,提供最佳整数位元数。这个算法使用二叉树来设立一个编码。这个二叉树的终端节点代表被编码的字母
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-05
    • 文件大小:17.82mb
    • 提供者:杨飞帆
  1. huffman

    0下载:
  2. 功能:用huffman tree去编码一个文档 算法:记录每次排序前的顺序从而构建树结构,用排序前位置为1记录各个节点-function:Encoding a document using huffman tree algorithm:records before each sort order to build the tree structure, sorted former position as a record of each node
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:18kb
    • 提供者:鱼鱼仙人
  1. VCDIP_P91

    0下载:
  2. vc界面下,实现图像的霍夫曼编码,霍夫曼树的结构。-the vc interface, achieving image Huffman encoding Huffman tree structure.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:1.91kb
    • 提供者:高书勤
  1. Huffman-encoding

    0下载:
  2. 哈夫曼树可用于构造使电文的编码总长最短的编码方案。具体做法如下:设需要编码的字符集合为{d1,d2,…,dn},它们在电文中出现的次数或频率集合为{w1,w2,…,wn},以d1,d2,…,dn作为叶结点,w1,w2,…,wn作为它们的权值,构造一棵哈夫曼树,规定哈夫曼树中的左分支代表0,右分支代表1,则从根结点到每个叶结点所经过的路径分支组成的0和1的序列便为该结点对应字符的编码,我们称之为哈夫曼编码。-Huffman encoding can be used to construct the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:48.48kb
    • 提供者:汉化后
  1. HuffTree

    0下载:
  2. Huffman tree:In computer science and information theory, a Huffman code is an optimal prefix code found using the algorithm developed by David A.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:4.9kb
    • 提供者:siddeshwar
  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
    • 文件大小:3.38kb
    • 提供者:萧然
  1. hafuman101

    0下载:
  2. 实现构造一颗哈夫曼树,算法效率较高,易懂-The realization of a Huffman tree structure, the algorithm more efficient, easy to understand
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:942byte
    • 提供者:ji395173
  1. kiuxovm825

    0下载:
  2. 对文本文件进行huffman编码,并显示huffman树 很好的 不错-Huffman coding on text files, and displays a Huffman tree good good
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-17
    • 文件大小:69kb
    • 提供者:IMFSzdbg-5504
搜珍网 www.dssz.com