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

搜索资源列表

  1. huffman

    0下载:
  2. bmp图像压缩 用哈夫曼算法实现的哦 很好用-bmp image compression with Huffman algorithm achieved good use
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:122986
    • 提供者:秦其天
  1. huffman

    0下载:
  2. c 语言实现的哈弗曼算法 用到二叉树的遍历-the c language Hafuman algorithm Use binary tree traversal
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:899
    • 提供者:vonirvana
  1. Huffman-coding

    0下载:
  2. Huffman编码实现压缩算法,带界面。功能较简单。C++编写。-Huffman coding to achieve compression algorithm, with the interface. Function is relatively simple. C++ writing.
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:176494
    • 提供者:wxy
  1. Huffman-algorithm

    0下载:
  2. 哈夫曼算法的源代码程序,很适合用来学习理解及提高,非常经典哦!-Huffman algorithm source code, it is suitable for learning to understand and improve, very classic Oh!
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:44980
    • 提供者:freezinging
  1. Huffman-enc-dec

    0下载:
  2. 实现了无损压缩算法:霍夫曼编码的编解码例子-Achieve a lossless compression algorithms: Huffman encoding codec examples
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:14752
    • 提供者:shangqingtao
  1. Huffman(win32)

    0下载:
  2. 使用哈夫曼算法实现的文本压缩工具。具有图形界面。-Huffman algorithm used for text compression tool. With a graphical interface.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-30
    • 文件大小:12996941
    • 提供者:宋志豪
  1. Huffman

    0下载:
  2. 数据结构实验之哈夫曼算法,欢迎下载指正。带有可执行程序-Experimental data structure of the Huffman algorithm.Welcome to download correction. With an executable program
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4388682
    • 提供者:李治
  1. Huffman-algorithm-code

    0下载:
  2. 哈夫曼树是一种树形结构,用哈夫曼树的方法解编程题的算法就叫做哈夫曼算法。树并不是指植物,而是一种数据结构,因为其存放方式颇有点象一棵树有树叉因而称为树。 最简哈夫曼树是由德国数学家冯。哈夫曼 发现的,此树的特点就是引出的路程最短。 概念理解:1.路径 从树中一个节点到另一个节点之间的分支构成这两个节点之间的路径。2.路径长度 路径上的分支数目称作路径长度。-Huffman tree is a tree structure, Huffman tree algorithm method to sol
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:7928
    • 提供者:Ryan
  1. huffman

    0下载:
  2. C++数据结构中哈夫曼函数的编写与实现,同时利用哈夫曼算法构建哈夫曼树-C++ data structure to achieve Huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1336
    • 提供者:沈国栋
  1. huffman

    0下载:
  2. 霍夫曼编码(Huffman Coding)是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。-Huffman coding (Huffman Coding) is an encoding is a lossless data compression entropy coding (right encoding) for the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:886
    • 提供者:刘金星
  1. huffman-code

    0下载:
  2. 程序的算法 1)先输入以下字符串和数组,其中sym为字符串中出现的信源符号,p为各符号出现的概率,seq为要进行编码的符号序列。如下所示: 2)初始各字符的区间:a[0,0.1),b[0.1,0.3),c[0.3,0.6),d[0.6,1.0) 3)利用以下公式计算区间的上下限: Li+1=Li+rangei*r_L Hi+1=Li+rangei*r_H -Program Algorithm 1) to enter the following string a
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1475
    • 提供者:小清
  1. Huffman-

    0下载:
  2. 采用哈夫曼算法对多媒体文件进行的压缩和解压缩。-Huffman compression and decompression algorithms using multimedia file compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-14
    • 文件大小:3159309
    • 提供者:岳紫菡
  1. Adptivate_Huff_C

    0下载:
  2. 用C实现的自适应Huffman算法 算法详细,包含编解码 适合初学者-Adaptive Huffman algorithm implemented in C Algorithm in detail, including the codec Suitable for beginners
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:16440
    • 提供者:
  1. Huffman-coding

    0下载:
  2. 这是一个实现哈夫曼编码的算法,可以有效解决不等长字符的压缩-This is a Huffman coding algorithm can effectively solve the compression of unequal length character
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:218309
    • 提供者:张恒
  1. Huffman

    0下载:
  2. 基于MATLAB的例程 实现HUFFMAN编码算法 不定长编码 基于不同符号的概率分布-Variable-length coding based on the probability distribution of different symbols based on MATLAB routines to achieve HUFFMAN coding algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1277
    • 提供者:shadow
  1. main

    0下载:
  2. 这个是一个用于Huffman算法来实现的解压与压缩的过程,四压缩算法中的经典算法之作。-this code is just for Huffman to realize
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3457
    • 提供者:bruscar
  1. Huffman

    0下载:
  2. 二进制文本文件的压缩——霍夫曼压缩算法的基本实现-Compression of binary text files- basically achieve Huffman compression algorithms
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:1014014
    • 提供者:Wu DL
  1. Huffman-KUAIPAI

    0下载:
  2. 数据结构上机代码,快速排序算法,哈夫曼编码算法-Data structure to native code, quick sort algorithm, Huffman coding algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:8594
    • 提供者:
  1. yasuo1

    0下载:
  2. 无损压缩技术,对HUFFMAN算法、ARITHMETIC算法、LZSS以及在LZSS基础上进行改进的LZSSD, LZSSB, LZHUF算法-Lossless compression technology, LZSSB HUFFMAN algorithm, ARITHMETIC algorithm, LZSS and LZSS on the basis of the improved LZSSD algorithm, LZHUF,
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:648
    • 提供者:testtt
  1. Huffman

    0下载:
  2. 采用C语言编写的huffman编码算法的实现,可以实现文件的压缩与解压-C language using Huffman coding algorithm, can achieve the file compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:3444
    • 提供者:张航
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 33 »
搜珍网 www.dssz.com