orange1438 / LZW-AlgorithmLinks
LZW和哈夫曼编码一样,是无损压缩中的一种。该算法通过建立字典,实现字符重用与编码,适用于source中重复率很高的文本压缩。
☆12Updated 10 years ago
Alternatives and similar repositories for LZW-Algorithm
Users that are interested in LZW-Algorithm are comparing it to the libraries listed below
Sorting:
- Scan's personal technical notes☆255Updated 5 years ago
- BTree and BPlusTree Realize:B树和B+树的实现代码☆93Updated 10 years ago
- AVL implementation which is as fast/compact as linux's rbtree☆363Updated 2 months ago
- smart tools for source code study : cpptree.pl, calltree.pl, javatree.pl, java_calltree.pl☆408Updated last year
- Probably the best implementation for SkipList written by C++☆125Updated 2 years ago
- ☆79Updated 2 months ago
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆223Updated 8 years ago
- coroutine;fiber;boost fiber☆93Updated 4 years ago
- 详细且纯粹的leveldb源码注解,注解总结链接:☆35Updated 8 years ago
- A mini database implementation.☆241Updated 5 months ago
- SGI(Silicon Graphics Computer Systems, Inc.) implement STL(C++ Standard Libirary).☆333Updated 10 years ago
- 使用 C++ 模板元编程模拟 Lisp☆114Updated 5 years ago
- Call a function in a new stack that allocated anywhere. Do not be afraid of stack limit in your coroutines! Try to make your stack sharea…☆234Updated 4 years ago
- mit-6.824-2012☆42Updated 10 years ago
- Distributed In-Memory Index 分布式内存索引☆329Updated 7 years ago
- 上过的公开课的作业,源代码的注释版本,一个大杂烩。☆126Updated 7 years ago
- xv6 学习☆45Updated 10 years ago
- A simple database engine with common SQL queries support. Final project for course 'Introduction to Databases' of Tsinghua University, Fa…☆153Updated 7 years ago
- Spring 2014. Stanford CS346 project. A mini relational database with query optimization☆166Updated 11 years ago
- Boost速查手册☆104Updated 6 years ago
- 数据库引擎开发课程☆132Updated 5 years ago
- cmu 15445 2018,DBMS实现☆50Updated 6 years ago
- LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.☆70Updated 3 years ago
- The source of lab and assignment for 6.828 of MIT☆178Updated 9 years ago
- NJU ics2015 PA☆135Updated 9 years ago
- A simple but usable RPC framework☆664Updated 5 years ago
- jack语言编译器☆578Updated 5 years ago
- linux内核学习demo项目☆32Updated 8 years ago
- Modern Compiler Implementation in C☆39Updated 10 years ago
- LevelDB 源码剖析☆181Updated 6 years ago