📄 rtcgpsfda1.h
字号:
// RTCGPSFDA1.h: interface for the RTCGPSFDA1 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RTCGPSFDA1_H__B475797E_F994_4449_86FD_251E4F1336F0__INCLUDED_)
#define AFX_RTCGPSFDA1_H__B475797E_F994_4449_86FD_251E4F1336F0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "RTCGPS.h"
class RTCGPSFDA1 : public RTCGPS
{
public:
virtual void RandomMutate(int Index);
RTCGPSFDA1();
virtual ~RTCGPSFDA1();
void ComputeFitness(CSolution &m_1);
void InitPop();
};
#endif // !defined(AFX_RTCGPSFDA1_H__B475797E_F994_4449_86FD_251E4F1336F0__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -