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

搜索资源列表

  1. 哈夫曼编码,最优前缀码的贪心算法

    0下载:
  2. 哈夫曼编码,最优前缀码的贪心算法,平均码长最短,Huffman codes, optimal prefix code of the greedy algorithm, the shortest average code length
  3. 所属分类:书籍源码

    • 发布日期:2017-03-02
    • 文件大小:711
    • 提供者:didinem
  1. huffman 哈夫曼树的构造

    0下载:
  2. 哈夫曼树的构造,假设有n个权值,则构造出的哈夫曼树有n个叶子结点。 n个权值分别设为 w1、w2、…、wn,则哈夫曼树的构造规则为:   (1) 将w1、w2、…,wn看成是有n 棵树的森林(每棵树仅有一个结点);   (2) 在森林中选出两个根结点的权值最小的树合并,作为一棵新树的左、右子树,且新树的根结点权值为其左、右子树根结点权值之和;   (3)从森林中删除选取的两棵树,并将新树加入森林;   (4)重复(2)、(3)步,直到森林中只剩一棵树为止,该树即为所求得的哈夫曼树。-Huff
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:129686
    • 提供者:huang
  1. huofuman 利用哈夫曼编码进行信息通讯

    0下载:
  2. 利用哈夫曼编码进行信息通讯可以大大提高信道的利用率,缩短信息传输时间,降低传输成本。-Huffman coding using information and communication can greatly improve the channel utilization, reduce transmission time information and reduce transmission costs
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-01
    • 文件大小:1924
    • 提供者:123456
  1. 实现哈夫曼编码

    0下载:
  2. 实现哈夫曼编码,可以动态演示,当输入一个字符型串,就可以提示是否动态显示生成的哈夫曼树,The realization of Huffman coding, can be dynamic demonstration, when to enter a character string, you can hint as to whether or dynamic display generated Huffman tree
  3. 所属分类:Windows编程

    • 发布日期:2017-03-28
    • 文件大小:15082
    • 提供者:汪光庆
  1. CompressDecompress.rar

    1下载:
  2. ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1164704
    • 提供者:haochao
  1. huffman用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码

    2下载:
  2. 用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码,并做出效率计算等-C language with a bmp256 color image scanner, using Huffman code it, and make efficient computing
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-04-21
    • 文件大小:2129920
    • 提供者:郑元伟
  1. huffman

    2下载:
  2. 用MATLAB进行编程实现对256*256图像进行的哈夫曼编码-Carried out using MATLAB image Huffman coding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:842
    • 提供者:张凤
  1. HuffmanCoding_ImageCompress

    0下载:
  2. 用Matlab对图像进行哈夫曼编码(Huffman Coding)以实现对图像的无损压缩-Use Matlab to realize Huffman coding for lossless image compression
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1027
    • 提供者:zhaojiepeng
  1. 6

    1下载:
  2. 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Write a program to image the input Huffman coding, the entropy of the original image displayed, encoded, the average code length, and be able to reconstruct the image a
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:218883
    • 提供者:ad
  1. datastruct1

    0下载:
  2. 一些数据结构算法的例子,包括哈夫曼编码、图的表示、关键路径、最短路径等-Some examples of data structure algorithms, including Huffman coding, map, said the critical path, the shortest path, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:6562
    • 提供者:站长
  1. Huffman

    2下载:
  2. 基于matlab的图像或者序列的哈夫曼编码及解码程序-Matlab-based image or sequence of Huffman coding and decoding procedures
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:51673
    • 提供者:章国艺
  1. Huffman

    0下载:
  2. 基于VC++6.0,利用哈夫曼编码对BMP图像进行编码并储存为*.huf格式的文件,同时也可对*.huf格式的文件进行解码,储存为*.bmp格式的图像-Based on VC++6.0, the use of Huffman coding to encode the image of BMP and saved as*. huf format, but also right*. huf decode the file format, stored as a*. bmp format images
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3712330
    • 提供者:ft5272633
  1. huff

    4下载:
  2. 这是一个灰度图像进行哈夫曼编码的Matlab程序,包括编码和解码部分。绝对能用!-Huffman Code
  3. 所属分类:Graph program

    • 发布日期:2014-11-24
    • 文件大小:34104
    • 提供者:xiaowei
  1. Hf

    0下载:
  2. 哈夫曼数的编码,译码和树的打印-The number of Huffman encoding, decoding and tree print
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-08
    • 文件大小:2066
    • 提供者:lxw
  1. 哈夫曼编码和译码

    0下载:
  2. 自己写的一个8皇后程序,能给出所有的可行解-Wrote it myself an 8-Queen s procedures, can give all the feasible solution
  3. 所属分类:

    • 发布日期:2017-12-28
    • 文件大小:26624
    • 提供者:linbirg
  1. hufftree

    0下载:
  2. 哈夫曼编码、译码程序- 鍝堝か鏇?code, translation program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-02
    • 文件大小:2370
    • 提供者:蔺超文
  1. y5FDFdf5

    0下载:
  2. 完美课程设计,哈夫曼编码-perfect curriculum design, Huffman coding
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:815
    • 提供者:蔡同学
  1. 实习5.2

    0下载:
  2. 哈夫曼编码,实现了哈夫曼编码中的编码,译码,以及打印的功能.-Huffman coding, achieving Huffman coding of encoding, decoding, and printing functions.
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:3628
    • 提供者:林一枝
  1. zz00

    0下载:
  2. 哈夫曼编码的C程序代码 不知道是不是正确的 是我转载别人的程序-Huffman coding in C code do not know if I am correct procedures reproduced others
  3. 所属分类:Document

    • 发布日期:2017-11-26
    • 文件大小:1244
    • 提供者:zz
  1. myprojects

    0下载:
  2. 哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现-Goldbach Conjecture, Huffman decoder, Hanoi tower problem, etc. VC++ Resolved, the realization of many algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:942235
    • 提供者:shijunqi
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com