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

搜索资源列表

  1. Huffman.rar

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

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

    0下载:
  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程序

    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. 实现了huffman编码的原理,简单易看懂,有注释(This code makes the implementation of the huffman code in a easy and understandable way and has comment.)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-03
    • 文件大小:32768
    • 提供者:angzhou365
  1. Huffman

    0下载:
  2. 实现哈夫曼编码,C语言实现,单文件直接编译运行。注册开通用,垃圾作品,课程作业(huffman coding The realization of Huffman encoding, C language, single file directly compile and run. Registered with the opening, trash, course work)
  3. 所属分类:数据结构

    • 发布日期:2018-01-03
    • 文件大小:11264
    • 提供者:Quasimo
  1. huffman

    0下载:
  2. 可以实现将txt文件进行huffman编码压缩(Txt files can be compressed by Huffman encoding)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:MaybeSilent
  1. Huffman

    0下载:
  2. 哈夫曼编码实现,通过二叉树数据结果实现,就这些了。(THE REALIZE OF HUFFMAN CODE BY C/C++.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:11264
    • 提供者:Alexin
  1. huffman

    0下载:
  2. Huffman压缩编码,对Huffman二叉树理解有一定帮助(Huffman compression coding)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:13631488
    • 提供者:花溅泪
  1. Huff

    0下载:
  2. 创建Huffman树以及进行Huffman编码打印Huffman树(Create a Huffman tree and print a Huffman tree with Huffman encoding)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-09
    • 文件大小:433152
    • 提供者:calmdownfor
  1. Huffman

    0下载:
  2. huffman编码译码,出现数字概率分析等(Huffman coding and decoding, digital probability analysis, etc.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:5120
    • 提供者:柯小南
  1. huffman编码

    0下载:
  2. input The number of weights n (n>1) is first entered. Then the N weights are entered in turn (the weight is a positive integer greater than 0). output Corresponding to the input n weight value, the corresponding encoding is output in turn.
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:天天团
  1. HuffmanCoding

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

    • 发布日期:2018-04-29
    • 文件大小: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. 所属分类:压缩解压

    • 发布日期:2018-04-30
    • 文件大小: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编程

    • 发布日期:2018-04-30
    • 文件大小: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 encoded codeword.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小: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 generally called the Huffman code.
  3. 所属分类:数据结构

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

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

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:望缺
  1. Huffman编码

    0下载:
  2. Huffman编码的仿真过程,附带注释,转载请标明原作者
  3. 所属分类:matlab例程

« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com