📄 errorcorrection.h
字号:
#if !defined AFX_ERRORCORRECTION_H_
#define AFX_ERRORCORRECTION_H_
#include "GlobleDefine.h"
#include "math.h"
#include "stdAfx.h"
#include "fstream.h"
int CORRECTCLK(int num,long double *rawclk,long double *recclk);
double RELATIVECORRECTION(SATPOS &satpos);
void Earthrotation(double tao,SATPOS *satpos);
long double SIMPLEHOPFIELD(int MODEL,long double ELEV,long double P4,long double T4,long double RH4,BLH sblh);
int LEASTSQUAREAJUST(long double **X,long double **B,int iRow ,int iLine,long double **L);
int LEASTSQUAREAJUST(long double **X,long double **B,int iRow ,int iLine,int iXOrder,long double **L,long double **P,long double **Qx);
int RECANTCORRECTION(long double &X1,long double &Y1,long double &Z1,long double X2,long double Y2,long double Z2);
//////////////////////////////////
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -