Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vinthony/mylzw

lzw
https://github.com/vinthony/mylzw

Last synced: about 1 month ago
JSON representation

lzw

Awesome Lists containing this project

README

        

myLZW
=====

lzw

- lzwEncode(str,[dic]) 压缩方法,采用lzw算法,如果没有初始化字典则直接采用ascii
方法返回结构为:{code:code,dic:dic}
- lzwDecode(lzwEncode(str,[dic])) 解压缩方法