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

搜索资源列表

  1. LZW-C

    0下载:
  2. LZW压缩算法用C语言的实现相应编程,无损压缩结果和还原后信息一致。-LZW compression algorithm to achieve the appropriate use of C language programming, lossless compression results and consistent with the information after reduction.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:2654
    • 提供者:zhou
  1. CompressImage

    0下载:
  2. 灰度图像的像素值范围在[0,255]之间,如果采用一个像素一个字节的存储方式,势必会造成空间的浪费。如果采用一定的无损压缩算法,可以大大提高减小文件大小,减少存储空间。本程序采用动态规划中图像压缩算法(图像分段合并的思想),设计一个类,实现灰度位图数据的压缩和解压过程-Grayscale pixel values ​ ​ in the range [0,255], if we adopt a pixel one byte is stored, it must lead to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3089897
    • 提供者:liao
  1. arithmetic

    1下载:
  2. 算术编码是信源编码中的一种,是图像压缩的主要算法之一。 是一种无损数据压缩方法,也是一种熵编码的方法。-Arithmetic coding is a source coding, image compression is one of the main algorithms. Is a lossless data compression method, but also a method of entropy coding.
  3. 所属分类:压缩解压

    • 发布日期:2017-04-23
    • 文件大小:977
    • 提供者:zhangli
  1. RLE

    1下载:
  2. 这是自己用易语言写的RLE无损压缩,可以把单BMP或多个BMP压缩成一种格式-It is written in easy language they used RLE lossless compression, a single BMP can be compressed into one or more BMP format
  3. 所属分类:压缩解压

    • 发布日期:2017-03-29
    • 文件大小:12943
    • 提供者:小刀
  1. Inversion-Ranks-for-Lossless-Compression

    0下载:
  2. Many images used in the WWW are stored and transmitted after they are compressed losslessly with the standard Graphics Interchange Format (GIF), or Portable Network Graphics (PNG).Well known two dimensional compression schemes, such as JPEG
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:148102
    • 提供者:maj
  1. 1HUFFMANN

    0下载:
  2. Huffman coding is an entropy encoding algorithm used for lossless data compression. The term refers to the use of a variable-length code table for encoding a source symbol (such as a character in a file) where the variable-length code table has been
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:774
    • 提供者:Abirami
  1. encode

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

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

    0下载:
  2. JPEG标准中规定了4种压缩模式[15]:顺序编码(Sequential encoding),渐进编码(Progressive encoding),等级编码(Hierarchical encoding),无损编码(Lossless encoding)。应用最为广泛的为基于DCT变换的顺序编码,也称之为基准模式(Baseline mode),其它几种模式都以此为基础。这里,采用了JPEG基准模式对图像进行压缩,在基准模式中,熵编码采用哈夫曼编码方法。 -JPEG standard specif
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1177
    • 提供者:yxl
  1. ll

    0下载:
  2. 逻辑分析仪数据处理软件无损压缩算法Logic analyzer data processing software lossless compression algorithm-Logic analyzer data processing software lossless compression algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:401375
    • 提供者:mc2008@yeah.net
  1. MySimthBeta-1

    0下载:
  2. 用于无损传输线的Smith圆图软件,可以计算Zl、Z0、zin、单枝节匹配,可以在图上选点并生产图形。由于时间过得太久了,忘了具体功能,里面有我的一份具体说明。-Lossless transmission line for Smith Chart software, you can calculate Zl, Z0, zin, a single minor match point in the map selection and production of graphics. As time p
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1292645
    • 提供者:王波
  1. decode-C

    0下载:
  2. 自己写的关于LZW算法的解压缩程序,配套前面的压缩程序可以实现无损压缩!~-Write your own solution on the LZW compression algorithm programs, supporting the previous lossless compression program can be! ~
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-09
    • 文件大小:16161801
    • 提供者:黄健
  1. TestLZW

    0下载:
  2. C压缩解压缩代码,功能齐全,实现压缩解压缩的无损过程,是学习LZW算法可以借鉴的好代码-C compression decompression code, complete functions, to achieve lossless compression and decompression process is learning LZW algorithm can learn from the good code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:2043930
    • 提供者:黄健
  1. LZW_Demo

    0下载:
  2. LZW压缩算法 非常好的无损压缩算法 易于硬件实现 C-LZW compression algorithm lossless compression C++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:733504
    • 提供者:lym
  1. non-destructive--information-hiding

    0下载:
  2. 提出一种无损信息隐藏方法,接收端不但可以提取额外嵌入的秘密信息,而且可以无损恢复原始 图像-Lossless information hiding method is proposed, the receiver can not only extract the additional information embedded in the secret, and can recover the original lossless image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:455968
    • 提供者:陈万虹
  1. COLOR-IMAGE-COMPRESSION

    0下载:
  2. The efficiency of perceptual coding in compressing color images relies on the estimation of perceptual redundancy. In this paper, a color image coder is proposed for perceptually lossless image compression which shapes the coding error as a p
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:266515
    • 提供者:SKP
  1. suanshubianma

    0下载:
  2. 算术编码算法,是图像压缩的主要算法之一。 是一种无损数据压缩方法,也是一种熵编码的方法。-Arithmetic coding algorithm, image compression is one of the main algorithm. Is a lossless data compression method, but also a method of entropy coding.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1273
    • 提供者:小明
  1. huadongchuangkou

    0下载:
  2. 基于C语言滑动窗口协议,实现两个窗口的无损通信...保证通信可靠性-C-based sliding window, two windows to achieve lossless communication ... to ensure the reliability of communication
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1316372
    • 提供者:余亦辉
  1. DWT

    0下载:
  2. 无损数据压缩方法,为C程序编写,可以进行修改,而且较为简单-Lossless data compression method for C programming, can be modified, and relatively simple
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2395969
    • 提供者:shichengxing
  1. huffmn

    0下载:
  2. In computer science and information theory, Huffman coding is an entropy encoding algorithm used for lossless data compression. The term refers to the use of a variable-length code table for encoding a source symbol (such as a character in a file) wh
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:686
    • 提供者:vishnu
  1. comp

    0下载:
  2. 收集的一些关于无损压缩的算法实例,不保证可以使用仅供参考-Collection of some of the examples of lossless compression algorithms, does not guarantee you can use for reference only
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:112303
    • 提供者:stan
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 20 »
搜珍网 www.dssz.com