orange1438 / LZW-AlgorithmLinks
LZW和哈夫曼编码一样,是无损压缩中的一种。该算法通过建立字典,实现字符重用与编码,适用于source中重复率很高的文本压缩。
☆12Updated 9 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:
- A Chinese version of MIT 6.828 (Operating System)☆19Updated 8 years ago
- Some toy labs for compiler course☆58Updated 2 years ago
- A simple database engine with common SQL queries support. Final project for course 'Introduction to Databases' of Tsinghua University, Fa…☆150Updated 6 years ago
- A linux-like virtual file system by C++☆147Updated 5 years ago
- 多处理器编程的艺术☆116Updated 10 years ago
- A compiler for the course Compiler 2017 at ACM Class, SJTU.☆79Updated 7 years ago
- A toy complier.☆119Updated 2 years ago
- Compiler practice written in C.☆35Updated 8 years ago
- lcc编译器源码注释工程☆54Updated 9 years ago
- Blink`团队 (https://github.com/WANG-lp and https://github.com/CheYulin ), 1-million message-queue in c++ (使用intrinsics编写向量化代码),第四届阿里中间件复赛代码…☆36Updated 6 years ago
- 数据库引擎开发课程☆131Updated 4 years ago
- Simple 8-bit v8-CPU with Compiler+Assembler+Simulator. Try it-->☆99Updated 5 years ago
- xv6 学习☆44Updated 10 years ago
- 推荐一个学习C++的方法,适合有一定基础的同学。先读effective c++,一天能搞定(从c转读第二版,从java等转读第三版),然后读google c++ style。再是看leveldb代码(http://t.cn/aYyqjo 多谢@apc2 推荐),Sanjay…☆129Updated 8 years ago
- The tiny bitcask storage engine☆113Updated 6 years ago
- Source code for https://paul.pub/cpp-concurrency☆78Updated 2 years ago
- ☆171Updated 9 years ago
- Homemade OS based on MIT6.828 JOS with a GUI and some new features.☆41Updated 7 years ago
- TinyCompiler是一款能编译一个经过裁剪的C语言的子的简易编译器,采用了C++11编写☆89Updated 9 years ago
- 《自己动手写python虚拟机》C++实现☆76Updated 4 years ago
- A handwritten Brainfuck JIT interpreter, mainly used for demonstration.☆48Updated 2 years ago
- ☆111Updated 8 years ago
- DIY Compiler☆45Updated last year
- a new disk-oriented storage manager for the SQLite DBMS. Such a storage manager assumes that the primary storage location of the database…☆23Updated 6 years ago
- BTree and BPlusTree Realize:B树和B+树的实现代码☆89Updated 9 years ago
- 上过的公开课的作业,源代码的注释版本,一个大杂烩。☆124Updated 7 years ago
- 用户态线程实现☆19Updated 6 years ago
- a distributed storage engine☆89Updated 8 years ago
- jos是mit6.828课程所用的操作系统,此处记录7个Lab的学习笔记。☆156Updated 6 years ago
- TinyOS based on xv6☆13Updated 3 years ago