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

搜索资源列表

  1. gezhongyasuo

    0下载:
  2. 多种视频压缩算法,包括霍夫曼编码,算术编码dct,jpeg,小波变换-A variety of video compression algorithm, including Huffman coding, arithmetic coding DCT, jpeg, wavelet transform
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:40944
    • 提供者:lucy
  1. HuffCompress

    0下载:
  2. 哈弗曼编码算法,C语言实现!实现文件压缩。哈弗曼编码算法,C语言实现!-huffman code, write by c.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4593
    • 提供者:lj
  1. ersgfregt

    0下载:
  2. 霍夫曼编码算法的C语言实现,包含完整的工程文件,编译通过。-Huffman coding algorithm in C language, contains a complete project file and compile.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:170681
    • 提供者:RAINY
  1. VBCrypto

    0下载:
  2. VBCrypto源码库大全源码,这是一个良好的编译算法,由如下算法组成:10种流行的加密算法(Blowfish, Twofish, Rijndael, Skipjack, Serpent, Gost, RC2, RC4, TEA, DES, 3DES, 3DES112, DESE, CAST5, IDEA),6种流行的单一的哈希算法(MD2, MD4, MD5, SHA, SHA256, RipeMD)以及一个huffman压缩算法。-The VBCrypto source libraries
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:563158
    • 提供者:盖小圈
  1. huffmantree

    0下载:
  2. C语言实现的huffman数算法 怎样有一组关键字构造huffman树-C program huffman code form a group of key to huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1416
    • 提供者:yangzheng
  1. suanfa

    0下载:
  2. 通过例证来实现熵编码的各种算法 如:霍夫曼编码、算术编码和游程编码-Illustration to a variety of entropy coding algorithms: Huffman coding, arithmetic coding and RLE
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:3821228
    • 提供者:xiqoqing
  1. Huffman_pdf

    0下载:
  2. 范式哈夫曼算法的分析与实现(论文全文) 摘要:全面介绍了范式哈夫曼算法的理论基础和实现方式。详细讨论了编码位长计算、限制编码位长、解码优化、码表二次压缩等实现技术。并给出了一个切实可行的应用程序。 -Paradigm Huffman algorithm analysis (full paper) Abstract: a comprehensive introduction to the theoretical basis and implementation of the parad
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 范式哈夫曼算法的分析与实现(项目文件) 摘要:全面介绍了范式哈夫曼算法的理论基础和实现方式。详细讨论了编码位长计算、限制编码位长、解码优化、码表二次压缩等实现技术。并给出了一个切实可行的应用程序。 -The paradigm Huffman algorithm analysis and implementation (project file) Abstract: a comprehensive introduction to the theoretical basis and im
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:278329
    • 提供者:
  1. AdaptiveHuffmanCoding

    0下载:
  2. 如何使用可适应赫夫曼算法对图像进行压缩。很好地实例,希望对大家有帮助。-show you how to adaptive Huffman to compress an image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:10154
    • 提供者:钱鑫
  1. AdaptHuf

    0下载:
  2. 自适应霍夫曼编码算法,是压缩编码算法的一种,在霍夫曼编码算法的基础上改进得到的-Adaptive Huffman coding algorithm, a compression algorithm, and Huffman coding algorithm based on improved access
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:190137
    • 提供者:李华灿
  1. Lifting Wave Transform

    1下载:
  2. 此为基于二代提升小波的阈值压缩算法源码,其中可以设置小波变换的分解层数,使用的小波名称,及各层阈值设置计算公式中的参数。并将低频系数转化为十六进制,方便在其上进一步压缩,如采用Huffman压缩等,程序思路清楚,附有完整的注释,可以使用多种小波,并且很好得体现了二代小波的思想,对于初学小波者帮助很大。-。-based on the second generation of this upgrade wavelet compression algorithm threshold source,
  3. 所属分类:matlab例程

    • 发布日期:2013-10-02
    • 文件大小:12184
    • 提供者:徐立强
  1. Huffman_and_Data_Compression

    0下载:
  2. 用霍夫曼编码的方式实现对一个文本文件的编码和解码。本程序产生的编码后的文件应该尽可能的小,解码后的文件应该和原来的文件是一样的。本算法的实现应该是高效的。 一些可能用到的数据结构和方法在下面列出。如果你发现另外一种更好的数据结或者方法,这很好,你并不需要用到任何特定的数据结构。 -Huffman encoding of the way to encode and decode a text file. This procedure produced encoded files shoul
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2682
    • 提供者:frankie
  1. HaffmanCode

    0下载:
  2. 1、了解文件的概念。 2、掌握线性链表的插入、删除等算法。 3、掌握Huffman树的概念及构造方法。 4、掌握二叉树的存储结构及遍历算法。 5、利用Huffman树及Huffman编码,掌握实现文件压缩的一般原理。 -1, understand the concept of the file. 2, to grasp the linear list of insert, and delete). Three, to grasp the concept and structu
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2187
    • 提供者:shuting
  1. asd

    0下载:
  2. huffman动态算法,注视详细绝对实用可靠,希望对大家有所帮助-Dynamic Huffman algorithm detailed, look absolutely reliable and practical, and they hope to help everyone
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:98404
    • 提供者:asdfghjkl
  1. HuffmanTree

    0下载:
  2. 根据哈夫曼算法,建立哈夫曼树时,可以将哈夫曼树定义为一个结构型的一维数组HuffTree,保存哈夫曼树中各结点的信息,每个结点包括:权值、左孩子、右孩子、双亲-Huffman algorithm Huffman tree is created, the Huffman tree is defined as a structure of one-dimensional array HuffTree, save the information of Huffman tree nodes, each
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:894
    • 提供者:lirunmin
  1. BHR

    0下载:
  2. BHR(BWT,Run Length Coding,Huffman组合)压缩和解压算法,基于文件流。-BHR compress algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-01
    • 文件大小:733787
    • 提供者:yancong
  1. Exp4_Huffman

    0下载:
  2. 算法设计与分析中的哈夫曼算法,C++源程序-Algorithm design and analysis of the Huffman algorithm, C++ source
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1340
    • 提供者:omic
  1. 312010

    0下载:
  2. 1.掌握二叉树的基本概念和性质 2.掌握创建和构造二叉链表的算法 3.掌握二叉树链表存储基础的的三种递归遍历算法和非递归算法。 4.掌握计算二叉树的结点、二叉树的深度和二叉树的叶子结点数等算法。 5.掌握huffman树的构造和编码。 实验要求:(1)理解二叉链表的初始化、二叉树空的判断;(2)理解二叉树的遍历算法,掌握其应用。 -A. Grasp the basic concepts and properties of the binary tree. Master t
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:20735
    • 提供者:刘国佳
  1. Data-structure-experiments

    1下载:
  2. 数据结构8个实验完整源码+可执行程序 +95个其他程序源码+ 数据结构课程设计报告 C语言程序设计题附答案 C语言课程设计 实验2 顺序查找 排序 实验3 顺序栈基本操作 实验4 顺序循环队列基本操作 实验5 二叉树的建立及遍历 实验6 哈夫曼树的创建及编码 实验7 图的创建及遍历 实验8 查找与排序算法 推箱子游戏 -Complete source of data structures eight experimental the th
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1861189
    • 提供者:何沙沙
  1. huffmanT-code

    0下载:
  2. 利用哈弗曼树的算法实现文件的压缩与解压缩,字符编码、译码-huffman tree compress and uncompress
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:279749
    • 提供者:乔建国
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 44 »
搜珍网 www.dssz.com