Problem B Back to High School Physics Input:
standard input Output: standard output A particle has initial velocity and
constant acceleration. If its ...
分类:
其他好文 时间:
2014-05-26 15:14:39
阅读次数:
221
效果截图:粒子模拟代码展示:#include "Particle.h"/** 构造函数
*/CParticle::CParticle(){data = NULL;numparticle = 0;}/** 析构函数
*/CParticle::~CParticle(){delete []data;dat...
分类:
其他好文 时间:
2014-05-23 03:48:38
阅读次数:
319