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

搜索资源列表

  1. multiphufman

    0下载:
  2. 多元Huffman编码变形 问题描述: 在一个操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定在合并过程中最多可以有m(k)次选k 堆石子合并成新的一堆,2≤k≤n,合并的费用为新的一堆的石子数。试设计一个算法,计算出将n 堆石子合并成一堆的最小总费用。数据输入: 由文件input.txt 提供输入数据。文件的第1 行有1 个正整数n,表示有n 堆石子。第2行有n个数,分别表示每堆石子的个数。第3行有n-1 个数,分别表示m(k)(2≤k≤n)的值。 -Def
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:55208
    • 提供者:seabird
  1. 41695066wienerfilter2

    0下载:
  2. 内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding)、位平面编码、预测编码、DPCM、-Content: Chapter
  3. 所属分类:Wavelet

    • 发布日期:2017-04-10
    • 文件大小:1042
    • 提供者:eric
  1. hafuuanfashiyan

    0下载:
  2. 这是一个关于哈夫曼树算法的实现代码,我们算法课上的一个实验-This is a tree on the Huffman code algorithm, we have an algorithm class experiment
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:7795
    • 提供者:李媛
  1. ImageCompression

    0下载:
  2. 给出了一种基于小波分形的图像有损压缩方法.首先,利用小波变换将图像分解为不同频率的分量,然后采用分形迭代函数系统、Huffman树等方法对它们进行编码.实验表明,该算法在保证还原图像质量的情况下,有较高的压缩比.-Image Compression Bassed on Wavelet and Fractal
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:98461
    • 提供者:renye
  1. huffman_compress

    0下载:
  2. 基于哈夫曼算法实现的文件压缩和解压缩程序。用MFC编程实现,有界面,可以浏览选择要压缩或者要解压的文件。-Huffman algorithm based on file compression and decompression process. Programming with MFC, there are interfaces, you can browse option to compress or to decompress the file.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3832480
    • 提供者:刚娃子
  1. huffman_src

    0下载:
  2. 哈夫曼编码是数据传输压缩的重要算法,在数据传输的过程中举足轻重。-Huffman coding is an important data compression algorithm, in the important process of data transmission.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:20974
    • 提供者:Cico Young
  1. huffmancode

    0下载:
  2. 有关huffman编码的具体实现的源代码,算法参考严蔚敏版算法课本的huffmancode伪代码,供初学者参考-Concrete realization of the huffman encoding the source code, algorithm reference Yan Wei-min version of the textbooks huffmancode algorithm pseudo-code for beginners reference
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:920
    • 提供者:wangsa
  1. huffmantree

    0下载:
  2. 哈夫曼编码(用哈夫曼算法对树进行操作,创建和打印)-Huffman
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:806
    • 提供者:于梦玲
  1. compile

    0下载:
  2. 哈夫曼压缩算法,数据结构课程设计的时候做的-Huffman compression algorithm, data structure, curriculum design, when done
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11277
    • 提供者:张磊
  1. work

    0下载:
  2. 图像huffman编码程序,只对256色的图像有用,彩色图像会变成黑白图像,采用迭代算法一层一层的推出huffman编码-Image huffman coding process, only 256-color images useful for color image will become black and white images, using iterative algorithm level by level, the introduction of huffman coding
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:4400
    • 提供者:郭长勇
  1. jpegc

    0下载:
  2. 本文档实现了JPEG压缩算法,字组织比较简陋, 大体上分成 3 个部分. 压缩算法简介 1. 色彩模型 2. DCT (离散余弦变换) 3. 重排列 DCT 结果 4. 量化 5. 0 RLE 编码 6. 范式 Huffman 编码 7. DC 的编码 解码过程简述 8. 一个数据单元 Y 的解码 9. JPG 文件(Byte 级)里怎样组织图片信息 10. 关于标记 11. JPG 文件中 Haffman 表的储存
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:844086
    • 提供者:george
  1. HuffmanCoding

    1下载:
  2. 软件学院数据结构与算法分析实验报告 Huffman编码(二叉树应用)-School of Software Data Structures and Algorithm Analysis lab report Huffman coding (binary application)
  3. 所属分类:Other windows programs

    • 发布日期:2014-12-10
    • 文件大小:40896
    • 提供者:崔蓉
  1. 6-5-2

    0下载:
  2. 哈夫曼树的基本运算与实现的基本算法,对于数据结构初学者很有用 -Huffman tree basic operations and realization of the basic algorithm, for data structures useful for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1264
    • 提供者:qqswin
  1. huffmantree

    0下载:
  2. 可以建立函数输入二叉树,并输出其赫夫曼树。在上交资料中请写明:存储结构、 基本算法(可以使用程序流程图) 、输入输出、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法;-The establishment of Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1152
    • 提供者:吴天
  1. haffman

    0下载:
  2. 一个哈夫曼编码和译码程序 1、掌握树、森林和二叉树的概念和它们的特性以及它们之间是怎样相互转换的,理解二叉树的三种遍历:先序遍历、中序遍历和后序遍历,和树的两种遍历:先序遍历和后序遍历。 2、理解二叉树的基本运算算法实现以及它的非递归运算算法和层次遍历算法,了解二叉树的线索化及其它的应用。 3、掌握树和二叉树的几种存储结构以及它的构造,学会使用二叉链表实现二叉树的存储验证和设计相关算法。 -A Huffman encoding and decoding procedures fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:161833
    • 提供者:jingjing
  1. Huffman1

    0下载:
  2. 利用哈夫曼算法进行压缩文件或解压缩文件。-Huffman compression algorithm using the file or extract the files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:115678
    • 提供者:孙辰
  1. huffman_3

    0下载:
  2. 功能包括从文件中读取文章,将文章转换为哈夫曼编码,将哈夫曼编码还原,就是那几个基本算法的实现啦。 为了方便查看,这里输出的哈夫曼编码是1byte的,其实真正应该将其变为1bit存储,这样才能达到压缩的目的。-Features include articles to read from the file, the article is converted to Huffman coding, Huffman coding will be restored and that is the rea
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2393
    • 提供者:xiang
  1. HuffmanCoding

    0下载:
  2. 实现基于Huffman编码的压缩和解压缩算法-Based on Huffman coding to achieve compression and decompression algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1677
    • 提供者:陈陈
  1. TREE

    0下载:
  2. 建立一个简单的树应用系统。通过该系统实现树相关算法及其应用系统,包括树判别函数最小生成树、哈夫曼树和哈夫曼编码。要求有个良好的输出显示,同时给出相应的算法时间。内含报告,可直接运行。-The establishment of a simple tree applications. Through the system to achieve a tree-related algorithms and applications, including the minimum spanning tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:481356
    • 提供者:李莉
  1. ImageProcessing

    0下载:
  2. 各种图像处理算法的源代码,包括图像压缩(HUFFMAN编码,JPEG编码,小波变换),图像灰度变换,图像正交变换,边缘检测,图像水印-Various image processing algorithms source code, including image compression (HUFFMAN coding, JPEG coding, wavelet transform), image gray level transformation, image orthogonal transf
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:838158
    • 提供者:user
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 ... 44 »
搜珍网 www.dssz.com