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

搜索资源列表

  1. hafuman

    0下载:
  2. 用c语言实现的哈夫曼编码的算法,内容简单精炼,适合c语言初学者学习。语言和算法都值得学习。-With the c language of the Huffman coding algorithm is simple refining, for beginners to learn c language. Language and algorithms are worth learning.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1774
    • 提供者:John
  1. Keyword

    0下载:
  2. 关键字排序算法,通过huffman树对所给的各关键字进行排序-Keyword sorting algorithm, through the huffman tree on which to sort the various keywords
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:6878
    • 提供者:韩丰
  1. datastructure

    0下载:
  2. 文件中包含一些算法,如哈夫曼算法,排序法,线索化二叉树等。还有迷宫问题。-File contains a number of algorithms such as Huffman algorithm, sorting method, Threaded binary tree and so on. There are mazes.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:8804
    • 提供者:piglet
  1. HuffmanCode

    0下载:
  2. Huffman 编码是第一个实用的无损压缩编码技术,经过了多年的不断改进,已经形成了系统的理论和方法。目前主要有两种类型的Huffman编码方式,即静态Huffman编码和动态Huffman编码。Huffman编码有着广泛的应用,但是不再是压缩算法的全部,而是被当作最终的编码方法。-Huffman coding is the first practical lossless compression coding technology, after years of continuous impr
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:4427
    • 提供者:杜秋国
  1. huffmancode

    0下载:
  2. 通过哈夫曼算法实现哈夫曼树编码,成功压缩和解压缩文件-Huffman code
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:150696
    • 提供者:LiLei
  1. LZ77-LZ78-HUF-ARI-LZW-RLE

    0下载:
  2. 此程序包括哈夫曼算法、算术算法、RLE算法、LZ77及LZ78算法、LZW算法等。-This program includes Huffman algorithm, arithmetic algorithms, RLE algorithm, LZ77 and LZ78 algorithm, LZW algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2478172
    • 提供者:左岸风景
  1. ME

    0下载:
  2. 基于哈夫曼算法的压缩程序,代码都是自己写的,文件格式也是自己设计的,只是压缩效率很低-Huffman compression algorithm based on procedures, the code is written in their own, file format is self-designed, but compression efficiency is very low ... ... ... ...
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:60917
    • 提供者:liqiang
  1. HuffmanCoding

    0下载:
  2. 在学习数据结构课程是哈夫曼编码的操作基本算法实现-Huffman
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:200377
    • 提供者:海洋
  1. mytree

    0下载:
  2. HUffman的算法,包括以索引的方式树形输出-HUffman algorithms, including the way the index tree output
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1173235
    • 提供者:陈昕宇
  1. TheDataCompressionBook2ndEditionMarkNelson

    0下载:
  2. 本书详尽描述了各类主要的压缩算法,包括LZW,哈夫曼,自适应哈夫曼,算术编码等-This book describes in detail the main types of compression algorithms, including LZW, Huffman, adaptive Huffman, arithmetic coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1535997
    • 提供者:飞飞
  1. Huffman_encode

    0下载:
  2. 这是一个霍夫曼编码的程序,是利用霍夫曼树等相关算法解决的。在程序中,随机产生的10个字符,利用子函数: HC=HuffmanCoding(HT,HC,w,3) 则可以获得每个元素的码字,存储的方式是通过一个指针的指针。-This is a Huffman coding process is the use of Huffman tree related algorithms to solve. In the process, the randomly generated 10 charact
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1741
    • 提供者:浪飞人海
  1. hafuman

    0下载:
  2. 建立哈夫曼树的c/c++程序算法 根据字母出现频率作为权值而建立的哈夫曼树,字母的出现频率存在数组里面-The establishment of Huffman tree c/c++ program algorithm based on letter frequency as the weights established Huffman tree, the frequency of letters exists inside the array
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1077
    • 提供者:王贺岁
  1. HFM

    1下载:
  2. 在Visual C++ 6.0环境下,利用C++语言实现霍夫曼压缩解压算法-In Visual C++ 6.0 environment, using C++ language Huffman compression and decompression algorithms
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-12-06
    • 文件大小:2048
    • 提供者:洋小子
  1. huffmancodinganddecoding

    0下载:
  2. 给出该程序的运行环境例如:windows ,linux,unix ,编译环境,如:vc++ 6.0等。 Huffman树算法实际应用于文件的编码、译码,其优点在于频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码各不相同。这些代码都是二进制码,且码的长度是可变的。-coding and decoding of huffman
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:142677
    • 提供者:张红
  1. Editor

    0下载:
  2. 这是一个关于数据结构与算法的源码,关于huffman的-This is a source of data structures and algorithms, on the huffman s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:74253
    • 提供者:franklin
  1. huffmantree

    0下载:
  2. 哈夫曼树的叶子结点个数的算法,运用了数据结构中哈夫曼树的建立等要素-Huffman tree algorithm the number of leaf nodes, using the data structure elements such as Huffman Tree Construction
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:589
    • 提供者:苏锐
  1. haffman

    0下载:
  2. 哈夫曼树编码算法的构造,使用C++语言设计实现。-huffman encoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1158
    • 提供者:shitou
  1. suanfa4

    0下载:
  2. 一些经典算法包括:磁盘文件最优存储问题,登山机器人问题,多元Huffman编码变形问题,多元Huffman编码问题,非单位时间任务安排问题,森林问题-Some classic algorithms including: the optimal disk file storage problems, climbing robot problem, multiple Huffman coding deformation, multiple Huffman coding problem, the or
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2378485
    • 提供者:榴莲飘飘
  1. Source

    0下载:
  2. 一共五个文件,是vc++图像处理程序,包括读取DIB,各种图像处理算法,huffman编码,等等,功能强大。-A total of five papers, is vc++ image processing procedures, including reading DIB, various image processing algorithms, huffman coding, so powerful.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1770706
    • 提供者:小天
  1. hafuman

    0下载:
  2. 哈夫曼树问题的实现,主要算法为二叉树的各种操作-Huffman tree, the realization of the problem, the main algorithm for the binary tree of various operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2190
    • 提供者:陈子杰
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 44 »
搜珍网 www.dssz.com