搜索资源列表

  1. Huffman编码的算法及其实现。

    0下载:
  2. Huffman编码的算法及其实现。 这是一个实验报告,请采纳!-Huffman coding algorithm and its implementation. This is an experiment report, adopted!
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:fad
  1. huffman tree

    0下载:
  2. huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Huffman tree Problem descr iption : Let a message different frequency of the characters, in order to enhance
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:李明
  1. 统计英文文章的字符个数并huffman编码

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

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:李韦纬
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:张磊
  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. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:619520
    • 提供者:yhl
  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. 所属分类:压缩解压

    • 发布日期:2024-05-14
    • 文件大小:67584
    • 提供者:林铭
  1. huffman

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

    • 发布日期:2024-05-14
    • 文件大小:38912
    • 提供者: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

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:李明
  1. Huffman--encodeVC

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

    • 发布日期:2024-05-14
    • 文件大小:376832
    • 提供者:张甲杰
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:37888
    • 提供者:易飞扬
  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 perform
  3. 所属分类:压缩解压

    • 发布日期:2024-05-14
    • 文件大小:49152
    • 提供者:张森宁
  1. huffman(bite)

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

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:lyx
  1. Huffman

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

    • 发布日期:2024-05-14
    • 文件大小:222208
    • 提供者:徐晨
  1. leeou.huffman

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

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:柳俊峰
  1. huffman

    0下载:
  2. huffman算法 包含huffman算法的编码及解码源程序以及LZW算法的编解码-Huffman algorithm contains Huffman coding algorithm and the decoder and the LZW algorithm source code The codecs
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:58368
    • 提供者:欢欢
  1. huffman

    0下载:
  2. 一个哈夫曼编码,我是新手,随便做个玩,请大家别笑话我.-a Huffman coding, I greenhorn casually Be play, no one I joke.
  3. 所属分类:压缩解压

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

    0下载:
  2. 数据结构中最优二叉树Huffman编码的实现,仅供参考-Optimal binary tree data structure of Huffman encoding realize, for reference only
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-14
    • 文件大小:38912
    • 提供者:xiexiaoyang
  1. huffman

    0下载:
  2. huffman编码实现文本文档的压缩和解压缩,简单好用-huffman encoding text documents realize the compression and decompression, easy-to-use
  3. 所属分类:压缩解压

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:li
  1. adaptive-huffman

    0下载:
  2. 自适应的哈夫曼编码程序,包括屏幕输出和文件保存。-Adaptive Huffman Coding procedures, including the screen output and save the file.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:陈文杰
  1. huffman

    0下载:
  2. 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中-Static Huffman coding, the document read from file.txt characters, statistics, and coding, the output of the huffman-u.txt
  3. 所属分类:压缩解压

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:陈文杰
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org