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

搜索资源列表

  1. comp.zip

    0下载:
  2. Huffman算法做的压缩解压程序
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:4340
    • 提供者:
  1. huff_file.zip

    0下载:
  2. 用于文件压缩的huffman算法
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:14089
    • 提供者:
  1. huff_stream.zip

    0下载:
  2. 用于数据流压缩的huffman算法
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:16382
    • 提供者:
  1. HUFFMAN编码1

    0下载:
  2. 该程序为数据结构的一个很重要的算法,和容易掌握的!-procedures for the data structure of a very important algorithms, and easy!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6403
    • 提供者:邓斌
  1. 统计压缩算法

    0下载:
  2. 1. 实现任一种统计压缩算法(如:Shannon-Fano编码、Huffman编码、算术编码等),并对自定义文件进行压缩和解压,检验结果。 2. 采用C/C++编写程序 -1. The realization of a statistical compression algorithm (eg : Shannon-Fano coding, Huffman coding, arithmetic coding, etc.), as well as from the definition f
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13170
    • 提供者:陆俊
  1. huffmanFORdatastreamcompress

    0下载:
  2. 用于数据流压缩的huffman算法源代码,c++编写,程序十分简练-data flow for the Huffman compression algorithm source code, c preparation, the procedure was very concise
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16857
    • 提供者:郝春风
  1. Huffman(UsingC++)

    0下载:
  2. 本程序使用8种不同的方式实现了Huffman编码算法,使用Visual Studio .NET(建议使用VS .NET 2003或以上版本)打开Huffman.sln,编译生成并运行huffman.exe即可。-the procedures used eight different ways to achieve the Huffman coding algorithm, use Visual Studio.NET (recommended VS.NET 2003 or later) with
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:67550
    • 提供者:林铭
  1. huffman

    0下载:
  2. 实现了huffman算法的基本过程,生成了相应的huffman编码,给出了平均最短编码长度。-Huffman algorithm process to generate the huffman encoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:46146
    • 提供者:li
  1. Huffman-algorithm--experiments

    0下载:
  2. 基于Huffman算法的压缩软件设计实验,介绍了相关Huffman算法原理,并利用Java进行实现,有相应实验图作为对照!-Compression software design experiments based on the Huffman algorithm, introduced the Huffman algorithm principle, and use the Java implementation, as a control to the corresponding exper
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:115178
    • 提供者:独角之灵
  1. huffman

    0下载:
  2. 用huffman算法实现ASCAII文档压缩功能的实例程序,开发环境:VS2010.-Instances of program compression using huffman algorithm achieve ASCAII documentation functionality, development environment: VS2010.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-11
    • 文件大小:7504776
    • 提供者:Qiao He
  1. huffman

    0下载:
  2. 算法与数据结构-huffman 算法与数据结构实现huffman算法-Algorithms and Data Structures Algorithms and Data Structures-huffman huffman algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:164476
    • 提供者:jiliang
  1. Huffman

    0下载:
  2. 基于Huffman算法的简单c++文件编码和解码,适合初学者学习,对于输入的一串字符简单的压缩并解压-Simple c++ document encoding and decoding based on Huffman algorithm, suitable for beginners to learn, to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:246714
    • 提供者:LIjing
  1. Floyed-Huffman-prim

    0下载:
  2. 算法设计与分析课程中常用的一些算法,包括Floyed算法,Huffman算法、prim算法,单源最短路径算法,分数背包问题-Algorithm Design and Analysis course some commonly used algorithms, including Floyed algorithm, Huffman algorithm, prim algorithm, single-source shortest path algorithm, fractional knapsac
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:540647
    • 提供者:liyuqin
  1. Huffman

    0下载:
  2. 使用huffman算法对字符串进行压缩,显示压缩详情,压缩比-Use huffman compression algorithm for string display compression details, compression ratio
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:2876513
    • 提供者:Yin
  1. Huffman

    0下载:
  2. 利用Huffman算法实现的简单压缩程序,可以压缩各种格式的文件。-Use Huffman algorithm to compress various files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3708
    • 提供者:秦汉民
  1. huffman

    0下载:
  2. 基于Huffman编码的文件压缩设计:本次实验将文件中的字符作为结点,每个字符在文件中出现的频率作为结点的权值,采用Huffman算法构造Huffman树,将字符用尽可能短的二进制数位表示(频率越低,二进制数位越长),而不是用8位的ASCII码进行存储,已达到节省存储空间,压缩文件的目的。 程序设计的步骤如下: 1、统计需压缩文件中每个字符出现的频率; 2、将每个字符出现的频率作为叶子结点构建Huffman树,然后将树中结点引向其左孩子的分支标“0”,引向其右孩子的分支标“1”;
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:78022
    • 提供者:
  1. Huffman

    0下载:
  2. 利用Huffman算法编写的代码,能够实现压缩解压的功能-Huffman Coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:2650452
    • 提供者:刘用翔
  1. parctice3

    0下载:
  2. 一个简单的基于huffman算法的压缩程序(A simple compression algorithm based on Huffman algorithm)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-24
    • 文件大小:5653504
    • 提供者:Merriest
  1. huffman

    0下载:
  2. 基于赫夫曼树的压缩算法 二进制读入文件,对txt有较好压缩效果,而对MP4、pdf等已经被处理过的文件格式效果不不明显。但是是初学者很好的学习资料。(The compression algorithm based on Huffman tree Binary read into the file, TXT has a better compression effect, and MP4, PDF has been processed file format effect is not not
  3. 所属分类:压缩解压

    • 发布日期:2018-01-08
    • 文件大小:783360
    • 提供者:絮缘
  1. 赫夫曼算法C++

    0下载:
  2. 赫夫曼压缩算法的C++实现,可用于对字符串的压缩并计算压缩率(Huffman compression algorithm C++)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-10
    • 文件大小:401408
    • 提供者:12xx11
« 1 2 34 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com