errorcorrection.h
来自「GPS 定位授时源码」· C头文件 代码 · 共 24 行
H
24 行
#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 + =
减小字号Ctrl + -
显示快捷键?