samplepredictmodel.cpp

来自「InnovLabSimu在vc++下实现」· C++ 代码 · 共 21 行

CPP
21
字号
#include "SamplePredictModel.h"


//template<class control_type,class predict_model_type,class particle_type>//类模板必须这样用
//particle_type CSamplePredictModel<control_type,predict_model_type,particle_type>::SampleModel(predict_model_type& PredictModel,particle_type& PreState,control_type& NoisyControlVarible,unsigned RandomRumberSeed)
//{
//	
//}
//
//template<class control_type,class predict_model_type,class particle_type>//类模板必须这样用
//particle_type CSamplePredictModel<control_type,predict_model_type,particle_type>::SampleModel(predict_model_type& PredictModel,particle_type& PreState,control_type& NoisyControlVarible)
//{
//	//NoisyWheelDis NoisyControlVarible(ControlVarible);
//	
//}
//template<class control_type,class predict_model_type,class particle_type>//类模板必须这样用
//particle_type CSamplePredictModel<control_type,predict_model_type,particle_type>::SampleModelConsiderMap(predict_model_type& PredictModel,particle_type& PreState,control_type& NoisyControlVarible,CGlobalMap& GlobalBoolMap)
//{
//	
//
//}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?