CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 算法

搜索资源列表

  1. LZW压缩算法源代码和示例程序代码.zip

    1下载:
  2. LZW压缩算法源代码和示例程序代码
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:79096
    • 提供者:
  1. 压缩算法代码包comp.zip

    1下载:
  2. 压缩算法代码包
  3. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:105806
    • 提供者:
  1. LZW压缩算法源代码和示例程序代码c++

    0下载:
  2. LZW压缩算法源代码和示例程序代码c-LZW compression calculates the law origin code and demonstration procedure code c
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:79409
    • 提供者:郑一
  1. LZW压缩算法源代码和示例程序

    0下载:
  2. LZW压缩算法源代码和示例程序代码-LZW compression algorithm source code and sample code
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:79409
    • 提供者:李涛
  1. LZ77算法源代码

    1下载:
  2. 用C语言实现了LZ77算法。程序独特之处在于使用了64KB大小的固定长度窗口,利用此方法可分块压缩数据。-realize LZ77 algorithm by C language.Specially program uses a 64k stable length window.It can compress data by block by using this method.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5412
    • 提供者:hjxm
  1. 基于DCT的jpeg图像压缩编码算法的MATLAB实现

    5下载:
  2. 这是一个基于DCT的jpeg图像压缩编码算法的MATLAB实现的程序,对做jpeg压缩的朋友会很有帮助-this is matlab jpeg compression based on dct,it is helpful for who embark on jpeg compression.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:41098
    • 提供者:杨晖
  1. 用于数据流压缩的huffman算法源代码

    0下载:
  2. 用于数据流压缩的huffman算法源代码-data flow for the Huffman compression algorithm source code
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:17873
    • 提供者:wwww
  1. 改进的LZSS压缩算法

    0下载:
  2. 本文提出了LZSS压缩算法在进行文本压缩时存在的问题,并给出了解决方法。改进后的算法具有较高的压缩率,实验结果令人满意。 关键词:LZSS;数据压缩 -This paper presents a compression algorithm LZSS text compression during the question and gives a solution. Improved algorithm with a higher compression ratio, the experi
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:10388
    • 提供者:唐吉卓
  1. LZW算法源码C语言

    0下载:
  2. LZW压缩算法简介 作者:宋成 描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值得一看! 备注:该文章整理自软件报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple-Ziv-Welch 三人共同创造,用他们的名字命名。它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。奇妙的是,不管是在压缩还是在解压缩的过程中都能正确的建立这个串表,
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4861
    • 提供者:邓海波
  1. 统计压缩算法

    0下载:
  2. 1. 实现任一种统计压缩算法(如:Shannon-Fano编码、Huffman编码、算术编码等),并对自定义文件进行压缩和解压,检验结果。 2. 采用C/C++编写程序 -1. The realization of a statistical compression algorithm (eg : Shannon-Fano coding, Huffman coding, arithmetic coding, etc.), as well as from the definition f
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13170
    • 提供者:陆俊
  1. 压缩文件算法(lz77)

    1下载:
  2. 使用LZ77算法压缩文件的C代码,一般来说,现在流行的winzip,winrar以及unix下的compress使用的都是该算法-LZ77 algorithm compressed files in C code, in general, the now popular winzip. unix WinRAR and compress the use of the algorithm are
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5279
    • 提供者:王昆
  1. 压缩感知CoSaMP重构算法

    6下载:
  2. 压缩感知CoSaMP重构算法,matlab编码实现,很有用的学习资料
  3. 所属分类:压缩解压

  1. 基于形态学的信号压缩算法

    2下载:
  2. 基于形态学的信号压缩算法matlab程序,能够实现较高的压缩比
  3. 所属分类:压缩解压

  1. lzw_soft.zip lzw压缩解压算法源码

    0下载:
  2. lzw压缩解压算法源码,The soruce of LZW compression algorithm
  3. 所属分类:压缩解压

    • 发布日期:2017-11-08
    • 文件大小:75331
    • 提供者:
  1. huff_stream.zip 用于数据流压缩的huffman算法

    0下载:
  2. 用于数据流压缩的huffman算法 ,Huffman algorithm used for data stream
  3. 所属分类:压缩解压

    • 发布日期:2017-11-08
    • 文件大小:16695
    • 提供者:
  1. lzma压缩算法源码

    1下载:
  2. 7-zip压缩源码,里面有很多压缩算法。-7-zip compression source code, there are many compression algorithms.
  3. 所属分类:压缩解压

    • 发布日期:2012-11-09
    • 文件大小:479834
    • 提供者:叶峰
  1. 776的解压缩算法篇

    0下载:
  2. 776的解压缩算法篇--776`s decompression algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-09
    • 文件大小:22528
    • 提供者:站长
  1. LZW算法C++代码(文件操作)

    0下载:
  2. LZW压缩算法C++程序代码(只支持文件操作,不是内存操作)
  3. 所属分类:压缩解压

  1. LZW压缩解压算法的完整实现

    0下载:
  2. LZW算法:又称串表压缩算法,是无损压缩的一种。采用字典的方式编码和解码。
  3. 所属分类:压缩解压

  1. 赫夫曼算法C++

    0下载:
  2. 赫夫曼压缩算法的C++实现,可用于对字符串的压缩并计算压缩率(Huffman compression algorithm C++)
  3. 所属分类:压缩解压

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