搜索资源列表

  1. lzw

    0下载:
  2. implementation of Lempel-Ziv-Welch
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:Lino
  1. 78

    0下载:
  2. Ajuda com a Teoria sobre Lempel-Ziv
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Paulo
  1. LempelZiv

    0下载:
  2. The Lempel Ziv Algorithm with examples about directonary coding and more-The Lempel Ziv Algorithm with examples about directonary coding and more...
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:394240
    • 提供者:infothem
  1. lzw

    0下载:
  2. LZW Algorithme LZMA est un algorithme de compression basé sur la célèbre méthode compression Lempel Ziv. Les principales caractéristiques de cet algorithme sont une très bonne compression, une décompression rapide,
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:amin2
  1. LZm

    0下载:
  2. To create a dictionary of Lampel Ziv Alogirtm from a given binary stream
  3. 所属分类:编程文档

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Archana
  1. Huffman

    0下载:
  2. 一个简单的huffman的c语言程序,程序写的较为简单,重点利用数据结构中的二叉树算法。初学者可以看看,作为不同的思路。-A simple huffman c-language program, the program written in relatively simple, focusing on the use of the binary tree data structure algorithms. Beginners can
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:4030464
    • 提供者:xiongjun
  1. Compression

    0下载:
  2. Very simple class to ZIP and UNZIP files (Streams actually). Based on Ziv-Lempel basic algorithm. Simple.. not fast nor really "compressive" :). Create(A) a ZIP by passing in the stream A you want as source/destinati
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:David
  1. Lempel_Ziv2179064162010

    0下载:
  2. This a full C++ OOP implementation of a Lempel Ziv compressor/decompressor. It does not have an entropy coder. The window size has to be a power of 2, and atleast 1KB in size (1024 bytes), but the match lengths can be a
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:47104
    • 提供者:jaggee
  1. LempelList

    0下载:
  2. Source coding using Lempel-Ziv Algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:EngMasry
  1. fulltext_16

    0下载:
  2. Reduced decoder complexity and latency in pixel-domain Wyner–Ziv video coders Marleen Morbee · Antoni Roca ·
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:395264
    • 提供者:mohammad665
  1. lempel_ziv

    0下载:
  2. lemel ziv code to codealphabets abc convert to lempelziv
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:saima
  1. dec_lzw2

    0下载:
  2. Lempel Ziv Decoder in Matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:imran
  1. Lempel-Ziv_77

    0下载:
  2. Lempel ziv 77 coding and ddecoding algorithme
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:ana tralala
  1. lempel_ziv_notes

    0下载:
  2. lempel ziv notes for source codes
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:41984
    • 提供者:kakashi.mamun
  1. LempelZiv1

    0下载:
  2. compression algorithm lempel ziv
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:388096
    • 提供者:kakashi.mamun
  1. losslessimagezipalgorithm

    0下载:
  2. 图像无损压缩算法代码全集,适合做图像无损压缩研究的入门人员收藏研究.-AR002 Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces whi
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:126976
    • 提供者:idlerrf
  1. qn5_lzw

    0下载:
  2. This matlab code compresses a given text using Lempel-Ziv-Welch algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Aswathy
  1. gzip

    0下载:
  2. The deflation algorithm used by zip and gzip is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:299008
    • 提供者:Dennis
  1. LempelZivProjectCPP

    0下载:
  2. Basic Lempel Ziv Project in C++.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:35840
    • 提供者:apenas
  1. lzma-sdk-4.32

    0下载:
  2. Lzma的全称是Lempel-Ziv-Markov chain Algorithm,和bzip2/gzip一样,是一款压缩/解压软 件.它比bzip更加快速与高效。就我们所知, gzip压缩比率低于bzip2 (还有 lzma).-Compression ratio results are very dependent upon the data used for the tests. Usually, 7-Zip compresses
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:203776
    • 提供者:田浩
« 1 2 34 5 »

源码中国 www.ymcn.org