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

搜索资源列表

  1. 1.huffman-CPP

    0下载:
  2. huffman algorithm in C-huffman algorithm in C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:12636
    • 提供者:tonmaister07
  1. Huffman

    0下载:
  2. 实现了Huffman算法,能够输出一个字符串序列对应的每个自字符对应的Huffman编码值01串。-The file implements the Huffman algorithm in C++ ,which will output a sequence of strings corresponding to the frequency of each character in the string to the Huffman coding since the character corre
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:3653
    • 提供者:刘君
  1. HUFFMAN

    0下载:
  2. 数据结构之HUFFMAN算法, 数据结构之HUFFMAN算法-The data structure HUFFMAN algorithms, data structures HUFFMAN algorithms, data structures, the HUFFMAN algorithm of
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:139198
    • 提供者:马苏
  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.  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(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算法的简单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. Huffman

    0下载:
  2. 数据结构实验之哈夫曼算法,欢迎下载指正。带有可执行程序-Experimental data structure of the Huffman algorithm.Welcome to download correction. With an executable program
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4388682
    • 提供者:李治
  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. Image Huffman Compression

    0下载:
  2. Image compression based on Huffman algorithm
  3. 所属分类:matlab例程

    • 发布日期:2014-05-31
    • 文件大小:357288
    • 提供者:Nathluu
  1. Huffman

    0下载:
  2. this code helps us to compress a text using huffman algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3547
    • 提供者:sahar.enit
  1. huffman

    0下载:
  2. huffman algorithm can be used for compression data in matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1372
    • 提供者:hala
  1. huffman

    0下载:
  2. Huffman算法是一种用来构造最优前缀码(Huffman编码)的贪心算法,java实现-Huffman algorithm is a kind of used to construct the optimal prefix code greedy algorithm (Huffman coding), the Java implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:46655
    • 提供者:小田
  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-coding-and-decoding

    0下载:
  2. 输入一组数据,并基于哈夫曼算法进行编码,显示,然后基于哈弗曼编码的算法进行解码并且显示-Enter a set of data, and based on the Huffman algorithm for encoding, display, and then based on the Haverman coding algorithm to decode and display
  3. 所属分类:software engineering

    • 发布日期:2017-12-12
    • 文件大小:5736617
    • 提供者:顾庆佳
  1. 哈弗曼

    0下载:
  2. 哈夫曼算法的简单功能实现,主要用于算法原理理解(Huffman algorithm, simple function implementation)
  3. 所属分类:数据结构

    • 发布日期:2017-12-24
    • 文件大小:3290112
    • 提供者:林悦
  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. Huffman

    0下载:
  2. Huffman coding is a lossless data compression algorithm. Huffman coding uses variable length code to represent a symbol of the source (eg a character in a file). The code is determined from an estimate of the probabilities of appearance of the source
  3. 所属分类:压缩解压

    • 发布日期:2018-04-30
    • 文件大小:55296
    • 提供者:manelb
« 1 2 3 4 56 7 8 9 10 ... 40 »
搜珍网 www.dssz.com