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

搜索资源列表

  1. huffman(c++)

    0下载:
  2. 这是我们的课程设计,采用了7位压缩,可压缩英文 文本。功能蛮强的。-This is our curriculum design, using a seven compression, compressible and English texts. Function pretty strong.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:8790
    • 提供者:jiaquan
  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编码,基于VC6.0开发平台,是Huffman于1952年为压缩文本文件建立的。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:16982
    • 提供者:shen
  1. AdaptiveHuffmanEncode

    0下载:
  2. 有关自适应HUFFMAN文本压缩方面的代码
  3. 所属分类:压缩解压

    • 发布日期:2014-01-17
    • 文件大小:1766
    • 提供者:黄龙华
  1. huffman

    1下载:
  2. 哈夫曼编码:输入一个文本文件(英文文本),剔除其中的非英文字符,并将英文字符统一转化为大写字符,然后统计各个字符的出现概率。创建哈夫曼树,给出编码表(即各字符的码字)及编码效率(带权路径长度)
  3. 所属分类:其它

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

    2下载:
  2. 设计一个哈夫曼编码/译码系统,对一个文本文件中的字符进行哈夫曼编码,生成编码文件(压缩文件,后缀名.cod); 反过来,可将一个压缩文件译码还原成一个文本文件(.txt)。
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:7265
    • 提供者:haitty1009
  1. Huffman

    0下载:
  2. 利用哈夫曼编码实现对一个文本文件的内容加密,假设该文本文件只能包含小写字母、空格、逗号、和句号等字符。该程序是实现对文件中的字符进行编码、输出各个字符对应的编码、输出文件的哈夫曼编码。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9231
    • 提供者:hulinjie
  1. huffman.rar

    0下载:
  2. 实现哈夫曼树算法,用VS2005开发,并附有详细的文本说明!,Huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:9649
    • 提供者:成涛
  1. HUffman

    1下载:
  2. 根据信源压缩编码——Huffman编码的原理,制作对英文文本进行压缩和解压缩的软件。要求软件有简单的用户界面,软件能够对运行的状态生成报告,分别是:字符频率统计报告、编码报告、压缩程度信息报告、码表存储空间报告。-According to source coding- Huffman coding theory, the production of English text compression and decompression software. Require a simple soft
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:1826
    • 提供者:liu
  1. Huffman

    0下载:
  2. 提供文本的无损压缩功能,利用霍夫曼算法实现,基于VS2005对话框。-Provide the text of the lossless compression function, the use of Huffman algorithm, based on the VS2005 dialog box.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-25
    • 文件大小:3811025
    • 提供者:Jim
  1. HuffmanCoding

    1下载:
  2. 根据信源压缩编码——Huffman编码的原理,用VC++语言实现对英文文本的压缩。-According to source coding- Huffman coding theory, using VC++ language implementation of the English text compression.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1023
    • 提供者:清风细雨
  1. Huffman_Compress

    0下载:
  2. Huffman对文本文件编码压缩测试,可对文本文件进行简单Huffman编码,平均压缩比率为2/3.-Huffman Code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1512201
    • 提供者:凃螣霄尧
  1. huffman

    0下载:
  2. 实现文本压缩,huffman动态压缩实现-Text compression, huffman dynamic compression to achieve
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4807
    • 提供者:yangfeng
  1. Huffman

    0下载:
  2. 该仿真程序采用2个码元联合编码的方式对信源数据进行Huffman编码,最后给出了联合编码和单个码元编码以及定长编码的对比分析,并将编码的二进制数据和解码的数据输出为文本文件hcode.txt及hdecode.txt。-matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:19306
    • 提供者:xiaonaughty
  1. huffman

    0下载:
  2. 对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式-For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:5965
    • 提供者:julia
  1. Huffman

    0下载:
  2. 通过Huffman编码,实现对文件(如文本文件)的压缩和解压。压缩后生成二进制文件。压缩效率高。C++版数据结构与算法的典型应用。-By Huffman coding, to achieve the file (such as a text file) of the compression and decompression. Compressed binary file generated. Compression efficiency.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:509267
    • 提供者:canyue
  1. huffman-text-compression

    0下载:
  2. huffman文本压缩,利用huffman代码来压缩文本,压缩效率高-huffman text compression,Huffman code used to compress text, compression efficiency
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2095
    • 提供者:黄维良
  1. huffman编码以及文本文件压缩解压

    0下载:
  2. huffman编码以及文本文件压缩解压,这是树的数据结构应用,学数据结构会用到的,特别是做课设时候
  3. 所属分类:压缩解压

  1. 文本压缩

    0下载:
  2. 基于Python 编写的以Huffman和bwt两种方法编写的文本压缩程序(A text compression program written in Python written in both Huffman and bwt methods)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:jenny1229
  1. 基于哈夫曼编码的文本文件压缩与解压缩

    1下载:
  2. 使用哈夫曼编码的方法对文本进行压缩。可以是加密压缩,也可以是无密压缩(Huffman coding is used to compress the text. It can be encrypted compression or non dense compression)
  3. 所属分类:通讯编程

    • 发布日期:2020-08-27
    • 文件大小:5120
    • 提供者:LDW578712212
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com