#5046
3D mathematics is a subject related to computational geometry. 3D math is the technical basis of computer graphics and computer 3D game development, while computational geometry is a subject that studies how to solve geometric problems with numerical methods. Both 3D math and computational geometry are widely used in fields that use computers to simulate the 3D world, such as graphics, games, simulations, robotics, virtual reality, animation design, and more.

#3596
As an alternative to the most commonly used PDF document format at present, the advantages of DjVu format (from France) are quite obvious: on the premise of storing the same content with same quality, it is much smaller, more readable and opens much faster than PDF. In this case, for any PDF documents with large file size, we might as well convert them into DjVu format, so as to get more convenience.

#3550
DjVu is a hierarchical image compression technology for distributing documents and images with ultra high compression ratio. Under the same quality level, it has only about 1/10 file size of PDF. It was developed by AT&T Labs in 1996 and enables the high-quality scanned images of almost any traditional printed materials to be transferred through Internet at a very high speed.

#3504
The Art of Computer Programming (TAOCP for short) is a comprehensive monograph written by Donald Knuth. It was first published in 1968, and acclaimed as one of the best 12 academic monographs in Twentieth Century (Albert Einstein's theory of relativity is one of another 11) by American Scientist Magazine in 1999. The vast majority of computer programming knowledge of contemporary software developers came from this series of books.