首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Implementation of LZW (Lempel–Ziv–Welch) compression algorithm in C

Implementation of LZW (Lempel–Ziv–Welch) compression algorithm in C

  • 资源大小:10.85 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Simple, fast implementation of LZW data compression algorithm in C. ATTENTION! the project has moved to Sourceforge.net Console encoder/decoder tools OS independent Could be used in embedded projects Works with raw code-stream LZW features: Hardcoded dictionary size Variable code size Code search is performed by hash table and embedded in dictionary linked lists (encoder) No dynamic memory allocation

文 件 列 表

clzw
doc
src
VIP VIP
0.192690s