修改显示

This commit is contained in:
2022-01-19 13:47:02 +08:00
parent 600f415b56
commit b470876cfe
4 changed files with 154 additions and 29 deletions

View File

@ -181,7 +181,7 @@ int main(int argc, char* argv[])
vector<int> location1point = DengJianJu(loction1[i], 5000, 25);
vector<float> valuepoint;
int lennow = location1point.size();
cout1<<"Detail find "<<i<<"point begin"<<"<br>"<<flush;
cout1<<"Detail find "<<i<<" point begin"<<"<br>"<<flush;
for (size_t ii = 0; ii < lennow; ii++)
{
@ -195,7 +195,7 @@ int main(int argc, char* argv[])
vector<int>loction2 = FindFeng(location1point, valuepinghua);
if (loction2.size() == 1)
{ cout1<<"find "<<i<<"point value is"<<loction2[0]<<"<br>"<<flush;
{ cout1<<"find "<<i<<"point value is <b color=\'green\'>"<<loction2[0]<<"<\/b><br>"<<flush;
outfile1 <<i+1<<"," << loction2[0]<< std::endl;
}