資源簡介
通過原始迭代公式計算高斯投影的坐標及經緯度,提供了54坐標系,西安80系,WGS-84系和CGCS2000系四種橢球參數

代碼片段和文件信息
//?GaoSiFanDlg.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“高斯坐標計算.h“
#include?“GaoSiFanDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CGaoSiFanDlg?dialog
CGaoSiFanDlg::CGaoSiFanDlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CGaoSiFanDlg::IDD?pParent)
{
//{{AFX_DATA_INIT(CGaoSiFanDlg)
m_GaoSiX?=?0.0;
m_GaoSiY?=?0.0;
//}}AFX_DATA_INIT
}
void?CGaoSiFanDlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CGaoSiFanDlg)
DDX_Text(pDX?IDC_GaoSiX?m_GaoSiX);
DDX_Text(pDX?IDC_GaoSiY?m_GaoSiY);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CGaoSiFanDlg?CDialog)
//{{AFX_MSG_MAP(CGaoSiFanDlg)
//?NOTE:?the?ClassWizard?will?add?message?map?macros?here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CGaoSiFanDlg?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-05-06?22:09??高斯坐標計算(原始公式)\
?????目錄???????????0??2013-05-06?22:03??高斯坐標計算(原始公式)\Debug\
?????文件???????10427??2013-04-29?15:08??高斯坐標計算(原始公式)\Debug\GaoSiFanDlg.obj
?????文件???????11086??2013-04-29?13:26??高斯坐標計算(原始公式)\Debug\GaoSiZhengDlg.obj
?????文件???????18725??2013-05-06?22:03??高斯坐標計算(原始公式)\Debug\MainFrm.obj
?????文件??????105639??2013-04-29?12:42??高斯坐標計算(原始公式)\Debug\StdAfx.obj
?????文件??????263168??2013-05-06?22:03??高斯坐標計算(原始公式)\Debug\vc60.idb
?????文件??????454656??2013-05-06?22:03??高斯坐標計算(原始公式)\Debug\vc60.pdb
?????文件??????139353??2013-05-06?22:03??高斯坐標計算(原始公式)\Debug\高斯坐標計算.exe
?????文件??????329304??2013-05-06?22:03??高斯坐標計算(原始公式)\Debug\高斯坐標計算.ilk
?????文件???????22794??2013-04-29?21:47??高斯坐標計算(原始公式)\Debug\高斯坐標計算.obj
?????文件?????5492816??2013-04-29?12:42??高斯坐標計算(原始公式)\Debug\高斯坐標計算.pch
?????文件??????492544??2013-05-06?22:03??高斯坐標計算(原始公式)\Debug\高斯坐標計算.pdb
?????文件????????6856??2013-05-06?22:03??高斯坐標計算(原始公式)\Debug\高斯坐標計算.res
?????文件???????40674??2013-05-06?22:03??高斯坐標計算(原始公式)\Debug\高斯坐標計算Doc.obj
?????文件???????45157??2013-05-06?22:03??高斯坐標計算(原始公式)\Debug\高斯坐標計算View.obj
?????文件????????1041??2013-04-29?15:07??高斯坐標計算(原始公式)\GaoSiFanDlg.cpp
?????文件????????1253??2013-04-29?15:07??高斯坐標計算(原始公式)\GaoSiFanDlg.h
?????文件????????1587??2013-04-29?13:24??高斯坐標計算(原始公式)\GaoSiZhengDlg.cpp
?????文件????????1353??2013-04-29?13:24??高斯坐標計算(原始公式)\GaoSiZhengDlg.h
?????文件????????1885??2013-05-06?21:44??高斯坐標計算(原始公式)\MainFrm.cpp
?????文件????????1412??2013-05-06?21:44??高斯坐標計算(原始公式)\MainFrm.h
?????文件????????4064??2013-04-29?12:42??高斯坐標計算(原始公式)\ReadMe.txt
?????目錄???????????0??2013-05-05?10:09??高斯坐標計算(原始公式)\res\
?????文件????????1433??2013-05-06?21:44??高斯坐標計算(原始公式)\resource.h
?????文件????????1078??2013-04-29?12:42??高斯坐標計算(原始公式)\res\高斯坐標計算.ico
?????文件?????????404??2013-04-29?12:42??高斯坐標計算(原始公式)\res\高斯坐標計算.rc2
?????文件????????1078??2013-04-29?12:42??高斯坐標計算(原始公式)\res\高斯坐標計算Doc.ico
?????文件?????????214??2013-04-29?12:42??高斯坐標計算(原始公式)\StdAfx.cpp
?????文件????????1054??2013-04-29?12:42??高斯坐標計算(原始公式)\StdAfx.h
?????文件???????44492??2013-05-06?21:44??高斯坐標計算(原始公式)\高斯坐標計算.aps
............此處省略13個文件信息
- 上一篇:ADS微波混頻器設計
- 下一篇:lib(2).zip
評論
共有 條評論