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

搜索资源列表

  1. huffman另类方案

    0下载:
  2. huffman 编码译码另类方案 ,所有权值有用户自定义,方便用户使用和自行决定-Huffman encoding decoding an alternative plan, ownership values are user-defined, user-friendly and to decide
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:45984
    • 提供者:bob
  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压缩解压算法源码 .rar-a Huffman compression decompression algorithm source code. Rar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17144
    • 提供者:张柏
  1. Huffman程序

    1下载:
  2. 为得到使电文总长最短的二进制前缀编码,则以n种字符出现的频率作权,设计一棵Huffman树,求出给定权值的字符对应的Huffman编码。-enable the message to be chief of the shortest prefix binary coding, while the n characters of frequencies for the right to design a Huffman tree, obtained the right to set the valu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9185
    • 提供者:张磊
  1. Huffman解码编码

    0下载:
  2. 使用vc++编写的一个实现huffman编码的程序,适用于数据结构中二叉树的相关程序设计-vc prepared by the use of a realization Huffman coding procedures applicable to the binary tree data structure of the design process
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:67644
    • 提供者:yhl
  1. huffman編碼

    0下载:
  2. huffman編碼,將.h檔放置include再將所有.c檔一起執行-Huffman coding, will be. H stall then placed include all. C together with the implementation of stall
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:45996
    • 提供者:neil
  1. huffman(c)

    0下载:
  2. huffman树可以通过输入的权值和结点值来唯一确定。然后根据最优二叉树原理来编码。左孩子的路径上记下0,右孩子记下1-Huffman tree can be imported duty and the right node only to determine value. According to the principle of optimal encoding binary tree. Children left on the path down 0 and the right note
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8451
    • 提供者:
  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(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-matlab

    1下载:
  2. 用MATLAB实现的Huffman编码的程序,可以很方便地实现无损压缩-MATLAB Huffman coding procedures, it is easy to achieve lossless compression
  3. 所属分类:matlab例程

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

    0下载:
  2. 一个huffman压缩解压算法源码,有具体的实现算法和代码注释.-a Huffman compression decompression algorithm source, a specific algorithm and code Notes.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:38905
    • 提供者:bitstar911
  1. stl-huffman

    0下载:
  2. implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved-implement Huffman algorithm with stl prio rity - queue, first you must have the file, then the result is saved
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:1773
    • 提供者:李明
  1. Huffman--encodeVC

    0下载:
  2. huffman 编码,对生物医学信号进行压缩编码! 解压后就可以运行! 用VC++语言编写!-Huffman coding, the biomedical signal coding! Decompression can run after! VC language!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:377384
    • 提供者:张甲杰
  1. huffman-src

    0下载:
  2. 8种不同的方式实现了Huffman编码算法,使用Visual Studio .NET(建议使用VS .NET 2003或以上版本)或 gcc 3-eight different ways to achieve the Huffman coding algorithm, Visual Studio.NET (recommended VS.NET 2003 or later) or gcc 3
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38150
    • 提供者:易飞扬
  1. huffman-0.7

    0下载:
  2. Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective. M
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:49562
    • 提供者:张森宁
  1. huffman(bite)

    0下载:
  2. 是matlab写的求解哈夫曼编码的程序。-is written in Matlab for Huffman coding procedures.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1645
    • 提供者:lyx
  1. Huffman霍夫曼编码源代码(VC)

    0下载:
  2. Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2280
    • 提供者:子顷
  1. Huffman

    0下载:
  2. huffman编码,输入对应的概率,可以输出码字和码长-Huffman coding, the probability of imported counterparts, can export code and code length
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11038
    • 提供者:徐晨
  1. leeou.huffman

    0下载:
  2. 实现对文本信息的统计后对其huffman编码-realization of the text information after its statistics Huffman coding
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1221
    • 提供者:柳俊峰
  1. huffman

    0下载:
  2. huffman树 我自己做的 比较简单 希望大家给予完善 -Huffman tree I do a simple hope that we can give sound
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10526
    • 提供者:yangliu
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com