基于接收工程的一些编译和阅读

This commit is contained in:
zhengxuan.zhang
2022-12-05 10:31:18 +08:00
parent 4bd7d1b80b
commit 53f44ffdbf
440 changed files with 44932 additions and 5461 deletions
@@ -97,7 +97,7 @@ void CSo7_Interface::PauseScanAndGetData(void)
//========================================
int CSo7_Interface::Pro_Face_Du(MY3DPoint* pArr, int n, double* Coe, double* Error, double& dis)
{
//g_Set_Face_Flag 1--双向最大值差 2--平均值 3--正向最大值
//g_Set_Face_Flag 1--双向最大值差 2--平均值 3--正向最大值
double dis1(0.0),dis2(0.0),dis3(0.0);
double sum(0.0);
double d1=pArr[0].z;