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

搜索资源列表

  1. huffmandecodingandencoding

    0下载:
  2. 这是一个基于huffman编码的简单数据流压缩算法,只是一个方便学习huffman的算法-Huffman coding based on the simple data stream compression algorithm, convenience is a learning algorithm Huffman
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:196644
    • 提供者:余叶文
  1. Huffman_mfc

    0下载:
  2. 哈夫曼编码,基于MFC开发。哈夫曼编码为熵编码中的最佳方法之一,广泛用于各种数据压缩技术中。-Huffman coding, based on the MFC. Huffman coding for entropy coding one of the best ways, for a wide variety of data compression technology.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:201747
    • 提供者:canny06
  1. Huffman_C

    0下载:
  2. 用c实现Huffman编码,基于概率统计,压缩率较高-c achieve with Huffman coding, based on statistical probability, the higher compression rate
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2820
    • 提供者:xq
  1. Huffman

    2下载:
  2. 基于matlab的图像或者序列的哈夫曼编码及解码程序-Matlab-based image or sequence of Huffman coding and decoding procedures
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:51673
    • 提供者:章国艺
  1. Huffman

    0下载:
  2. 基于VC++6.0,利用哈夫曼编码对BMP图像进行编码并储存为*.huf格式的文件,同时也可对*.huf格式的文件进行解码,储存为*.bmp格式的图像-Based on VC++6.0, the use of Huffman coding to encode the image of BMP and saved as*. huf format, but also right*. huf decode the file format, stored as a*. bmp format images
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3712330
    • 提供者:ft5272633
  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_coding

    0下载:
  2. ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1037
    • 提供者:ria
  1. huffman_codeing_and_decoding

    0下载:
  2. 基于huffman编码的压缩与解压程序,huffman编码是信元编码的一种,用于无损压缩,这里给出一个压缩与解压程序-Huffman coding based on the compression and decompression procedures, huffman coding is a cell encoding for lossless compression, which gives a compression and decompression procedures
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1043
    • 提供者:李锋
  1. bianma

    0下载:
  2. 基于MATLAB的霍夫曼编码。包括MATLAB界面下生成的结果图。程序较C语言易懂,由于在MATLAB下实现,程序简洁。-Huffman coding based on MATLAB. Including the MATLAB interface to generate the results of Fig. Procedures easy to understand language than C, because under MATLAB, the program simple.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:65687
    • 提供者:张作
  1. Huffman

    0下载:
  2. 通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。-Through the process to achieve huffman encoding and decoding. Enter a string, statistical character frequency, the output huffman coding. Enter a code, based on pre-set decoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:968083
    • 提供者:许娜娜
  1. huffman

    0下载:
  2. huffman 压缩 解压。基于Huffman 编码的无损压缩(lossless data compression)和解压缩算法。 假设压缩和解压缩程序分别为huffmanEnc, huffmanDec。-huffman compression decompression. Lossless compression based on Huffman coding (lossless data compression) and decompression algorithms. Assuming
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:161046
    • 提供者:Yuan
  1. Huffman-coding

    0下载:
  2. 通信的数字化是它能与计算机技术和数字信号处理技术相结合的基础,而实现通信数字化的前提是信源能提供的各种用于传递的消息,例如语音、图像、数据、文字等都必须以数字化形式表示。而信源编码是数字通信系统中的重要组成部分,他是保证信号有效传输的一种重要方式。霍夫曼编码依据字符出现的概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,其优越的性能被广泛使用在数字通信系统中。霍夫曼编码已经成为数据压缩的灵魂算法。本文介绍了无失真编码算法的构造,霍夫曼编码的规则和特点,同时分析了对信源进行优化的方法,最后
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:59597
    • 提供者:郑华
  1. Huffman-coding-and-decoding

    1下载:
  2. 基于MATLAB的霍夫曼编码及解码源代码,可用于通信系统的MATLAB仿真-MATLAB simulation based on MATLAB Huffman coding and decoding source code can be used for the communication system
  3. 所属分类:Communication

    • 发布日期:2017-11-02
    • 文件大小:16788
    • 提供者:Gary
  1. huffman

    0下载:
  2. 基于静态huffman编码的文件压缩与解压-Huffman coding based on static file compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-23
    • 文件大小:114823
    • 提供者:张孟亭
  1. Huffman-Coding

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable length coding (VLC) kind. Huffman coding method proposed in 1
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:538451
    • 提供者:rivasherlock
  1. Huffman-coding-and-Compression--algorithm

    0下载:
  2. Huffman coding and Compression algorithm c++ code In computer science and information theory, a Huffman code is an optimal prefix code found using the algorithm developed by David A. Huffman while he was a Ph.D. student at MIT, and published in
  3. 所属分类:Education soft system

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

    0下载:
  2. 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。-Huffman coding (Huffman Coding), also known as Huffman coding is an encoding, Huffman coding is a var
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:311442
    • 提供者:ANDY
  1. Huffman-coding-CPP-and-MFC

    0下载:
  2. 基于C++和MFC的哈夫曼编码压缩软件的实现,-Based C++ and MFC Huffman coding compression software implementation,
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:5120
    • 提供者:zhanzhan
  1. huffman

    0下载:
  2. 根据随机生成的概率分布生成huffman编码(Generating Huffman coding based on randomly generated probability distribution)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:11264
    • 提供者:jzchenriver
  1. duplicate

    0下载:
  2. huffman coding based adaptive spatial modulation
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:27648
    • 提供者:kavana
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com