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:
- buddy内存分配器实现☆294Updated last year
- SGI(Silicon Graphics Computer Systems, Inc.) implement STL(C++ Standard Libirary).☆333Updated 10 years ago
- AVL implementation which is as fast/compact as linux's rbtree☆363Updated 2 months ago
- LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.☆47Updated 6 years ago
- Scan's personal technical notes☆255Updated 5 years ago
- jos是mit6.828课程所用的操作系统,此处记录7个Lab的学习笔记。☆158Updated 7 years ago
- smart tools for source code study : cpptree.pl, calltree.pl, javatree.pl, java_calltree.pl☆408Updated last year
- leveldb源码阅读和重写,重 写的过程中加上注释方便理解。☆223Updated 8 years ago
- coroutine;fiber;boost fiber☆93Updated 4 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
- Probably the best implementation for SkipList written by C++☆125Updated 2 years ago
- NJU ics2015 PA☆135Updated 9 years ago
- My Blog & Thanks Github!☆287Updated 7 years ago
- mit-6.824-2012☆42Updated 10 years ago
- Boost速查手册☆104Updated 6 years ago
- A simple but usable RPC framework☆664Updated 5 years ago
- 多处理器编程的艺术☆115Updated 10 years ago
- 基于C++ Coroutines编写的无栈协程库☆627Updated 2 years ago
- Header-only, tiny (99 lines) and powerful C++20 static reflection library.☆691Updated 4 years ago
- 使用 C++ 模板元编程模拟 Lisp☆114Updated 5 years ago
- 中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)☆21Updated 8 years ago
- ☆79Updated 2 months ago
- Template meta programming package by C++11.☆131Updated 9 years ago
- ☆17Updated 3 weeks ago
- A toy complier.☆120Updated 3 years ago
- A compiler for the course Compiler 2017 at ACM Class, SJTU.☆80Updated 7 years ago
- 华为云TaurusDB性能挑战赛(HUAWEI TaurusDB Race)☆10Updated 6 years ago
- CMU的数据库系统课程☆261Updated 7 years ago
- 这是一个仿制lua解释器的项目,我希望通过逐步实现lua解释器的各个部分,更加深刻地掌握lua的基本结构和运作原理。☆440Updated 2 years ago
- 《C++ 17 The Complete Guide》- 翻译中☆512Updated 2 years ago