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

搜索资源列表

  1. Huffuman

    1下载:
  2. 是一种采用哈夫曼算法的图像压缩算法,是一种无损压缩,希望对大家有所帮助-A lossless image compression algorithm using Haffman coder. Hope to be helpful.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:408.85kb
    • 提供者:孟庆洋
  1. Huffman_JJCH

    0下载:
  2. 老问题,Huffuman编码,对任意的文本文件进行编码,输出到文件,同时可以对编码文件进行解码-old question Huffuman coding, right arbitrary text files encoded output to a file. the encoder can also decode documents
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.18kb
    • 提供者:纵横四海
  1. bcl-1.2.0

    0下载:
  2. 基本压缩解压功能大全.包括Huffuman算法,RLE算法,LZ算法,rice算法,shannon算 法.带有测试文件.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:243.5kb
    • 提供者:hyeewang
  1. hf

    0下载:
  2. huffuman编码程序。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.79kb
    • 提供者:dadaball
  1. huffuman

    0下载:
  2. 也是数据结构课上做的小程序~呵呵,哈夫曼译码解码器
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.57kb
    • 提供者:marco
  1. STBGWX

    0下载:
  2. Lzw数据压缩算法的源代码,使用c语言实现的 .包括Huffuman算法,RLE算法,LZ算法-Data compression algorithm Lzw source code, use the c language of implementation. Huffuman algorithm include, RLE algorithm, LZ algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:1.14mb
    • 提供者:wuxin
  1. picture_compression

    0下载:
  2. c语言实现图像的huffuman编码压缩。使用了树的数据结构。-c language huffuman image compression coding. The use of a tree data structure.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:122.24kb
    • 提供者:lmy
  1. huffuman

    0下载:
  2. 程序功能:输入字符集,生成哈夫曼树,对文件进行编码译码,输出-Program features: input character set, generates Huffman tree, the file codec, output
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:11.54kb
    • 提供者:海洋
  1. huffman22

    0下载:
  2. 该代码的功能是在MATLAB上实现哈弗曼编码-The function of this code is realizing the Huffuman code in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:790byte
    • 提供者:子桬
  1. huffuman

    0下载:
  2. 程序设计 由C++实现的 哈夫曼编码器 内含代码-Huffman encoder containing code Programming in C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:484.98kb
    • 提供者:崔倩茹
  1. Huffuman

    0下载:
  2. 用C++实现数据结构中赫夫曼编码的经典算法-using c++ language to achieve the algorithm of huffman
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:8.4kb
    • 提供者:侯觉
  1. Huffuman

    0下载:
  2. 用哈夫曼算法实现文件的压缩编码、算法设计与分析-Huffman algorithm used for file compression, algorithm design and analysis
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1.09mb
    • 提供者:
  1. code

    0下载:
  2. 《信息论》中的赫夫曼编码的实现,其中还包括赫夫曼解码程序。-Huffuman code and decode with C++ compiler
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:24.8kb
    • 提供者:少韶
  1. huffuman

    0下载:
  2. 哈夫曼树实现中英文文本压缩 c++ MyEncode.exe压缩 MyDecode.exe解压-Huffman tree to achieve Chinese English text compression c++ MyEncode.exe MyDecode.exe
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:726.67kb
    • 提供者:litiantian
  1. Huffman-coding-and-recoding

    0下载:
  2. 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。-Huffuman coding and recoding
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6.28mb
    • 提供者:simon
  1. Huffuman tree

    0下载:
  2. 运用C语言实现经典的压缩算法——赫夫曼编码,供大家学习(Huffman encoding compression algorithm, using C language to achieve the classic, for everyone to learn)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:179kb
    • 提供者:Liz Yin
搜珍网 www.dssz.com