CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - HUFFMAN算法

搜索资源列表

  1. xinxilun

    1下载:
  2. 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3455243
    • 提供者:chengshuai
  1. huffmancode

    0下载:
  2. 基于哈夫曼算法的压缩编码,支持文本文件的压缩,也可用于自生成的哈夫曼文件的解压 -huffman code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:103543
    • 提供者:min
  1. Code

    0下载:
  2. LZW和HUffman为这两者算法的实现,在Visual studio 2005 下编译通过 slnCompressFile 为DeflateStream类在 .NET 平台下的实现 slnGZip 为GZIPStream类在.NET 平台下的实现 -LZW and HUffman to both algorithm, compiled in Visual studio 2005 class by slnCompressFile to DeflateStream. NET platf
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:118082
    • 提供者:Squall
  1. suanfa

    1下载:
  2. 数据结构基本算法演示程序实现: 1、实现KMP模式匹配算法、哈夫曼编码算法、由遍历序列恢复二叉树、Prim算法、Kruskal算法、Floyd算法、Dijkstra算法、拓扑排序、关键路径算法、二叉排序树生成算法(含平衡化)、哈希表生成及哈希查找算法、希尔排序、快速排序、堆排序、归并排序、基数排序。(四则表达式计算、矩阵运算、有向图的强连通分量求解) 2、算法中的链表结构和数组结构的基本操作要求单独函数实现(同组内算法要求共享使用)。 要求数据结构基本算法演示程序具有菜单选择,算法要
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:20855
    • 提供者:dark
  1. DataStructureCourseDesign

    0下载:
  2. 数据结构是很重要的一门课程,此为数据结构课程设计实验时3个算法衍生的小程序:哈夫曼编码,交通咨询系统设计,通讯录管理。对初学数据结构的人很有帮助。-Data structure is very important to a course, this is the data structure of curriculum design experiments three algorithms derived from a small program: Huffman coding, the tra
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:338282
    • 提供者:陈杨
  1. compress_all

    0下载:
  2. 压缩解压代码,包括LZSS,LZW,Huffman,Arithmetic,LZARI,LZARI多种算法。-Compression decompression code, including LZSS, LZW, Huffman, Arithmetic, LZARI, LZARI a variety of algorithms.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:20403
    • 提供者:郭平湘
  1. compress

    0下载:
  2. 能够读取要被压缩的文件,能够保存压缩后的文件,使用字典压缩算法和霍夫曼编码压缩算法对文件进行压缩。 -compress a file in two method : directory and huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:67799
    • 提供者:
  1. compress

    0下载:
  2. 常见压缩算法(RLE,LZ77,Huffman等)导引-This is a compression tutorial. This purpose of this tutorial is not to show you how to crack compression, rather it is intended to show you how compression methods work, and can be adapted to programs that will reduce fil
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:13080
    • 提供者:guliqun
  1. Graphalgorithm

    0下载:
  2. 图论算法实现,含树,欧拉圈,霍夫曼编码,图的连通性,着色树,最短路径等,且采用加载皮肤界面,界面美观-Graph algorithms, including trees, Euler circles, Huffman coding, graph connectivity, coloring trees, shortest paths, and the interface with loads of skin, beautiful interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1145340
    • 提供者:zc
  1. layer3_huffman_c

    0下载:
  2. 哈弗曼解码的算法,是用VC++实现的,是学习算法的好资料。-Huffman encoder of MP3 music.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2636
    • 提供者:余亮
  1. 06treesbinarytrees

    0下载:
  2. 树和二叉树用途非常广发,有名的哈夫曼算法就可以用来制作压缩软件,大家好好好学习-Binary tree and uses a very widely distributed, well-known Huffman algorithm can be used to create compression software, we take a good learning
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:395394
    • 提供者:vans
  1. Haffmancode2

    0下载:
  2. 利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。-Algorithm using Huffman coding and decoding system, repeated display and process the following items until the opt-out so far.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1573
    • 提供者:pamier
  1. main

    0下载:
  2. 自己编写的数据文件的哈夫曼编码算法压缩程序,纯C语言编写,应该可以直接使用。-Write my own data file compression program Huffman coding algorithm, written in pure C, should be used directly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2543
    • 提供者:YinWenjie
  1. HuffmanClass

    0下载:
  2. 这是我改编的一个Huffman(哈夫曼)算法,通过VS2010测试,绝对能用。。。真给力 !-This is my adaptation of a Huffman (Huffman) algorithm, VS2010 test, absolutely can. . . Haha
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1254
    • 提供者:Zephyr
  1. bm

    0下载:
  2. 赫夫曼编码译码.doc..一种不错的编码压缩算法!-Huffman coding and decoding. Doc
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:112014
    • 提供者:gege2meimei
  1. HuffmanTree

    0下载:
  2. 数据结构霍夫曼树的实现,霍夫曼树 在数据结构与算法中,人们把最小带权路径长度的二叉树称为霍夫曼树或者最优二叉树-Huffman tree data structure implementation, Huffman tree data structure and algorithm, it is the right path with the minimum length of optimal binary tree or binary tree called the Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:431366
    • 提供者:dgj
  1. fuck

    0下载:
  2. 三个程序,一个是huffman编码的,一个是深度优先算法的-Three programs, one is huffman coding, a depth-first algorithm is
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-26
    • 文件大小:9002862
    • 提供者:彭少坤
  1. hfms

    0下载:
  2. 哈夫曼算法 哈夫曼树的存储和哈夫曼编码的存储 哈夫曼树的结点数-Huffman Huffman algorithm Huffman tree storage and storage nodes Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:26112
    • 提供者:严若林
  1. hafuman

    0下载:
  2. 运用哈夫曼算法实现压缩红楼梦问题,压缩率70 -Lou Huffman compression algorithm using the problem, the compression rate of 70
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3805339
    • 提供者:黄少斌
  1. tanxinsuanfa

    0下载:
  2. 贪心算法又被称为登山法,根本思想是逐步获得最优解,使用贪心算法选取那些最可能实现结果的解来考虑,即以逐步的最优达到最终的全局最优。哈夫曼算法是构造最优前缀码的贪心算法,以自底向上的方式构造表示最优前缀码的二叉树T,在算法中编码字符集中的每一字符c的频率为f(c),以f为键值的优先队列Q用在贪心选择时,有效地确定算法当前要合并的两棵具有最小频率的树,一旦两棵具有最小频率的树合并后,产生一棵新的树,其频率为合并的两棵树的频率之和,并将新树插入优先队列Q。-Greedy algorithm is a
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1792
    • 提供者:ss
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 44 »
搜珍网 www.dssz.com