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

搜索资源列表

  1. Huffman

    0下载:
  2. huffman 压缩算法-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1939741
    • 提供者:LNVI
  1. HuffMan

    0下载:
  2. 《算法导论》用visual studio 实现的哈弗曼编码-huffman
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:578043
    • 提供者:杨采凤
  1. vc-Huffman-encoding

    1下载:
  2. 这是一个关于哈弗曼编码的程序,里面包含了一些算法,对于哈弗曼编码理解非常有用!-this is a procedure about Huffman-encoding,some algorithm include!very useful for you to understand the Huffman-encoding!
  3. 所属分类:Data structs

    • 发布日期:2014-12-08
    • 文件大小:894976
    • 提供者:lianshao
  1. Huffman

    0下载:
  2. Huffman编码+贪心算法-Huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:634
    • 提供者:miss_xu
  1. huffman

    0下载:
  2. 算法与数据结构课程设计作业(赫夫曼树编译码器)详细代码-Data Structure Course Design (Huffman tree Codec)
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:4591
    • 提供者:罗成程
  1. huffman

    0下载:
  2. 用于实现c语言数据结构中哈夫曼编码的算法,并构造哈夫曼树-C language data structure used to implement the Huffman coding algorithm, and construct the Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:106592
    • 提供者:于鑫
  1. huffman

    0下载:
  2. 在解某些判定问题时,利用哈夫曼树获得最佳判定算法。输入学生人数和0-59、60-69、70-79、80-89、90-100各等级分布比例,输出比较次数。-Determined in the solution of certain problems, determine the best use of the Huffman tree algorithm. Enter the number of students and 0-59,60-69,70-79,80-89,90-100 distribu
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1324
    • 提供者:赵明敏
  1. Huffman

    0下载:
  2. 实现了霍夫曼编码,算法经典,代码简洁,稳定性高-Implements Huffman coding, the classical algorithm, code simplicity, high stability
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5320706
    • 提供者:zhangshuhao
  1. Huffman

    0下载:
  2. 哈弗曼编码,是平衡最小二叉树的经典例子,在加密算法中有广泛的运用-Ha Fuman coding, the binary tree is a classic example of the minimum balance in the encryption algorithm widely used in
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:10543
    • 提供者:ticktan
  1. Huffman

    0下载:
  2. 该算法可以实现huffman编码和解码,并在vc6.0环境下编译通过-The algorithm can huffman encoding and decoding, and in the environment compile vc6.0
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1546
    • 提供者:鲁蔷
  1. huffman

    0下载:
  2. 数据结构c语言版哈夫曼树算法-Data Structure c-language version of the Huffman tree algorithm
  3. 所属分类:Data structs

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

    0下载:
  2. 基于随机快速排序的哈弗曼编码 基于贪心算法-huffman bianma
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2031
    • 提供者:小磊
  1. Huffman

    0下载:
  2. 用哈弗曼算法实现文件的编码,其中利用一个buffer实现完整的编码-By Ha Fuman file encoding algorithm, which uses a buffer to achieve complete coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:367793
    • 提供者:JJWM
  1. huffman-compression-algorithm-code

    0下载:
  2. huffman压缩算法代码 huffman压缩算法代码-huffman compression algorithm code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2627
    • 提供者:Mr.Vergil
  1. huffman

    0下载:
  2. huffman编码。数据结构与算法课程设计的作业。全部通过。自己做的。-huffman coding. Data Structures and Algorithms course design work. All passed. Themselves.
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7811530
    • 提供者:ali
  1. Huffman

    0下载:
  2. C语言实现Huffan算法,对图像进行处理-C language Huffan algorithm, image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2640
    • 提供者:leeyg
  1. HuffmanTree

    0下载:
  2. Huffman树,用Huffman算法来编码-Huffman tree algorithm with Huffman coding
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 经典的算法,自己写的源代码,还加了注释的-Classical algorithms, write their own source code and added a annotation
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1276
    • 提供者:James
  1. huffman

    0下载:
  2. VC++基于哈弗曼算法的一个压缩和解压的VC例子,可视界面操作,可方便运用到程序里面。 -VC++ algorithm based Hafu Man an example of compression and decompression of the VC, visual interface operation, which can be easily applied to the program.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:22985
    • 提供者:madud00005
  1. Huffman--coding-and--decoding

    0下载:
  2. 根据《数据结构》(严蔚敏)提供的算法,编写的HUFFMAN编译码程序,工行能做了一定的扩展。 可实现以下功能: (1)输入一段字符串,统计其中每个字符的频度 (2)求每个字符的HUFMAN-CODE (3)对(1)中的字符串译码 (4)对(3)中的译码再解码.-huffman coding and decoding program
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:8527
    • 提供者:lsh
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 46 »
搜珍网 www.dssz.com