搜索资源列表

  1. HuffmanCode

    0下载:
  2. 赫夫曼编码的实现,可以按照字符的规定,生成相应的最优编码-Huffman coding to achieve, according to the terms of characters, generates the corresponding optimum encoding
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1160192
    • 提供者:祁鹏涛
  1. HuffmanCode

    0下载:
  2. 哈夫曼编码的C语言程序,其中采用了两种不同的方法实现编码-Huffman coding in C language program, which uses two different methods to achieve coding
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:643072
    • 提供者:ch
  1. HuffmanCode

    0下载:
  2. 对任意输入的字符串,生成哈夫曼树,并进行哈夫曼编码。-To implement Huffman coding on Java.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:John
  1. huffmanCode

    0下载:
  2. 基于huffman编码的压缩解压缩源代码,vs2005编译-Compressed and uncompressed source code based on huffman coding, vs2005 compiled
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:LIU Y
  1. HuffmanCode

    0下载:
  2. 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。为信息收发站写一个哈夫曼码的编译码系统,要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道 (即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。-The use of Huffman coding can greatly improve the information communication
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:16384
    • 提供者:gas
  1. huffmancode

    0下载:
  2. the C++ code of the huffman segement
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:菜菜菜
  1. huffmancode

    0下载:
  2. huffman编码与解码,基于C实现,读取输入,构造huffman树进行huffman编码,用于文件压缩。-huffman encoding and decoding, based on the C implementation, read input, construct huffman tree huffman encoding for file compression.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:15360
    • 提供者:MengruZhang
  1. HuffmanCode

    0下载:
  2. 使用散列和哈弗曼编码完成任意文本数据文件的加密和压缩,压缩率在50 以上-Huffman coding is completed using a hashing and encryption and compression of any text data file compression rate of 50 or more
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:47104
    • 提供者:贾锋
  1. Huffmancode

    0下载:
  2. 依据字符出现概率来构造异字头的平均长度最短的码字-On the basis of the average length of characters appear different prefix probability to construct the shortest codeword
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:葛格
  1. Huffmancode

    0下载:
  2. huffman压缩编码的实现 huffman压缩编码的实现 C# 使用huffman 树进行对文本文件的压缩编码实现 -huffman to achieve compression coding huffman to achieve compression coding
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:41984
    • 提供者:Eru
  1. huffmancode

    0下载:
  2. 设字符集为26个英文字母,设置其出现频度。先建哈夫曼树,显示每个字母的哈夫曼代码,在根据用户的输入翻译密码-The character set for the 26 English letters, set its frequency of occurrence. First built Huffman tree to display each letter Huffman code, based on user input passw
  3. 所属分类:汇编语言

    • 发布日期:2024-05-16
    • 文件大小:23552
    • 提供者:香雪海
  1. Huffmancode

    0下载:
  2. 着先通过 HuffmanTree() 函数构造哈夫曼树,然后在主函数 main()中自底向上开始(也就是从数组序号为零的结点开始)向上层层判断,若在父结点左侧,则置码为 0,若在右侧,则置码为 1。最后输出生成的编码-The first HuffmanTree () function to construct Huffman tree, and then main () main () the bottom up (that is,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:刘明
  1. huffmancode

    0下载:
  2. 哈夫曼编码,非最优编码做了功能实现,最优编码程序仍然存在问题-Huffman coding, non-optimal coding done function, the optimal coding process is still a problem
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:薛岳
  1. HuffmanCode

    0下载:
  2. 利用哈夫曼树进行 编译码系统的设计,主要功能包括统计字符频率,编译码和哈夫曼树的动态生成(Huffman tree encoding and decoding system design)
  3. 所属分类:界面编程

    • 发布日期:2024-05-16
    • 文件大小:8117248
    • 提供者:Bound_
  1. HuffmanCode

    0下载:
  2. 包含了哈夫曼编码与解码的源码,用codeblocks环境编译(Huffman encode and decode)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-16
    • 文件大小:246784
    • 提供者:vfv
  1. HuffmanCode

    0下载:
  2. 哈夫曼树编码,数据结构c语言版,哈夫曼树的编码程序,通过不同的权值获得不同的编码,值得参考(The program for the Huffman coding process, more detailed, the annotation is more, hope someone communicate with me!)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:
  1. HuffmanCode

    0下载:
  2. 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(In computer science and information theory, a Huffman code is a particu
  3. 所属分类:书籍源码

    • 发布日期:2024-05-16
    • 文件大小:1417216
    • 提供者:JinYan
  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-16
    • 文件大小:240640
    • 提供者:whuzsm
« 1 2 3 4 5 6 7»

源码中国 www.ymcn.org