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

搜索资源列表

  1. 用于数据流压缩的huffman算法源代码

    0下载:
  2. 用于数据流压缩的huffman算法源代码-data flow for the Huffman compression algorithm source code
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:17873
    • 提供者:wwww
  1. Huffman 算法的不同实现

    0下载:
  2. ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical
  3. 所属分类:密码/编码算法

    • 发布日期:2010-07-01
    • 文件大小:32702
    • 提供者:ray
  1. huffman

    0下载:
  2. 基于c的huffman的编码实现 该程序实现了经典的huffman算法 同时能够给出编码效率
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1051855
    • 提供者:路敬
  1. Huffman

    0下载:
  2. Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:348253
    • 提供者:石殿国
  1. huffman

    0下载:
  2. 实现huffman算法的编码与解码,先要建立hufstr.txt作为字符串的输入
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9175
    • 提供者:雪峰
  1. huff_stream.zip 用于数据流压缩的huffman算法

    0下载:
  2. 用于数据流压缩的huffman算法 ,Huffman algorithm used for data stream
  3. 所属分类:压缩解压

    • 发布日期:2017-11-08
    • 文件大小:16695
    • 提供者:
  1. huffman+-zip+-+unzip.rar

    0下载:
  2. huffman 算法实现 c语言的实现很实用 可以好好学习了 ,huffman algorithm c language can achieve very practical to learn the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:41519
    • 提供者:liu tian
  1. huffman.rar

    0下载:
  2. 实现哈夫曼树算法,用VS2005开发,并附有详细的文本说明!,Huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:9649
    • 提供者:成涛
  1. huffman-C

    0下载:
  2. 基于huffman算法的压缩/解压缩的程序源码。 Borland C++写的。 仅供参考学习,请勿作为盈利性程序。-Huffman compression code compressor and decompressor in Borland C++ 2.0 by Shaun Case, April 1991 Enclosed in this archive are two C programs that implement Huffman code compressi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:38960
    • 提供者:毕雪成
  1. huffman.rar

    0下载:
  2. 用优先队列实现霍夫曼编码,是对贪心算法实现的一个详细代码。输入文件是待编码文件,输出文件是各个字符编码信息。,Priority queue with the realization of Huffman code is a greedy algorithm to achieve a detailed code. Input file is to be encoded file, output file is all character encoding information.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:2130
    • 提供者:waterfly
  1. Huffman

    0下载:
  2. 数据压缩的huffman算法使用的是java实现的,可以参考-Huffman algorithm for data compression using java to achieve, can refer to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:2950717
    • 提供者:张俊男
  1. datastruct1

    0下载:
  2. 一些数据结构算法的例子,包括哈夫曼编码、图的表示、关键路径、最短路径等-Some examples of data structure algorithms, including Huffman coding, map, said the critical path, the shortest path, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:6562
    • 提供者:站长
  1. comp

    0下载:
  2. Huffman算法做的压缩解压程序-compress/uncompress program with Huffman algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-10
    • 文件大小:4653
    • 提供者:站长
  1. Cpp源代码

    0下载:
  2. 各种算法的c语言程序,包括huffman、线性表、栈、队列等--All kinds of algorithm program in C language, including huffman, lineartable, stack, queue etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-20
    • 文件大小:19406
    • 提供者:站长
  1. myhuffman33

    0下载:
  2. 使用半适应的huffman算法实现了文件的压缩和解压-use semi-adaptation Huffman algorithm document compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:241453
    • 提供者:dwa
  1. huffmanprogram

    0下载:
  2. 用matlab软件实现图像的编码和解码,并对解压后的图像是否失真进行测试,采用的算法是huffman算法,经调试无误后上传-Matlab software used to encode and decode images and extract the image to test whether the distortion using the algorithm is huffman algorithm, after the upload through debugging correct
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:4529
    • 提供者:李添翼
  1. Huffman

    0下载:
  2. 提供文本的无损压缩功能,利用霍夫曼算法实现,基于VS2005对话框。-Provide the text of the lossless compression function, the use of Huffman algorithm, based on the VS2005 dialog box.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-25
    • 文件大小:3811025
    • 提供者:Jim
  1. huffman

    0下载:
  2. huffman算法,c++编程语言实现,程序功能:实现文件的解压缩-huffman algorithm, c++ programming language, the program features: Extract the files ... ...
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:3460
    • 提供者:jay
  1. huffman

    0下载:
  2. 基于huffman算法的压缩解压小程序,mfc图形界面。-Huffman compression decompression algorithm based on small programs, mfc graphical interface.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:40690
    • 提供者:
  1. huffman

    0下载:
  2. 从大量文档中筛选出来的有关huffman编码的几篇比较经典的文章,包括huffman基本算法,快速算法总结及改进,适合初学者及想深入了解Huffman算法的人员。-some paper about huffman coding,fast huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1934690
    • 提供者:tornado
« 12 3 4 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com