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

搜索资源列表

  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、初始化:能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表:利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码:根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码:利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印:以直观的方式打印赫夫曼树(选作) 6、计算输入的字符串编码前和编码后的长度,并进行分析,讨论赫夫曼编码的
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1179910
    • 提供者:莫凡
  1. Huffman

    0下载:
  2. 这是一个关于霍夫曼编码与解码的c语言程序,功能强大,且使用-This is a Huffman encoding and decoding on the c-language program, powerful, and the use of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3034
    • 提供者:李杰
  1. HuffmanCode

    0下载:
  2. 利用Huffman编码实现对文件的的高效压缩,包括全部的编解码程序-Huffman Coding Using efficient compression of files, including all the coding and decoding process
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:491301
    • 提供者:张志林
  1. huffman

    0下载:
  2. 用于文本文件的哈弗曼编码和解码,可以通过该程序对文本文件进行编码-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:4526
    • 提供者:wangcheng
  1. Huffman

    0下载:
  2. 哈弗曼编码,解码的使用,Visual C-Ha Fuman encoding and decoding using, Visual C++
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:182181
    • 提供者:sunxiyan
  1. main

    0下载:
  2. huffman编码,包括huffman解码什么的,写得还算详细,自己看看吧-huffman coding, including huffman decode something, write fairly detailed look at it yourself
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2913
    • 提供者:jack
  1. HuffmanCode111

    0下载:
  2. 哈夫曼编码解码器,在matlab环境下实现的编码解码,希望对大家有用-Huffman codec in matlab environment to achieve the encoding and decoding, we hope to be useful
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:9527
    • 提供者:张涛
  1. MyHuffman

    0下载:
  2. 作为数据结构课程设计的赫夫曼编码解码器,功能功能强大,能压缩任意文本文件-Huffman code
  3. 所属分类:Data structs

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

    0下载:
  2. 数据的哈夫曼编码和解码程序,上次发的程序有错误,这个是改正版。-Huffman encoding and decoding of data procedures, the procedures made an error last time, this is the correct version.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5583
    • 提供者:YinWenjie
  1. huffman

    0下载:
  2. 霍夫曼编码,可以实现一个霍夫曼树的编写及解码-Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:958292
    • 提供者:高宝
  1. Huffmer

    0下载:
  2. 通过统计文件中各字符的出现频率,建立Huffman树,再通过建立的已经Huffman的树,对文件中各字符进行编码,将结果存入新的文件中,然后从文件中读取Huffman编码,进行解码,结果存入新的文件中,并与源文件进行比较。 -Through statistical document the frequency of each character, the establishment of Huffman trees, and through the already established
  3. 所属分类:Compiler program

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

    0下载:
  2. 一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -A complete system should have the following functions: (1) initialize a read from the t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:616584
    • 提供者:木易
  1. Huffman

    0下载:
  2. 数据结构中哈夫曼编码和解码以及排序的程序实现,用c来实现的-Data structure, and Huffman encoding and decoding procedures for sorting implementation to achieve with the c
  3. 所属分类:Data structs

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

    0下载:
  2. (1)根据所给的字符建立出哈夫曼树并由此获得哈夫曼编码,同时将哈夫曼编码存入hfmTree.txt文件中。 (2)利用建立好的哈夫曼编码将所给的文件编码,同时存入CodeFile.txt文件中。 (3)利用哈夫曼树及其编码将文件CodeFile.txt中的密码解码。同时将所需解码的文件以50字为一行输出,并输出解码后的文件。 -(1) According to the character of the establishment of a Huffman tree and thus
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码. 基本要求:一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -Section for any input in Eng
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:12713
    • 提供者:何杰
  1. huffman

    0下载:
  2. 霍夫曼编码,可以对txt文件霍夫曼编码并输出、解码输出-Huffman coding, Huffman coding can txt file and output, decoding output
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:20081
    • 提供者:k
  1. HuffmanTree

    0下载:
  2. 有关哈夫曼树编码解码的vc++程序,利用文件解决两机之间的编码解码-Huffman tree codec on vc++ program
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1527
    • 提供者:张雷
  1. huffman

    0下载:
  2. huffman二叉树的使用,并且可以对文件进行编码及解码的处理-huffman binary tree using
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:229125
    • 提供者:席玺
  1. huffmancoding

    0下载:
  2. 能够实现huffman编码的编码与解码功能-It can do huffman coding and encode huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:540389
    • 提供者:peizhongyou
  1. Huffman

    0下载:
  2. 用C++实现哈夫曼码的编码和解码,代码简单,调试方便-C++ implementation using Huffman encoding and decoding, the code is simple and convenient debugging
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1140973
    • 提供者:桂柯易
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com