samples.cpp
来自「c均值算法用vc实现。作为重要的算法」· C++ 代码 · 共 21 行
CPP
21 行
#include "Samples.h"
CSample::CSample() //Initialization
{
SetSample(0,0,0,0);
flag=0;
}
/*********************************************************************
Set the coordinates of the samples
*********************************************************************/
void CSample::SetSample(double a,double b,double c,double d)
{
x1posi=a;
x2posi=b;
x3posi=c;
x4posi=d;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?