搜索资源列表

  1. lz77

    0下载:
  2. 一个LZ77编码压缩的示例程序-a LZ77 compression coding examples of procedures
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:13312
    • 提供者:朱建栋
  1. lz77压宿酸法

    1下载:
  2. lz77压宿算法,用c语言实现,可以在tc下编译通过,根据不同的计算机要修改下相关的参数值,对文本数据的压缩效果很好-lz77 places pressure algorithm, using the c language, in tc under compile, based on different computers to be amended under the relevant parameters, the text dat
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:3072
    • 提供者:李能
  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. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:5120
    • 提供者:hjxm
  1. LZ77 Codec

    0下载:
  2. LZ77压缩编码算法的C代码,VC开发.-LZ77 compression algorithm C code, VC development.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-30
    • 文件大小:8192
    • 提供者:王博
  1. 压缩文件算法(lz77)

    0下载:
  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. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:5120
    • 提供者:王昆
  1. LZ77

    0下载:
  2. LZ77压缩算法是一种无损数据压缩算法。该算法是大多数 LZ 算法变体如 LZW、LZSS 以及其它一些压缩算法的基础。是基于字典的编码器。-LZ77 compression algorithm is a lossless data compression algorithm. The algorithm is most LZ algorithm variants, such as LZW, LZSS compression algor
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:5120
    • 提供者:耶涛
  1. LZ77

    0下载:
  2. 讲述了LZ77算法的基本原理,适合初学者-LZ77 algorithm describes the basic principles, suitable for beginners
  3. 所属分类:图形图象

    • 发布日期:2024-04-30
    • 文件大小:9216
    • 提供者:Andrew Fan
  1. lz77

    0下载:
  2. lz77算法("A Universal Algorithm for Sequential Data Compression")的一种简洁直观的实现。-LZ77 algorithm (A Universal Algorithm for Sequential Data Compression) a simple intuitive realize.
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:79872
    • 提供者:chen yong
  1. lz77

    0下载:
  2. lz77编码压缩源代码(C语言版) 测试压缩一个425K的文件需要9.4秒,压缩后的文件为177K-LZ77 compression coding the source code (C language version) compression tests of a 425k document needs 9.4 seconds, compressed file for 177k
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:3072
    • 提供者:潘玉丽
  1. simple-lz77

    0下载:
  2. simple-lz77压缩算法,主要是应用此算法进行文件的压缩,方便存储,方便应用-simple-lz77 compression algorithms, mainly the application of this algorithm file compression, convenient storage, easy application
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:5120
    • 提供者:
  1. LZ77

    0下载:
  2. 使用LZ77算法实现文件压缩 点击文件-压缩,选择要压缩文件,在同一目录中生成后缀名为.lz77的压缩文件 点击文件-解压,选择要解压文件(.lz77),在同一目录中生成源文件-The use of file compression algorithm LZ77 click on file- compression, choose to compress files, generated in the same director
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:55296
    • 提供者:解旻
  1. LZ77

    0下载:
  2. LZ77压缩算法的VC++实现。多媒体课程设计-LZ77 compression algorithm VC++ Realize. Multimedia curriculum design
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:5120
    • 提供者:唐文龙
  1. lz77

    1下载:
  2. lz77编码算法c程序实现!!第一次船请大家海涵-LZ77 coding algorithm c program! ! The first U.S. ship please Haihan
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:3072
    • 提供者:xudongshu
  1. LZ77

    0下载:
  2. 以前为研究加解密码算法,曾分析了LZ77算法,但觉得所研究的例子压缩文件大小存在限制,所以就着手改进了其算法,使其支持大文件压缩和解压.-Previous study solutions for cryptographic algorithms, has analyzed the LZ77 algorithm, but I studied the existence of examples of compressed file size
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:5120
    • 提供者:hante
  1. LZ77

    0下载:
  2. LZ77 - compresor and uncompresor in C#-LZ77- compresor and uncompresor in C#
  3. 所属分类:加密解密

    • 发布日期:2024-04-30
    • 文件大小:51200
    • 提供者:LinteG
  1. LZ77

    0下载:
  2. 这是LZ77压缩算法的源码,内含使用DEMO-LZ77 compression algorithm This is the source, including the use of DEMO
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:120832
    • 提供者:ch
  1. lz77

    0下载:
  2. lz77算法原代码,压缩比率20 ~90 .-lz77 algorithm for the original code, compression ratio 20 ~ 90 .
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:215040
    • 提供者:pony
  1. LZ77

    0下载:
  2. LZ77图像压缩算法,生成的静态库。可以直接调库-Image compression algorithm LZ77 to produce a static library. Library can be directly transferred
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:1211392
    • 提供者:quguoping
  1. lz77

    0下载:
  2. lz77压缩算法单元源文件出自王咏刚先生的《笨笨数据压缩教程》中的lz77.c由崔东伟修改为pascal单元-lz77 compression algorithm module source file from Mr. Wang Yonggang' s " simple-minded, data compression tutorial" in lz77.c by Choi Dong-wei was revise
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:6144
    • 提供者:yuo mil
  1. lz77

    0下载:
  2. lz77压缩算法实现,大家可以参考,我只为积分-lz77 compression algorithm, we can refer to, I just for the points
  3. 所属分类:压缩解压

    • 发布日期:2024-04-30
    • 文件大小:1221632
    • 提供者:regoon
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org