CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Huffman DECODE encode

搜索资源列表

  1. HUF0000

    0下载:
  2. 霍夫曼算法编码、解压encode\\decode-Huffman coding algorithm, unpacked encode \\ decode
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10564
    • 提供者:@_@
  1. huffman_code

    0下载:
  2. huffman编码. 把一个英文字母,空格,句号.一共有28个 character. 先求每个字符出现的频率. 然后用频率对这个文件进行哈夫曼编码. 然后再进行解码. 运行的时候需要在VC++ 工程->设置->调试->程序变量里加E:\\sample.txt E:\\encode.txt E:\\decode.txt 然后把英文文件放到E盘里.名叫samole.txt, 还有在E里新件2个txt文件.名叫encode.txt,decode.t
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2632
    • 提供者:朴燕姬
  1. Huffman-encode-and-decode

    0下载:
  2. huffman 编码和解码, 它详细的写出了编解码的过程, 有助于你的学习哦-huffman encode and decode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:17477
    • 提供者:zz
  1. huffmanprogram

    0下载:
  2. 用matlab软件实现图像的编码和解码,并对解压后的图像是否失真进行测试,采用的算法是huffman算法,经调试无误后上传-Matlab software used to encode and decode images and extract the image to test whether the distortion using the algorithm is huffman algorithm, after the upload through debugging correct
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:4529
    • 提供者:李添翼
  1. lab1_eng

    0下载:
  2. Entropy and Huffman coding pdf explain some important steps to make encode and decode huffman code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:66328
    • 提供者:mohamed
  1. huffman_encode_and_decode

    0下载:
  2. 自己总结的huffman编解码,其中的源程序对从文件读取的数据进行霍夫曼编码,程序通过了验证-Huffman encode decode
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:13155
    • 提供者:张星
  1. Huffman

    0下载:
  2. This a program to encode and decode huffman code for strings. The input should be a text file with two dimentional string array.-This is a program to encode and decode huffman code for strings. The input should be a text file with two dimentional str
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:3116
    • 提供者:Santron
  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. 数据结构程序,用于通过哈夫曼树进行编码和译码。-Data structure program used to encode and decode Huffman tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3349
    • 提供者:xiaohe
  1. huffman

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

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

    0下载:
  2. 基于Huffman树的一个压缩算法,通过统计字符的出现频率构造Huffman树,然后进行编码和解码。包括源代码和测试样例-Huffman tree based on a compression algorithm, the frequency of statistical character of the Huffman tree structure, and then to encode and decode. Including source code and test the sample
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1087225
    • 提供者:leo
  1. MMS

    0下载:
  2. 给出输入文件content.txt,里面包含一段文字,编程实现哈弗曼编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,存在tree.txt中),解码后的结果输出到decode.txt。 -Given input file content.txt, which contains some text, programming Hafu Man coding method, the input files
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:52320
    • 提供者:zeng jiabei
  1. HuffmanCode

    0下载:
  2. 多媒体作业——huffman编解码及程序说明文档-mms homework-- include huffman encode and decode c++ file and explaination file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:52896
    • 提供者:yangtao
  1. huffmanencode

    0下载:
  2. 哈弗曼编码,给出输入文件content.txt,里面包含一段文字,编程实现上面选择的一种编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,具体数据结构及保存自己设计),将解码后的结果输出到decode.txt;-The Haffuman encoding given input file content.txt, which contains a paragraph of text, and progra
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:38002
    • 提供者:jygb007
  1. Huffman_and_Data_Compression

    0下载:
  2. 用霍夫曼编码的方式实现对一个文本文件的编码和解码。本程序产生的编码后的文件应该尽可能的小,解码后的文件应该和原来的文件是一样的。本算法的实现应该是高效的。 一些可能用到的数据结构和方法在下面列出。如果你发现另外一种更好的数据结或者方法,这很好,你并不需要用到任何特定的数据结构。 -Huffman encoding of the way to encode and decode a text file. This procedure produced encoded files shoul
  3. 所属分类:Data structs

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

    0下载:
  2. 霍夫曼编解码程序,仿真了huffman编码和解码-huffman encode decode
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:16891
    • 提供者:张静文
  1. encode-and-decode

    0下载:
  2. C++程序,实现文件的压缩与解压缩,用霍夫曼树压缩,VS2012平台-C++ program, file compression and decompression, compression Huffman tree, VS2012 platform
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:43619
    • 提供者:Joy
  1. software

    0下载:
  2. 数据压缩导论的对应软件代码.其中包括huffman decode /encode ,算术编码等。-Introduction to Data Compression  soft code,includle huffman decode /encode, and arithmetic coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-24
    • 文件大小:7847223
    • 提供者:lee
  1. HuffmanCode

    0下载:
  2. 包含了哈夫曼编码与解码的源码,用codeblocks环境编译(Huffman encode and decode)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-05
    • 文件大小:246784
    • 提供者:vfv
  1. huffman

    0下载:
  2. 霍夫曼编码的压缩解压,获得码长方法是moffat法。(The encode and decode with huffman code.)
  3. 所属分类:压缩解压

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:圆圆16138
« 12 »
搜珍网 www.dssz.com