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

搜索资源列表

  1. Huffman

    0下载:
  2. Huffman (1)I-初始化(赫夫曼树),建立赫夫曼树和各个字符的赫夫曼编码,将它们存入文件hfmTree.txt中; (2)E-编码:可选择A:对用户自己输入的字符进行编码 B:对文件ToBeTran.txt中原有的字符串进行编码 将编好的赫夫曼编码存入文件CodeFile.txt中; (3)D-译码:利用已建好的赫夫曼树对文件CodeFile.txt中的字符译码,将结果存入文件TextFile中; (4)Q-推出,结束程序;-Huffman (1)I-初始
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:418525
    • 提供者:陈笑
  1. huffman

    0下载:
  2. 对输入字符串进行哈弗曼编码并显示编码结果-Encode the input string and display the encoded result in Huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:143032
    • 提供者:曾怿竞
  1. huffman

    0下载:
  2. 使用哈夫曼算法对英文文本进行压缩和解压缩,有简单的界面和详细的说明。-Using the Huffman algorithm to compress and decompress the English text, a simple interface and detailed instructions.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:3549
    • 提供者:name
  1. huffman

    1下载:
  2. 任务:设计一个利用哈夫曼算法的编码和译码系统。 要求:建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。 “压缩文件”即:读文件、统计文件中的字符个数、对文件进行哈夫曼编码和译码、并将编码译码后的字符存储在文件中。 根据以上任务说明,设计数据结构,并设计程序完成功能。 -Task: Design a Huffman algorithm using coding and decod
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-04-25
    • 文件大小:108544
    • 提供者:王平
  1. huffman

    0下载:
  2. 哈夫曼树的建立,及应用,包括哈夫曼编码的简单实现-huffman established,application
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:204337
    • 提供者:姚瑶
  1. huffman

    0下载:
  2. 哈弗曼编码器,最优二叉树,带权的路径最短,对二叉树上的节点进行编号-the code of huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1666
    • 提供者:周阳
  1. huffman

    0下载:
  2. 哈夫曼编码与解码,了解哈夫曼编码的实现过程-Huffman code and encode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1284878
    • 提供者:张念
  1. huffman

    0下载:
  2. 基于C语言的最短编码--哈弗曼编码huffman(本人的信息论上机实验程序)-huffman encode
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:193600
    • 提供者:wangxun
  1. huffman

    0下载:
  2. 哈夫曼编码压缩解压缩软件,进行zip进行压缩和解压-Huffman encoding compression and decompression software
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:307906
    • 提供者:何月
  1. huffman

    0下载:
  2. Huffman code in java with 4 classes
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 哈弗曼编码。如果你想存储一些数据信息,可以通过此系统将其进行哈弗曼编码进行存储-Huffman coding
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. huffman编码是信息论课程设计和数据结构常用的编码,这里给出了4元和6元huffman的源代码-Huffman coding is information theory course design and the data structure of the commonly used code, this gives 4 and 6 yuan Huffman of source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:4471
    • 提供者:张心健
  1. Huffman

    0下载:
  2. 利用huffman算法,压缩文件夹里的所有文件。或将压缩后的文件解压到指定文件夹。-Using huffman algorithm, compressed all files int the folder. Or extract the compressed files to the specified folder.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:5699
    • 提供者:陈军
  1. huffman

    0下载:
  2. 用于文件压缩的huffman算法源代码,VC6可以编译的-The huffman algorithm for file compression source code, VC6 compile the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:16823
    • 提供者:netangels
  1. Huffman

    0下载:
  2. Huffman Coding algorithm in MATLAB
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1618
    • 提供者:John
  1. huffman

    0下载:
  2. 数据结构课程设计,哈弗曼编码课程设计,压缩文档-huffman tree code decode
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5723285
    • 提供者:魏源
  1. Huffman-Compress

    0下载:
  2. This is c# code to compress files by huffman algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1502409
    • 提供者:kourosh
  1. huffman.tar

    0下载:
  2. It is Swing application to make Huffman code. It uses Huffman alghoritm to build tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:8503
    • 提供者:Maciej
  1. huffman

    0下载:
  2. 用C实现的huffman算法,只有生成编码树的部分但是没有最后对文件进行编码输出。-implementation of huffman coding in C
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:165959
    • 提供者:Waifung
  1. Huffman-Fano-LZW-Shannon-CSharp

    0下载:
  2. this Source Code in Programed in C# and complete C# project is uploaded... 4 codding algorithms are programmed, huffman LZW fano and shannon-this Source Code in Programed in C# and complete C# project is uploaded... 4 codding algorithms are
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:111185
    • 提供者:
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com