CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - lossless coding

搜索资源列表

  1. 词典编码

    0下载:
  2. 词典压缩编码 在多媒体中数据量一般都比较大,为了更好的在网络上传输,采用的无损压缩编码-Dictionary Coding in multimedia data is generally larger than that in order to better the transmission on the network, using a lossless compression coding
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8.83kb
    • 提供者:引力
  1. 无损压缩中的熵编码

    0下载:
  2. 用c语言编写的无损压缩中的熵编码的编码和解码程序! 很实用的!-prepared by the lossless compression of the entropy coding coding and decoding process! Very practical!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:88.1kb
    • 提供者:wangxiujun
  1. huffmancodeanddecode

    0下载:
  2. 这是一个采用二进制进行Huffman编码的程序,主要用于图像的无损压缩。-This is a binary Huffman coding for the procedure, mainly for lossless compression of image.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:12.95kb
    • 提供者:xhyang
  1. MDCT

    1下载:
  2. MPEG MDCT的一些文章 A design on the vector-processor of MDCT-IMDCT algorithm for digital audio;A fast algorithm of integer MDCT for lossless audio coding
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.92mb
    • 提供者:dingying
  1. info469

    0下载:
  2. 本书内容由三部分组成。第一部分介绍信息论与信息科学的基本知识, 第二部分介绍 Shannon 信息论的基本内容,第三部分介绍信息论的应用。本书叙述力求通俗简练,较长的定理证明将通过指定参考书给出,各章附有习题与注解说明。对大型的练习,如无失真数据压缩编码、有失真图象压缩编码、调制编码及其他编码技术作者编制了若干个大型的练习试验,作为信息论理论教学的补充与尝试,有条件的学校可以开设。~..~-contents of the book consists of three parts. The fir
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.64mb
    • 提供者:孙荣超
  1. ECGCompressLossless

    0下载:
  2. 心电数据无损压缩代码 用到了游程编码 Golomb编码 差分编码等-Lossless Compression of ECG data the code uses a run-length coding Golomb coding differential coding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:43.11kb
    • 提供者:pantao
  1. encode_decode

    0下载:
  2. 对一个文件的内容进行有失真处理,然后对处理后的文件进行无失真编码和译码。对理解编码理论还有帮助!-The contents of a file handle with distortion, then the processed file lossless coding and decoding. Coding theory in understanding there is help!
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3.75kb
    • 提供者:李思明
  1. encode

    0下载:
  2. LZ编码解码,应用于信息论的信道编码,离散信源无失真编码-LZ codec, used in information theory, channel coding, lossless coding of discrete sources
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:255.18kb
    • 提供者:yuhan
  1. Thuffh

    0下载:
  2. 利用matlab编程环境,采用算术编码的方式实现现字符串的无损压缩 ,经测试可直接使用。 -Matlab programming environment using arithmetic coding to achieve lossless compression is now a string, has been tested and can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:35.13kb
    • 提供者:潜在
  1. Lossless+coding

    0下载:
  2. Lossless%2Bcoding.rar
  3. 所属分类:Windows编程

    • 发布日期:2013-03-19
    • 文件大小:13.38mb
    • 提供者:coolhandy
  1. Authority--Huffman.Codec

    0下载:
  2. 霍夫曼(Huffman)编码是1952年为文本文件而建立,是一种统计编码。属于无损压缩编码。-Hoffman (Huffman) coding is established in 1952 as a text file, is a statistical coding. Belong lossless compression encoding.
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:7.51kb
    • 提供者:潇凌霜
  1. huffman

    1下载:
  2. 利用赫夫曼编码的实现原理码对数据进行无损压缩,设计一个实现Huffman压缩的编码和解码的程序。具体要求如下:读入待压缩的文本文件; 2)统计分析文本文件中各字符的出现频度,以频度作为构造Huffman树的权值。根据各字符出现的不同频度构造Huffman树,然后规定每种字符的Huffman编码。再次读入待压缩的文本文件,然后根据各字符的Huffman编码逐一替代,将得到的编码流写入到新的文件中,并且计算压缩率。 5)解码过程:先读入上一步骤得到的新文件,将其看作比特流,根据Huffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.22mb
    • 提供者:phoebe
  1. SRC

    0下载:
  2. 编写一个基于哈夫曼树编码原理的算法对文件进行无损的压缩和解压缩-Write a Huffman tree coding theory based algorithm for lossless file compression and decompression
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:4.58kb
    • 提供者:于民
  1. myhomework1

    0下载:
  2. 无损编码中算术编码的C++实现,且输出最少码字-Lossless coding in C++ implementation of arithmetic coding, and the minimum output codeword
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:1.5kb
    • 提供者:cherry
  1. VZQWYZ

    0下载:
  2. 用MATLAB实现的Huffman编码的程序,可以很方便地实现无损压缩,-MATLAB Huffman coding procedures, can be easily realize lossless compression,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-18
    • 文件大小:4kb
    • 提供者:Rvyzp
  1. flac-1.3.1

    0下载:
  2. FLAC中文可解释为无损音频压缩编码。FLAC是一套著名的自由音频压缩编码,其特点是无损压缩。不同于其他有损压缩编码如MP3 及AAC,它不会破坏任何原有的音频资讯,所以可以还原音乐光盘音质。2012年以来它已被很多软件及硬件音频产品(如CD等)所支持。(FLAC Chinese can be interpreted as lossless audio compression coding. FLAC is a famous free audio compression coding, whic
  3. 所属分类:多媒体编程

    • 发布日期:2017-12-19
    • 文件大小:2.62mb
    • 提供者:doglee
  1. coqing

    0下载:
  2. 用MATLAB实现的Huffman编码的程序,可以很方便地实现无损压缩,(MATLAB Huffman coding procedures, can be easily realize lossless compression,)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3kb
    • 提供者:mption
  1. VGA图像无损压缩

    0下载:
  2. 针对vga接口输出的雷达图像的无损压缩编码算法。(A lossless compression coding algorithm for radar images.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1kb
    • 提供者:圆豌豆
  1. practice

    0下载:
  2. 本程序使用LZW算法对图像进行压缩。压缩编码是一种先进的数据压缩技术,属于无损压缩编码。对于简单图像和平滑且噪声小的信号源具有较高的压缩比,并且有较高的压缩和解压缩速度。(This program uses the LZW algorithm to compress the image. Compression coding is an advanced data compression technology. It belongs to lossless compression coding.
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:303kb
    • 提供者:UDCN
搜珍网 www.dssz.com