搜索资源列表

  1. Huffman.rar

    0下载:
  2. 十种huffman编码方法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:35065
    • 提供者:
  1. 哈夫曼编码

    3下载:
  2. 这是用matlab编写的一个程序,用来对一维概率向量进行二进制哈夫曼编码。 程序倒不难编,自我感觉思路还是比较清晰。主要是为了和大家多交流。恳请大家的宝贵意见!

    这是第一次上传。请多指教!

    上次设置收费并不是我认为我的程序有多好,只是第一次上传,看看这里的消费水平怎么样。特此说明!

  3. 所属分类:密码/编码算法

    • 发布日期:2008-04-01
    • 文件大小:1098
    • 提供者:413769361
  1. huffman 方案3

    0下载:
  2. huffman 编码译码器的实现。可以完整实现由用户输入字母进行编码和译码,使对网络通信的模拟-Huffman coding decoder realized. Integrity can be achieved by user input letters coding and decoding, the analog network communication
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:42051
    • 提供者:bob
  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. 为得到使电文总长最短的二进制前缀编码,则以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, obta
  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 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。
  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 (recommend
  3. 所属分类:压缩解压

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

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

    • 发布日期:2008-10-13
    • 文件大小:4155
    • 提供者:wl
  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下载:
  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编码的实现,仅供参考
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:39495
    • 提供者:xiexiaoyang
  1. HuffmanCoding

    0下载:
  2. 文本信号的信源编码,利用MATLAB编程实现Huffman编码。(The source code of the text signal is coded by MATLAB programming.)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:最爱康小豆
  1. huffman

    0下载:
  2. 使用C++语言实现了huffman的编码和解码功能,对于霍夫曼树和加密解密有深入的了解(Using the C++ language to implement the coding and decoding functions of Huffman, we have a deep understanding of the Hoffman tree and encryption decryption)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:445440
    • 提供者:Burylight
  1. HuffmanCode张书铭2014302590080

    0下载:
  2. 该程序基于C语言,采用Huffman编码的方式,对一个文档中的文字内容进行压缩。(The program is based on the C language and uses Huffman coding to compress the text content in a document.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:240640
    • 提供者:whuzsm
  1. Test3

    0下载:
  2. 1 输入:信源符号个数r,以及r-1个信源的概率分布p; 2 输出:每个信源符号对应的Huffman编码的码字(The 1 input is the number of source symbols R, and the probability distribution P of R-1 sources. 2 output: each source symbol corresponds to the Huffman encode
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:5090304
    • 提供者:鲸鱼和机遇
  1. Huffman编码树

    0下载:
  2. 该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码。(This method is based on the probability of character appearance to construct the shortest mean length of the head, sometimes called the best encoding, which is gene
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:PLEASE
  1. huffman

    0下载:
  2. 实现huffman 编码和文件的压缩解压(Implement the compression and decompression of Huffman code and file)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:望缺
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org