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

搜索资源列表

  1. 统计英文文章的字符个数并huffman编码

    4下载:
  2. a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2838
    • 提供者:李韦纬
  1. Huffman122

    0下载:
  2. 这是一个在VC++上开发的赫夫曼编码,可以运行!-in VC + + development on the Huffman coding, can run!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1299
    • 提供者:梦瑶
  1. HUFFMAN060510

    0下载:
  2. 这是一个在VC++上开发的赫夫曼编码,可以运行!-in VC + + development on the Huffman coding, can run!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1658
    • 提供者:梦瑶
  1. HUFFMAN

    0下载:
  2. Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1432
    • 提供者:吴明
  1. 产生huffman编码

    0下载:
  2. huffman产生哈夫曼编码的源代码. ... generate huffman code //i present the i th code, j present from leaf to root in huffman tree //hfdata ... 第3 楼 一种思想。-Huffman coding produce the source code. Generate Huffman code ... / / i present the i th code, j present from
  3. 所属分类:其它

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

    0下载:
  2. 赫夫曼实现编码译码C++环境下运行! -Huffman coding to achieve coding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:266770
    • 提供者:sunshengsan
  1. huffman

    0下载:
  2. 哈夫曼编码 数据结构课程设计 Delphi源码 -Huffman Coding Delphi Source Data Structure Course Design
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:25307
    • 提供者:
  1. huffman

    0下载:
  2. 这是用Delphi编写的霍夫曼编码问题,程序完整,可借鉴-It is written in Delphi Huffman coding problem, program integrity, to learn
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:182375
    • 提供者:wen
  1. hufman

    0下载:
  2. huffman coding of the bitstream
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:964
    • 提供者:sherry
  1. Huffman

    0下载:
  2. huffman编码生成器 函数说明: [W,L,q]=huffman(P) 为huffman编码函数 P为信源的概率矢量,W为编码返回的码字 L为编码返回的平均码字长度,q为编码效率 ***************************************** -huffman encoding function generator Descr iption: [W, L, q] = huffman (P) for
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:4829
    • 提供者:lijing
  1. Huffman-coding

    0下载:
  2. 哈弗曼编码,使用递归算法,实现哈弗曼编码-Huffman coding Recursive method
  3. 所属分类:source in ebook

    • 发布日期:2017-05-01
    • 文件大小:892246
    • 提供者:张伟
  1. Huffman-coding-and-decoding

    0下载:
  2. 在从键盘上输入字符时,只要是键盘上的字符任何字符都能接受,并能统计出输入的一串字符串中各个字符出现的次数,作为构建哈夫曼树时的各叶子结点的权值。 本程序同时具有译码功能 -Character input from the keyboard, as long as any of the characters in the character on the keyboard can be accepted, and the statistics of the number of occurr
  3. 所属分类:Compiler program

    • 发布日期:2017-11-12
    • 文件大小:6118
    • 提供者:mary
  1. huffman

    1下载:
  2. 读取文档进行哈夫曼树编码,分析字符出现的频数,进行Huffman编码并显示编码-Read documents Huffman coding
  3. 所属分类:assembly language

    • 发布日期:2015-07-13
    • 文件大小:2048
    • 提供者:李刚
  1. Huffman

    0下载:
  2. 实现霍夫曼编码和霍夫曼解码,并统计原文件中的各个字符出现的频率,将字符及其出现的频率保存至txt文件中,构建的霍夫曼树也将被保存至txt文件中。-Achieve Huffman coding and Huffman decoding and statistical frequency of each character in the original document that appears to save the characters and their frequency of occur
  3. 所属分类:Editor

    • 发布日期:2017-05-23
    • 文件大小:7668192
    • 提供者:
  1. Huffman

    0下载:
  2. 本程序通过将电文转换为赫夫曼编码,再将赫夫曼编码转换为电文,达到文件加密-This program converts messages by Huffman coding, Huffman coding and then converted to a message, to file encryption
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:143490
    • 提供者:施宙
  1. Shannon-and-huffman

    0下载:
  2. 实现了经典的香农编码与哈弗曼编码的编解码-Realized the classic Shannon and Huffman coding and encoding codecs process.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1848
    • 提供者:万倩芸
  1. Entropy-coding

    0下载:
  2. 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。-Entropy coding (entropy encoding) is a kind of the compressed by using the data statistics of the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:57374
    • 提供者:widy
  1. Huffman

    0下载:
  2. 哈夫曼编码:从键盘输入若干字符及每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出字符及对应的哈夫曼编码。-Huffman coding: the frequency of occurrence of several characters inputted the keyboard and for each character, the character appears as a frequency node weights, the
  3. 所属分类:assembly language

    • 发布日期:2017-12-12
    • 文件大小:3725
    • 提供者:LPS
  1. huffman

    0下载:
  2. 根据随机生成的概率分布生成huffman编码(Generating Huffman coding based on randomly generated probability distribution)
  3. 所属分类:书籍源码

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

    0下载:
  2. 详细介绍了哈夫曼编码的详细过程和实现,有需要可以下载(Detailed Huffman coding detailed process and implementation, there is need to download)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-05
    • 文件大小:367616
    • 提供者:CD651
« 12 3 4 »
搜珍网 www.dssz.com