資源簡介
使用GDAL庫實現img、tif等格式雷達影像的讀取,并實現濾波以及斜距地距轉換

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“hjy183.h“
#include?“ChildFrm.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CChildframe
IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code?!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction
CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here
}
CChildframe::~CChildframe()
{
}
BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
//?TODO:?Modify?the?Window?class?or?styles?here?by?modifying
//??the?CREATESTRUCT?cs
if(?!CMDIChildWnd::PreCreateWindow(cs)?)
return?FALSE;
return?TRUE;
}
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?diagnostics
#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWnd::AssertValid();
}
void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWnd::Dump(dc);
}
#endif?//_DEBUG
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1533??2011-06-22?19:04??H183\ChildFrm.cpp
?????文件???????1397??2011-06-22?19:04??H183\ChildFrm.h
?????文件????4833329??2011-06-21?09:52??H183\Debug\gdal14.dll
?????文件????4915200??2008-12-21?13:59??H183\Debug\gdal15.dll
?????文件?????192600??2011-07-04?12:18??H183\Debug\hjy183.exe
?????文件??????15240??2006-11-29?15:06??H183\DIB.CPP
?????文件???????1714??2006-11-01?19:09??H183\DIB.H
?????文件???????1152??2011-07-03?22:13??H183\DlgChange.cpp
?????文件???????1228??2011-07-03?22:13??H183\DlgChange.h
?????文件????????957??2011-06-25?10:29??H183\DlgMS.cpp
?????文件???????1145??2011-06-25?10:29??H183\DlgMS.h
?????文件???????5610??2011-07-04?12:11??H183\FSDlg.cpp
?????文件???????1291??2011-07-04?12:10??H183\FSDlg.h
?????文件??????52536??2011-07-04?12:11??H183\hjy183.aps
?????文件???????6815??2011-07-04?12:13??H183\hjy183.clw
?????文件???????4390??2011-06-22?19:04??H183\hjy183.cpp
?????文件???????5649??2011-06-29?19:10??H183\hjy183.dsp
?????文件????????537??2011-06-22?19:04??H183\hjy183.dsw
?????文件???????1356??2011-06-22?19:04??H183\hjy183.h
?????文件?????320512??2011-07-03?22:53??H183\hjy183.ncb
?????文件??????82944??2011-07-03?22:53??H183\hjy183.opt
?????文件???????2036??2011-07-04?12:18??H183\hjy183.plg
?????文件??????20653??2011-07-04?12:11??H183\hjy183.rc
?????文件??????22531??2011-07-04?12:18??H183\hjy183Doc.cpp
?????文件???????1802??2011-06-29?18:16??H183\hjy183Doc.h
?????文件???????6991??2011-07-04?12:18??H183\hjy183View.cpp
?????文件???????1863??2011-07-04?12:12??H183\hjy183View.h
?????文件???????4765??2011-06-23?10:30??H183\ImgDlg.cpp
?????文件???????1633??2011-06-23?10:26??H183\ImgDlg.h
?????文件???????2523??2011-06-22?19:04??H183\MainFrm.cpp
............此處省略19個文件信息
- 上一篇:SX1280數據手冊
- 下一篇:HP的dmi工具
評論
共有 條評論