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

搜索资源列表

  1. Lzari.rar

    0下载:
  2. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:6301
    • 提供者:
  1. Lzari

    0下载:
  2. 实现Lzari压缩算法的C++类,提供内存压缩接口.效率比zip稍差一些-Lzari compression algorithm to achieve the category C, providing compression memory interface. Efficiency is less satisfactory than zip
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:6568
    • 提供者:阙荣文
  1. 20041007105326_TestCompress

    0下载:
  2. 实现LZARI压缩算法的C++类-LZARI compression algorithm to achieve the category C
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:37922
    • 提供者:郁继宗
  1. lz_comp2

    0下载:
  2. 几种LZ系列算法:LZARI, LZHUF, LZSS 由于其简单的算法和很高的速度,常被用于BIOS中模块压缩-LZ algorithm : LZARI, LZHUF. LZSS due to its simple algorithm and high speed, often used for BIOS compression module
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:18320
    • 提供者:张森宁
  1. LZARI_Compression

    0下载:
  2. 实现LZARI压缩算法的C++类源码,VC++语言开发,可直接移植使用。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:35925
    • 提供者:曹鹏
  1. ddvip_com_004614cff1ad7f

    0下载:
  2. LZARI压缩程序,经本人测试,完全好用而且完全可用
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:79409
    • 提供者:岑斐
  1. lzari压缩算法

    1下载:
  2. 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。-LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 C language daily wrote realization of this a
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:28848
    • 提供者:李秉肇
  1. 实现LZARI压缩算法的C++类

    0下载:
  2. 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data compression. Haruhiko SAP in 1
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1370
    • 提供者:张吗恩
  1. LZHUF

    0下载:
  2. 常用的LZHUF无损压缩算法,编译通过,可以运行-LZHUF commonly used lossless compression algorithm, the compiler is passed, can run
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:615261
    • 提供者:yfl
  1. LZARI_Cpp_compress

    0下载:
  2. 一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. -LZARI algorithm based on the type of data compression. Haruhiko Okumura in 1989 July 4
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:139660
    • 提供者:李虚东
  1. LZA

    0下载:
  2. lzari压缩算法源码。压缩方法主要有:LZ77算法、LHA算法、Arith算术编码算法以及经典的ZIP算法,有的算法不是太好,压缩出来的文件居然比源文件还要大,汗,可能代码还有些失误的地方吧。-lzari compression algorithm source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:28218
    • 提供者:cook
  1. lzari

    0下载:
  2. lzari压缩解压源代码,不仅可以压缩解压磁盘中的文件,而且可以压缩与解压内存中的数据。-lzari.cpp-- A Data Compression Class 4/7/1989 Haruhiko Okumura Use, distribute, and modify this program freely.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:7461
    • 提供者:shangdi
  1. VC_programming_LZARI_classic_code_compression_algo

    0下载:
  2. VC编程实现LZARI压缩算法经典代码VC programming LZARI classic code compression algorithm -VC programming LZARI classic code compression algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:26810
    • 提供者:can
  1. compress_all

    0下载:
  2. 压缩解压代码,包括LZSS,LZW,Huffman,Arithmetic,LZARI,LZARI多种算法。-Compression decompression code, including LZSS, LZW, Huffman, Arithmetic, LZARI, LZARI a variety of algorithms.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:20403
    • 提供者:郭平湘
搜珍网 www.dssz.com