maxtors / HuffmanLinks
Huffman encoding and decoding using C++
☆53Updated 6 years ago
Alternatives and similar repositories for Huffman
Users that are interested in Huffman are comparing it to the libraries listed below
Sorting:
- huffman encoder/decoder☆115Updated 4 years ago
- Lightweight FTP server written in C☆144Updated last year
- A high performance, single threaded, HTTP/1.1 server written in C++ as a learning tool. Uses kqueue for event management, therefore is *…☆80Updated 7 months ago
- A C++ compression and decompression program based on Huffman Coding.☆69Updated 5 years ago
- A linux-like virtual file system by C++☆147Updated 5 years ago
- Simple FTP client-server implementation in C☆125Updated 5 years ago
- A simple file system☆39Updated 12 years ago
- A toy complier.☆119Updated 2 years ago
- Implementation of a simple FTP client and server☆161Updated 7 years ago
- Implementation of Elementary Algorithms (infix-prefix-postfix-evaluation-to-longest-common-increasing-sub-sequence-activity-selection-bal…☆77Updated 7 years ago
- My own implementation of C++'s smart pointers☆35Updated 5 years ago
- HTTP Server/Client/Proxy Server☆91Updated 8 years ago
- A classical Unix multi-thread server and client in C language using sockets.☆65Updated 12 years ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆173Updated 6 years ago
- 二叉查找树、AVL树、红黑树、B-树☆51Updated 8 years ago
- 推荐一个学习C++的方法,适合有一定基础的同学。先读effective c++,一天能搞定(从c转读第二版,从java等转读第三版),然后读google c++ style。再是看leveldb代码(http://t.cn/aYyqjo 多谢@apc2 推荐),Sanjay…☆129Updated 9 years ago
- lexical/grammar analysis☆177Updated 5 years ago
- 迷你搜索引擎项目,后台程序在Linux环境下用C/C++开发,前台页面在windows环境下用PHP实现。☆83Updated 11 years ago
- BTree and BPlusTree Realize:B树和B+树的实现代码☆89Updated 10 years ago
- 使用图形库easyx写的c++魂 斗罗游戏☆56Updated 5 years ago
- A C++ library that enables you to decorate a function at runtime.☆78Updated 9 years ago
- 使用Huffman编码对图像进行无损压缩和解压。☆67Updated 7 years ago
- B+ tree implementation which stores data in file☆281Updated last year
- TinyCompiler是一款能编译一个经过裁剪的C语言的子的简易编译器,采用了C++11编写☆89Updated 9 years ago
- C++11 实现的简易版 STL☆224Updated 8 years ago
- Toddler is a well-designed usable and portable microkernel OS☆76Updated 6 years ago
- Http server is written on C++14 language. Dynamic libraries act as applications for the server (*.so - linux, *.dll - windows).☆171Updated 7 years ago
- 大学时期学习数据结构的C++源码,包含AVL树、Treap、多个有序链表合并、二叉查找树、二项堆、红黑树、伸展树、跳表、栈与队列相互模拟以及最小(大)值求解、主席树的C++版实现,欢迎指出错误和提交贡献。☆136Updated 9 years ago
- Socket C++ Classes☆72Updated 12 years ago
- X86汇编语言编写的贪吃蛇游戏☆52Updated 6 years ago