Abstract | 第7页 |
摘要 | 第8-9页 |
Acknowledgements | 第9-14页 |
Abbreviations | 第14-15页 |
Chapter 1 Introduction | 第15-20页 |
1.1 Thesis scope | 第17-18页 |
1.2 Definitions of terms | 第18-20页 |
Chapter 2 Background | 第20-31页 |
2.1 Lossless Data Compression Techniques | 第21-24页 |
2.1.1 Run Length Encoding Algorithm | 第22页 |
2.1.2 Huffman Encoding | 第22-23页 |
2.1.3 Lempel Zev Welch | 第23页 |
2.1.4 Arithmetic Coding | 第23-24页 |
2.2 Compression Algorithms | 第24-31页 |
2.2.1 LZ77 | 第24-25页 |
2.2.2 Gzip | 第25页 |
2.2.3 Deflate | 第25页 |
2.2.4 Zoptli | 第25-26页 |
2.2.5 Bzip2 | 第26页 |
2.2.6 Brotli | 第26-31页 |
2.2.6.1 Creating a Huffman Tree | 第27-29页 |
2.2.6.2 Compressed data representation in Brotli | 第29页 |
2.2.6.3 Brotli compatibility: browsers and servers | 第29-31页 |
Chapter 3 Comparisons of lossless data compression algorithms | 第31-36页 |
Chapter 4 Implementation of Compression algorithms using R | 第36-42页 |
Chapter 5 Conclusion | 第42-45页 |
5.1 Future lines | 第43-45页 |
Appendix A An Appendix | 第45-46页 |
Bibliography | 第46-49页 |