2024
- 2024-11-24 [C++] 《C++ Templates》略读
- 2024-11-11 [CG] 《Fundamentals of Computer Graphics》13. Sampling
- 2024-11-09 [CG] 《Fundamentals of Computer Graphics》12. Data Structures for Graphics
- 2024-11-04 [Math] 傅里叶变换
- 2024-11-01 [CG] 《Fundamentals of Computer Graphics》11. Texture Mapping
- 2024-10-30 [CG] 《Fundamentals of Computer Graphics》10. Signal Processing
- 2024-10-27 [CG] 《Fundamentals of Computer Graphics》9. The Graphics Pipeline
- 2024-10-26 [CG] 《Fundamentals of Computer Graphics》8. Viewing
- 2024-10-24 [CG] 《Fundamentals of Computer Graphics》7. Transformation Matrices
- 2024-10-21 [Math] 矩阵的奇异值分解
- 2024-10-21 [CG] 《Fundamentals of Computer Graphics》6. Linear Algebra
- 2024-10-19 [CG] 《Fundamentals of Computer Graphics》5. Surface Shading
- 2024-10-18 [CG] 《Fundamentals of Computer Graphics》4. Ray Tracing
- 2024-10-17 [CG] 《Fundamentals of Computer Graphics》3. Raster Images
- 2024-10-15 [Math] 方向导数、梯度和法线向量
- 2024-10-14 [CG] 《Fundamentals of Computer Graphics》2. Miscellaneous Math
- 2024-10-14 [CG] 《Fundamentals of Computer Graphics》1. Introduction
- 2024-10-12 [C++] 《C++ Primer Plus》8. 函数探幽
- 2024-09-29 [C++] 《C++ Primer Plus》9. 内存模型和命名空间
- 2024-09-28 [C++] C++ 的 extern 关键字