fib.h
来自「游戏编程精粹,对刚入门的游戏开发者很有帮助」· C头文件 代码 · 共 11 行
H
11 行
/////////////////////////////////////////////////////////////////////////////////// Fib.h//// Demonstrates template metaprogramming for Fibonacci sequence//// Defines the following template functions, where n is an unsigned int//// FibT( n )//// Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?