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

资源列表

« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 ... 1094 »
  1. unzip550_430

    1下载:
  2. Unzip 的 源代码, 用C语言写的代码.-Unzip the source code, written in C language code.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1576639
    • 提供者:详情
  1. GIFLIB.ZIP

    0下载:
  2. GIF87a的压缩,解压缩及一些工具的源代码,稍微修改就可以支持GIF89a, 可以在vc中使用,解码的话只需要一个文件DGIF_LIB.C(头文件还是需要的),加入工程中就可以使用,显示实例可以参考文件gif2herc.c中的main函数-GIF87a compression, decompression tools and the source code, it can be slightly modified to support GIF89a, the vc used, decodi
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:164281
    • 提供者:pyh
  1. n1-72

    0下载:
  2. 开发工具是vc,功能是压缩,源码有些复杂,请多多指教-development tool vc, the function is reduced, some complex source, exhibitions
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:143354
    • 提供者:方华锋
  1. 数字图象处理学VC++实现

    0下载:
  2. 其中包括图像压缩的基本编码方法如Huffman编码\\算术编码\\JPEG 2000\\H.261压缩编码标准\\小波变换编码\\运动估计算法\\视频图象采集的VC实现等.-including the basic image compression coding methods as Huffman coding \\ arithmetic coding \\ JPEG 2 000 \\ H.261 coding standard \\ Wavelet Transform Coding \\ m
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:831786
    • 提供者:郑英
  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. DelphiZLib.123

    1下载:
  2. The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:191737
    • 提供者:江焱风
  1. tpabbrevia_3_04

    0下载:
  2. Abbrevia is a compression toolkit for Borland Delphi, C++Builder, & Kylix. It supports PKZIP 4, Microsoft CAB, TAR, & gzip formats & the creation of self-extracting archives. It includes visual components that simplify the manipulation of ZIP files.-
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3769659
    • 提供者:江焱风
  1. SQUSQ

    0下载:
  2. 一个很好的压缩与解压程序,压缩比为1:3,可用于实时图像的传输-a very good compression and decompression procedures, compression ratio of 1:3, can be used for real-time image transmission
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4479
    • 提供者:刘牛
  1. ZOO

    0下载:
  2. 一个很好的压缩与解压程序,压缩比1:3,可用于实时图像传输。-a very good compression and decompression procedures, 1:3 compression ratio can be used for real-time image transmission.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:248925
    • 提供者:刘牛
  1. LZW算法源码C语言

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:6014
    • 提供者:别志松
  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 2 ... 22 23 24 25 26 2728 29 30 31 32 ... 1094 »
搜珍网 www.dssz.com