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. 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 encoding, can encode, decode, print the code file function
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码-Huffman coding (Huffman Coding) is an encoding, the Huffman tree ─ that is optimal binary tree, the minimum weighted path length of the binary tree, of
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:2214
    • 提供者:chenyuhao
  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. huffman

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

    • 发布日期:2017-05-06
    • 文件大小:1284878
    • 提供者:张念
  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

    0下载:
  2. 赫夫曼树的应用,该程序实现的是对已知的概率的字符进行编码。-The application of the Huffman tree, the program is to encode the character of a known probability.
  3. 所属分类:压缩解压

    • 发布日期:2017-04-17
    • 文件大小:224940
    • 提供者:tom
  1. huffman-encode

    0下载:
  2. 输入信源符号和概率,可产生哈弗曼编码。并得出编码效率,判定是否唯一可译等功能。代码是面向对象的思想编写。-Input source symbols and probability, can produce the hover tempting mann coding. And that the coding efficiency, the only thing you can determine whether the translation etc. Function. The code is
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:12093
    • 提供者:shaw
  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