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

搜索资源列表

  1. HuffmanOptimalbinarytree

    0下载:
  2. 利用Huffman算法,构造最优二叉树,它是霍夫曼编码的基础。-Huffman algorithm is used to construct optimal binary tree, which is the basis of Huffman coding.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:564
    • 提供者:花脸的猫
  1. Compress

    0下载:
  2. 一个RLE/HUFFMAN/LZW的压缩算法类,可以对一段内存区进行压缩/解压缩、测试压缩比等操作。-An RLE/HUFFMAN/LZW compression algorithm classes can be a memory area compression/decompression, test compression ratio of such an operation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:4851
    • 提供者:ebeaza
  1. Huffman

    0下载:
  2. 哈夫曼编码包含代码及运行过程,含有算法的描述。-Huffman coding with code and running, containing algorithm descr iptions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:24086
    • 提供者:王娜
  1. Huffman

    0下载:
  2. Huffman编码的c实现 数据结构 算法设计-Huffman-encoded data structure, algorithm design c
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:33475
    • 提供者:vipzp
  1. huffman

    0下载:
  2. 自己写的哈弗曼树算法,希望能给大家一点帮助-Write your own Havermann tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:365198
    • 提供者:钟坚
  1. huffman

    0下载:
  2. 哈夫曼编码及译码实现--数据结构哈夫曼算法实现-Huffman coding and decoding achieve
  3. 所属分类:Data structs

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

    0下载:
  2. HUffman编码二叉树算法,能够对图像或文件进行Huffman编码-Huffamn
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:935
    • 提供者:小钱
  1. symplect

    0下载:
  2. 采用huffman算法实现图像压缩和解压-huuman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:859
    • 提供者:James_Cheung
  1. huffmancode

    0下载:
  2. 利用huffman算法进行的编码,主要采用基本循环实现,速度快。其中code文件为主程序。-Using huffman coding algorithm, the main use of the basic cycle of implementation, fast. In which the main program code file.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1286
    • 提供者:张雪雪
  1. Huffman_Operation

    0下载:
  2. huffman算法的另一种算法实现,可以与书上的算法对照,用于学习-huffman algorithm to another algorithm, the algorithm can be controlled with the book, for learning
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:188240
    • 提供者:lxg
  1. codingsystem

    0下载:
  2. 这是一个编码系统,包括图像配准,一维二维huffman编码,lz算法等。-This is a coding system, including image registration, one-dimensional two-dimensional huffman coding, lz algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:2022794
    • 提供者:周航远
  1. huffman_code

    0下载:
  2. huffman 压缩和解压算法,采用matlab编写,纯原创。-huffman compression and decompression algorithm using matlab prepared, pure originality.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:89496
    • 提供者:Li yuanzhang
  1. huffman

    0下载:
  2. 哈夫曼算法,构造哈夫曼树,有详细的介绍,本人纯C语言编写-huffman
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-13
    • 文件大小:718
    • 提供者:ybelieve
  1. huffman

    0下载:
  2. 本程序是基于Huffman编码算法对文件进行压缩的代码-It is a program based on the algorithm of Huffman for file compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:212663
    • 提供者:lisir
  1. huffman

    0下载:
  2. java语言实现的huffman树算法,数据结构中重要的算法,也是上课时候的课程作业。-java language of the huffman tree algorithms, data structures important algorithms, when the course is class work.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:30841
    • 提供者:祝美莲
  1. Huffman

    0下载:
  2. 通过Huffman编码,实现对文件(如文本文件)的压缩和解压。压缩后生成二进制文件。压缩效率高。C++版数据结构与算法的典型应用。-By Huffman coding, to achieve the file (such as a text file) of the compression and decompression. Compressed binary file generated. Compression efficiency.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:509267
    • 提供者:canyue
  1. Huffman

    0下载:
  2. Huffman,霍夫曼树算法实现,数据结构作业,第三次试验-Huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:121857
    • 提供者:zhuzi
  1. Huffman

    0下载:
  2. 通过哈弗曼压缩编码算法进行各种文件的压缩和解压缩-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:664628
    • 提供者:joke
  1. Briefintroducactionofhuffman

    0下载:
  2. Huffman(哈夫曼)算法在上世纪五十年代初提出来了,它是一种无损压缩方法,在压缩过程中不会丢失信息熵,而且可以证明Huffman算法在无损压缩算法中是最优的。Huffman原理简单,实现起来也不困难,在现在的主流压缩软件得到了广泛的应用。对应用程序、重要资料等绝对不允许信息丢失的压缩场合,Huffman算法是非常好的选择。-Brief introducation of huffman issue.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:6840
    • 提供者:潘龙宝
  1. HafmCode

    0下载:
  2. 哈夫曼编码,用来压缩文本和程序文件,我自己写的,通过了测试,很不错的一个算法-Huffman coding is used to compress text and program files, I wrote it myself, passed the test, an algorithm is very good
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:169853
    • 提供者:李自华
« 1 2 3 4 5 6 78 9 10 11 12 ... 33 »
搜珍网 www.dssz.com