c++实现游戏开发中常用的对象池(含源码)  

little_stupid_child2017-01-06上传
 
对象池的五要素: 1.对象集合 2.未使用对象索引集合 3.已使用对象索引集合 4.当前使用量 5.最大使用量
 
http://download.csdn.net/download/little_stupid_child/9730912

相关文章:

  • 2021-11-06
  • 2022-02-03
  • 2021-10-02
  • 2023-01-04
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2021-05-05
猜你喜欢
  • 2021-08-16
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
相关资源
相似解决方案