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

搜索资源列表

  1. Huffman

    0下载:
  2. 哈夫曼编码 对电文进行编码 和解码功能 Huffman编码译码_模板_半空-Huffman coding to encode and decode messages Huffman coding and decoding _ _ empty template
  3. 所属分类:Data structs

    • 发布日期:2017-05-31
    • 文件大小:13321626
    • 提供者:王大飞
  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. Huffman编码和解码的C语言实现,编译已通过!-Huffman encoding and decoding of the C language, the compiler has passed!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3199
    • 提供者:qun
  1. Huffman

    0下载:
  2. 对一篇英文文章,统计各字符出现的次数,实现Huffman编码, 以及对编码结果的解码 -Of an article in English, statistics, the number of occurrences of each character, to achieve Huffman encoding, and decoding of the coded results
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:28856
    • 提供者:
  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. huffman-de

    0下载:
  2. 哈弗曼解码程序在matlab软件中的实现-huffman decode in matlab
  3. 所属分类:matlab

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

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

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

    0下载:
  2. 一个关于哈弗曼编码的课程设计 哈弗曼编码解码源文件-huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:10324
    • 提供者:deban
  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. Huffman

    0下载:
  2. 利用 Huffman 编码进行通信可以大大提高信道的利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据进行预先编码,在接收端进行解码。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/解码系统。-Communicate using Huffman coding can greatly improve the channel utilization, reduce transmission time information, reducing t
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. huffman编码,可以实现编码,解码,打印代码文件功能-huffman encoding, can encode, decode, print the code file function
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 实现了霍夫曼树的创建,对字符的编码,对字符的解码等基本操作。-Realized the creation of a tree, hoffman of character encoding, decoding of characters of basic operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:337457
    • 提供者:
  1. Huffman

    0下载:
  2. huffman霍夫曼的编码还有解码 ,很好的编码,是可以运行出来-huffman decoding Huffman encoding as well, good coding, can run out
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:451556
    • 提供者:张与
  1. huffman-encode

    0下载:
  2. 用matlab实现了huffman的编码和解码过程-Achieved using matlab huffman encoding and decoding process
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:215338
    • 提供者:高元媛
  1. huffman

    0下载:
  2. huffman编码与解码的实现,并对编码效率进行了计算-huffman encoding and decoding implementation, and coding efficiency was calculated
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:22212
    • 提供者:王鹏
  1. Huffman

    0下载:
  2. 哈弗曼编码 包括编码与解码-HuffMan coding, including encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1098201
    • 提供者:程序
  1. huffman

    1下载:
  2. 大学数据结构编程实验 C++ 哈夫曼编码与解码 文件输入输出-University of C data structures programming experiments Huffman encoding and decoding input and output files
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:985770
    • 提供者:虔诚
  1. Huffman

    0下载:
  2. 这是一个霍夫曼编码解码的源程序,C语言实现,自己编的,注释详细,可读性好.这个是基于对话框的.压缩包包括源程序文件,再vc中运希望对大家理解哈弗曼编码有所帮助-This is a Hoffman codec source code, C language, compiled their own, notes in detail, the readability is good. This is based on the dialog box. Compression bag includes a
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:12430
    • 提供者:焦焰斌
  1. huffman

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

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

    0下载:
  2. 简单的huffman编解码例子,对于初学者会有很大的帮助。-Simple huffman codec examples, for beginners, there will be a great help.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:664
    • 提供者:liuyupei
« 1 2 3 4 5 6 78 9 10 11 12 ... 22 »
搜珍网 www.dssz.com