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

搜索资源列表

  1. haffman-code

    0下载:
  2. huffman coding relese
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6770
    • 提供者:korus
  1. huffman

    1下载:
  2. 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the ori
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1293513
    • 提供者:刘雨相
  1. Source+Code

    0下载:
  2. Huffman method comprees file wav
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:118930
    • 提供者:jefry
  1. Huffman

    0下载:
  2. huffman编码 基于对BMP格式图像的编码! 具体你们自己看看!-Huffman code
  3. 所属分类:Special Effects

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

    0下载:
  2. 哈弗曼编码 和 译码 ,包括统计明文的字符分配频率,建立哈弗曼树,编码和译码-the encoder and decoder of Huffmam code
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:639646
    • 提供者:吕正华
  1. code

    0下载:
  2. 介绍了霍夫曼编码及字典码,同时编写了两者的编码程序,包括了报告-Huffman coding and the dictionary describes the code, while the preparation of both coding procedures, including a report
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2275684
    • 提供者:刘艳芳
  1. Huffman

    0下载:
  2. huffman图像压缩编码的matlab代码,可以有效进行图像压缩,熵编码-huffman coding matlab code for image compression, image compression can be effective, entropy coding
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 树的哈夫曼编码。在文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。-Huffman tree. Each line in the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click for
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:175990
    • 提供者:项链
  1. huffman

    0下载:
  2. 本程序是姚敏那本图像处理书中的赫夫曼定理的源代码,经验证无误。此文档是.m文件的形式,可以直接用matlab打开-This procedure is that the image processing Yao Min Huffman Theorem book source code, proven correct. This document is. M file form that can be opened directly with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2649
    • 提供者:葛菲
  1. Huffman

    0下载:
  2. 此文件实现了对256*256像素的图片进行霍夫曼编码和解码的过程-This file use Huffman coding method to code and decode any 256*256 picture, turn out the result in binary code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2213
    • 提供者:alvin
  1. Huffman(s)

    0下载:
  2. 对图像进行霍夫曼编码,然后根据编码还原图像,并对编码质量进行统计评估-Huffman code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1818
    • 提供者:ty
  1. huffman

    0下载:
  2. HUFFMAN Builds a variable-length Huffman code for a symbol source. CODE = HUFFMAN(P) returns a Huffman code as binary strings in cell array CODE for input symbol probability vector P. Each word in CODE corresponds to a symbol whose probabili
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1404
    • 提供者:mohammad
  1. Huffman

    0下载:
  2. Huffman压缩的全部代码实现,包括Huffman树的构建代码和Huffman编码的实现和获取,以及压缩和解压缩的文件读写,包括界面的实现,完整的实现了Huffman压缩-Huffman compression to achieve all the code, including the building code Huffman tree and Huffman coding implementation and acquisition, as well as compression and
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:7702
    • 提供者:蔡恒毅
  1. huffman

    0下载:
  2. 这是数字图像处理中哈弗曼树进行编码的代码。-This is the digital image processing code Huffman encoding tree.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-02
    • 文件大小:14574461
    • 提供者:kyc
  1. huffman

    0下载:
  2. 基于Huffman树的压缩文件及解压文件源代码,可压缩txt,图片,音频等,但txt格式压缩率较高,其他格式压缩不明显(Huffman tree based compressed files and decompression file source code, compressed TXT, pictures, audio, etc., but TXT format compression rate is higher, other formats are not obvious compre
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:1697792
    • 提供者:岚爻
  1. huffman

    0下载:
  2. 该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码(Completely according to the characters in this method the probability to construct the vision "the average length of the shortest code word, sometimes called the best coding)
  3. 所属分类:matlab例程

  1. Huffman

    0下载:
  2. 哈夫曼编码小程序,可以对数据进行编码和解码,简单易上手(Huffman encoding small program, you can code and decode the data, easy to use)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1410048
    • 提供者:bbc123456
  1. C语言实现哈夫曼编码

    0下载:
  2. 利用C语言完整实现哈夫曼编码,语法简洁,较易理解。(The use of C language integrity Huffman coding, syntax concise, easier to understand.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-19
    • 文件大小:12288
    • 提供者:小T_00
  1. Huffman

    0下载:
  2. 霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。 GUI实现(The basic method of Huffman coding is to scan the image data first, calculate the probability of occurrence of various pixels, speci
  3. 所属分类:压缩解压

    • 发布日期:2017-12-29
    • 文件大小:10240
    • 提供者:花零。
  1. Huffman Coding__V1

    0下载:
  2. 全套哈夫曼编码实验报告及代码 Huffman Coding__V1.doc Huffman.cpp 引用论文——哈夫曼树带权路径长度简便算法.pdf(A full set of Huffman coding experiment report and code Huffman Coding__V1.doc Huffman.cpp)
  3. 所属分类:数据结构

    • 发布日期:2017-12-29
    • 文件大小:284672
    • 提供者:Nick_SYSU
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com