📄 locationtsp2.h
字号:
// LocationTSP2.h: interface for the LocationTSP2 class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_LOCATIONTSP2_H__2D011ACA_B771_44B7_8C3B_0FDA8F343813__INCLUDED_)
#define AFX_LOCATIONTSP2_H__2D011ACA_B771_44B7_8C3B_0FDA8F343813__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "LocationTSP.h"
class LocationTSP2 : public LocationTSP
{
public:
LocationTSP2(int,Adaptability *,FILE *,FILE*);
virtual void NewLocation(ParticleTSP * *,int);
virtual ~LocationTSP2();
};
#endif // !defined(AFX_LOCATIONTSP2_H__2D011ACA_B771_44B7_8C3B_0FDA8F343813__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -