資源簡介
通過讀取接收機的觀測文件與導航文件,采用Klobuchar模型計算單頻接收機的電離層延遲誤差。

代碼片段和文件信息
//?Dandian.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“Klobuchar.h“
#include?“Dandian.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDandian?dialog
CDandian::CDandian(CWnd*?pParent?/*=NULL*/)
:?CDialog(CDandian::IDD?pParent)
{
//{{AFX_DATA_INIT(CDandian)
//?NOTE:?the?ClassWizard?will?add?member?initialization?here
//}}AFX_DATA_INIT
}
void?CDandian::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDandian)
//?NOTE:?the?ClassWizard?will?add?DDX?and?DDV?calls?here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CDandian?CDialog)
//{{AFX_MSG_MAP(CDandian)
//?NOTE:?the?ClassWizard?will?add?message?map?macros?here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CDandian?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.CA....??????1146??2010-08-26?17:29??Klobuchar\ba
????.CA....?????????0??2010-08-26?11:23??Klobuchar\checkfile.txt
????.CA....??????1000??2010-08-27?09:00??Klobuchar\Dandian.cpp
????.CA....??????1229??2010-08-27?09:00??Klobuchar\Dandian.h
????.CA....?????10428??2010-08-27?10:09??Klobuchar\Debug\Dandian.obj
????.CA....?????????0??2010-08-27?10:09??Klobuchar\Debug\Dandian.sbr
????.CA....?????18005??2010-09-03?10:49??Klobuchar\Debug\Jindu.obj
????.CA....?????????0??2010-09-03?10:49??Klobuchar\Debug\Jindu.sbr
????.CA....???3924992??2010-09-03?10:49??Klobuchar\Debug\Klobuchar.bsc
????.CA....????151644??2010-09-03?10:49??Klobuchar\Debug\Klobuchar.exe
????.CA....????324344??2010-09-03?10:49??Klobuchar\Debug\Klobuchar.ilk
????.CA....?????17212??2010-09-03?10:49??Klobuchar\Debug\Klobuchar.obj
????.CA....???6874920??2010-08-27?10:09??Klobuchar\Debug\Klobuchar.pch
????.CA....????533504??2010-09-03?10:49??Klobuchar\Debug\Klobuchar.pdb
????.CA....??????3420??2010-09-03?10:49??Klobuchar\Debug\Klobuchar.res
????.CA....?????????0??2010-09-03?10:49??Klobuchar\Debug\Klobuchar.sbr
????.CA....????163152??2010-09-03?10:49??Klobuchar\Debug\KlobucharDlg.obj
????.CA....?????????0??2010-09-03?10:49??Klobuchar\Debug\KlobucharDlg.sbr
????.CA....?????19243??2010-09-03?10:49??Klobuchar\Debug\Single.obj
????.CA....?????????0??2010-09-03?10:49??Klobuchar\Debug\Single.sbr
????.CA....????105947??2010-08-27?10:09??Klobuchar\Debug\StdAfx.obj
????.CA....???1373927??2010-08-27?10:09??Klobuchar\Debug\StdAfx.sbr
????.CA....????246784??2010-09-11?17:30??Klobuchar\Debug\vc60.idb
????.CA....????405504??2010-09-03?10:49??Klobuchar\Debug\vc60.pdb
????.CA....??????1094??2010-08-27?10:23??Klobuchar\Jindu.cpp
????.CA....??????1219??2010-08-27?10:13??Klobuchar\Jindu.h
????.CA....?????37164??2010-09-03?10:49??Klobuchar\Klobuchar.aps
????.CA....??????2410??2010-11-11?21:12??Klobuchar\Klobuchar.clw
????.CA....??????2120??2010-08-27?09:15??Klobuchar\Klobuchar.cpp
????.CA....??????4649??2010-08-27?10:10??Klobuchar\Klobuchar.dsp
............此處省略22個文件信息
評論
共有 條評論