Skip to content

Commit 83334f2

Browse files
committed
游戏编程精粹 1 第一章
1 parent eea6bee commit 83334f2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

GameProgrammingEssence1/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@
1616

1717
![image-20240709175223852](./image-20240709175223852.png)
1818

19+
20+
1921
## 1.2 使用模板元编程的快速数学方法
2022

23+
1. 模板元编程允许在编译期进行计算,从而减少运行时的开销。例如,编译期的常量表达式计算和类型推导可以显著提升程序的运行效率。
24+
2125
## 1.3 一种自动的Singleton工具
2226

2327
## 1.4 在游戏编程中使用STL

0 commit comments

Comments
 (0)