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

搜索资源列表

  1. huffman-

    0下载:
  2. 实现huffman编码,算出编码效率,输出平均码长。-encode the huffman
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 基于哈夫曼编码的思想进行文件的压缩处理 (1) 能够将一个文件进行编码压缩 (2) 能够将压缩的文件解码还原 -Huffman coding based on the idea for file compression (1) the ability to encode a file compression (2) to restore the compressed file decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:345298
    • 提供者:
  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. Huffman

    0下载:
  2. huofuman 压缩编码 描述如何用霍夫曼编码进行文件压缩-huofuman encode this code describles the detail how to compress for file using the huofuman algorithm
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 输入8个字符(数目可以自己设定,需要改动程序中N的值),注意空格也算字符,然后输入权值,会显示构造的霍夫曼树及每个字符的编码-Encode:enter 8 characters,then enter 8 numbers,this program will print the huffman tree and each char s code.
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. self contained Huffman encoder and decoder with CLI. Simple program written in C. The program encode text entered to a file. The file is used by the decoder to recover text.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2921
    • 提供者:DeamonKenji
  1. HUFFMAN

    0下载:
  2. HUFFMAN CODE ENCODE 哈夫曼编码和哈夫曼解码,内容比较详细,对学习这块的人有很好帮助。-HUFFMAN CODE AND ENCODE SOURCE CODE
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:132223
    • 提供者:user
  1. bianma

    0下载:
  2. 它的功能主要是进行霍夫曼编码,本程序利用的是一个向量来予以说明-Huffman encode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:787
    • 提供者:李明
  1. hufman

    0下载:
  2. Huffman encode source. Input the word and the frequency, and output encoded binary number.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:2099
    • 提供者:chulhyun
  1. huffman

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

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

    0下载:
  2. 哈弗曼编码,在matlab中实现,源代码-huffman encode
  3. 所属分类:matlab

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

    0下载:
  2. 小强的算法分析课程里面的代码-哈夫曼编码,实现代码,-Huffman encode
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:494074
    • 提供者:wlh
  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 encode
  3. 所属分类:matlab

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

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

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

    0下载:
  2. 霍夫曼编码&翻译 功能一是从文件读取一段文章并将其编码,功能2 将加密的文章还原- no.1 HUFFMAN encode no.2 tranceform huffman code to the capter
  3. 所属分类:Compress-Decompress algrithms

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

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

    • 发布日期:2017-04-02
    • 文件大小:16891
    • 提供者:张静文
  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 3 4 »
搜珍网 www.dssz.com