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

搜索资源列表

  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. 实现赫夫曼输的编码和译码功能把生成的树保存在一个文本里,编译时从中读取并编译-Implement Huffman encoding and decoding functions lose the generated tree stored in a text, the compilation from which to read and compile
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2039
    • 提供者:萧佳
  1. Huffman-Code

    0下载:
  2. 把story.txt转换为code.txt,然后读取code.txt,转换为decoding.txt,模拟了哈夫曼编码、译码的过程。-The story.txt into code.txt, then read code.txt, converted to decoding.txt, to simulate the Huffman coding and decoding process.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:17767
    • 提供者:kevin
  1. Huffman--coding-and--decoding

    0下载:
  2. 根据《数据结构》(严蔚敏)提供的算法,编写的HUFFMAN编译码程序,工行能做了一定的扩展。 可实现以下功能: (1)输入一段字符串,统计其中每个字符的频度 (2)求每个字符的HUFMAN-CODE (3)对(1)中的字符串译码 (4)对(3)中的译码再解码.-huffman coding and decoding program
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:8527
    • 提供者:lsh
  1. Huffman-encoding-and-decoding-tree

    1下载:
  2. 哈夫曼树编码解码,在程序中使用树结构,实现哈夫曼树,核心类:树结构类哈夫曼编解码器类;文本处理类;主程序类-Huffman encoding and decoding tree, the tree structure used in the program to achieve Huffman tree, the core categories: tree class class Huffman codec text processing classes main categories
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-12-08
    • 文件大小:8780800
    • 提供者:李聪
  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. 哈弗曼编译码器,可编译码、查单词出现频率、显示哈夫曼树、显示编码表-Ha Fuman codec can be encoding and decoding, checking the frequency of the word, showing Huffman tree coding table shown
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:23178
    • 提供者:
  1. HuffmanDecoding

    0下载:
  2. 利用二叉树数据结构实现对应的赫夫曼解码,运行良好。-Binary tree data structure using the corresponding Huffman decoding, run well.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:609
    • 提供者:林子牧
  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. hfm

    0下载:
  2. huffman 哈夫曼编/译码器 利用哈夫曼编码进行通信可以大大提高1言道利用率,缩短信息传速时间,降低传输成本。但是.这要求在发送端通过一个编码系统对待传数据预先编码.在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输俏息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 -huffman Huffman encoder/decoder to communicate using Huffman coding can
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1972
    • 提供者:尘封
  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. Huffman算法,能够对文件进行huffman编码,根据编码对源文件二进制编码、译码-Huffman algorithms, can file huffman coding, according to the binary encoding of the source file encoding, decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:5465
    • 提供者:yedq
  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

    0下载:
  2. 这是一个关于赫夫曼编码译码的应用示例代码-This is a Huffman code decoding application sample code
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:58712
    • 提供者:liuxianyue
  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. this function perform huffman coding and decoding on image by using matlab program -this function perform huffman coding and decoding on image by using matlab program ..
  3. 所属分类:matlab

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

    0下载:
  2. 哈夫曼算法及其应用 给定n个权值作为n个叶子结点,构造一棵二叉树,若带权路径长度达到最小,称这样的二叉树为最优二叉树,也称为哈夫曼树。哈夫曼编码是一种根据哈夫曼树对文件进行编码的方式。哈夫曼编码是可变字长编码的一种。本次课程设计是对一个已建文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:145465
    • 提供者:陈庆
  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 2 3 4 5 6 7 89 10 11 12 13 ... 30 »
搜珍网 www.dssz.com