📄 speedtsp.cpp
字号:
// SpeesTSP.cpp: implementation of the SpeesTSP class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SpeedTSP.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
SpeedTSP::SpeedTSP(int d,double e1,double e2,double e3)
{
E1=e1;
E2=e2;
E3=e3;
dimension=d;
}
SpeedTSP::~SpeedTSP()
{
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -