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

搜索资源列表

  1. 源代码:jpegls_0.04.981012.tar

    3下载:
  2. JPEG无损压缩实现的源代码。-Lossless JPEG compression to achieve the source code.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:676929
    • 提供者:王青海
  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
    • 文件大小:9043
    • 提供者:引力
  1. 无损压缩算法代码包

    1下载:
  2. \"无损压缩算法代码包\"是大家学习压缩技术的入门好帮手。- the source package of Lossless compress algorithm ,will show introduction to those who start to study on compression techniques.
  3. 所属分类:语音压缩

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

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

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

    1下载:
  2. 是一种采用哈夫曼算法的图像压缩算法,是一种无损压缩,希望对大家有所帮助-A lossless image compression algorithm using Haffman coder. Hope to be helpful.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:418666
    • 提供者:孟庆洋
  1. losslessah

    0下载:
  2. 无损熵编码,包含HUFFMAN,ARITHMATIC,LZW等无损编码。-this program can do lossless coding,include HUFFMAN ,ARITHMATIC,LZW lossless coding.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:28512
    • 提供者:东海
  1. sf10059

    0下载:
  2. 一个有用的无损压缩原码用于文件中二进制位操作的函数说明,函数实现,错误处理以及内存中的函数实现-a useful lossless compression code for the original document binary operation of the function that function to achieve, error handling and memory functions to achieve
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7796
    • 提供者:任燕
  1. lzbuf

    0下载:
  2. 一种无损压缩解压的算法,是lz77的改进,其压缩比比lz77高,速度要快-a lossless compression decompression algorithm is lz77 improvement everywhere lz77 its high compression, faster speed
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3622
    • 提供者:任燕
  1. LZHUF

    0下载:
  2. 一种无损压缩算法,采用了lzss结合huffman动态编码,速度快-a lossless compression algorithm, using a combination of lzss dynamic Huffman coding, fast
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4380
    • 提供者:任燕
  1. LZSS

    0下载:
  2. 一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved compression rate is higher than lz77, but faster
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3708
    • 提供者:任燕
  1. lzw压缩

    0下载:
  2. 无损数据压缩的源码,Lempel Ziv Welch算法-lossless data compression source code, the Lempel Ziv Welch algorithm
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:6014
    • 提供者:别志松
  1. LZC_六层_插值44无损_整理

    0下载:
  2. LZC算法实例,该算法采用六层插值44,无损压缩-LZC algorithm example, the algorithm used six interpolation 44, lossless compression
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:61799
    • 提供者:tk
  1. compc++

    0下载:
  2. 这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if you want to understand in depth
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:106119
    • 提供者:周自强
  1. losslessdatacompressionsources

    0下载:
  2. 无损压缩算法,是LDS(lossless data-compression sources)的KIT.我发现很多人都想这么一份压缩软件的源代码,但是他们很难找到。-lossless compression algorithm is LDS (lossless data-compression sources) of KIT. I found so many people want a compression software source code, but they are difficult
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:103921
    • 提供者:郝春风
  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
    • 文件大小:13264
    • 提供者:xhyang
  1. huffmancoding-and-lossless-loss-data-document

    0下载:
  2. these files are huffmann coding algorithm and loss and lossless data documents
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:62437
    • 提供者:Rajesh Kumar
  1. economic-dispatch-(lossless)

    0下载:
  2. economic dispatch (lossless)
  3. 所属分类:Applications

    • 发布日期:2017-05-05
    • 文件大小:4818
    • 提供者:sajad
  1. paper kirim

    0下载:
  2. compression lossless algorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:4113408
    • 提供者:hidayat
  1. lzw

    0下载:
  2. A PROGRAM FOR LOSSLESS COMPRESS OF LZW
  3. 所属分类:压缩解压

    • 发布日期:2018-01-03
    • 文件大小:14336
    • 提供者:4ving
  1. Lossless image compression using Matlab

    0下载:
  2. it is basic step to compress image which is lossless.. what lossless mean ? image which can be reproduce completely after compression.. check it out the code and the data set
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1332224
    • 提供者:rkp
« 1 23 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com