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

搜索资源列表

  1. WinRAR3

    0下载:
  2. 用HUFFMAN算法实现压缩解压缩 MFC界面 有进度条-HUFFMAN algorithms to achieve progress bar compression and decompression MFC interface
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-10
    • 文件大小:8257667
    • 提供者:朱靖
  1. Huffman-code

    0下载:
  2. 数据结构中经典算法霍夫曼编码的实现,打印形式采用凹式打印-realization of Huffman code
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:5742
    • 提供者:kelsi
  1. 数据结构中哈夫曼数的生成实现算法

    0下载:
  2. 数据结构中哈夫曼数的生成实现算法,数据结构中经典算法-Huffman algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-10-31
    • 文件大小:1316
    • 提供者:王嘉竞
  1. huffman

    0下载:
  2. 哈夫曼算法 实现的时候我们用vector<bool>记录每个char的编码;用map<char,vector<bool>>表示整个字典-huffman algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:1294
    • 提供者:梁佩琳
  1. huffman

    0下载:
  2. 用matlab实现哈夫曼二元、三元编码,并对平均码长、编码效率、方差等进行运算,算法高效、容易理解-Matlab Huffman binary and ternary code, and the average yards long, coding efficiency, variance of operation, this method is efficient and easy to understand
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:17804
    • 提供者:江晨城
  1. Huffman

    0下载:
  2. C++编写的算法,利用Huffman对文件编码解码,压缩包中包括源代码和输入文件示例-C++ written algorithm using Huffman codec file compression package including source code and sample input file
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:209804
    • 提供者:jingjing
  1. huffyuvDecode

    0下载:
  2. Huffyuv是一个免费的、速度相当快的avi codec,Huffyuv采用了Huffman算法的无损压缩Codec-Huffyuv is a free, very fast avi codec, Huffyuv lossless compression Codec Huffman algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:450072
    • 提供者:黎明
  1. compression-and-decompression

    0下载:
  2. 这是一个基于Huffman算法的文件压缩与解压程序,也实现了文件压缩率的计算。上传文件里包括可执行文件、源代码和六组测试用例。-This is a Huffman algorithm-based file compression and decompression procedures, file compression rate calculation. Upload files, executable files, source code, and six groups of test ca
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-05
    • 文件大小:135482
    • 提供者:汪金
  1. huffman

    0下载:
  2. huffman编码C语言实现,项目开发中经常用到的算法。-The the huffman encoding C language, algorithms are often used in the development of the project.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:12566
    • 提供者:tang
  1. huffman

    0下载:
  2. 功能:用huffman tree去编码一个文档 算法:记录每次排序前的顺序从而构建树结构,用排序前位置为1记录各个节点-function:Encoding a document using huffman tree algorithm:records before each sort order to build the tree structure, sorted former position as a record of each node
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:18433
    • 提供者:鱼鱼仙人
  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-tree

    0下载:
  2. 根据严蔚敏的《数据结构》一书中的赫夫曼树算法实现的代码c-Huffman tree code c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:916123
    • 提供者:christy9088
  1. huffman

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

    • 发布日期:2017-11-08
    • 文件大小:22281
    • 提供者:李劲青
  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-source-code

    0下载:
  2. hufferman 霍夫曼编码 经典算法 代码实现-hufferman codeing
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:1510883
    • 提供者:孙慧慧
  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. 这是关于huffman编码的算法,输入权值,自动给出编码-This is about huffman coding algorithm, the input weights automatically given coding
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1001
    • 提供者:陈子文
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 46 »
搜珍网 www.dssz.com