資源簡介
SAR雷達影像處理源碼,可以實現數據格式轉換,還可以對數據進行Lee濾波,Frost濾波,Kuan濾波處理

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“microwave200432590139.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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1548??2007-07-03?22:48??SAR_雷達影像處理源代碼\ChildFrm.cpp
?????文件???????1397??2007-07-03?22:48??SAR_雷達影像處理源代碼\ChildFrm.h
?????文件??????15240??2006-11-29?15:06??SAR_雷達影像處理源代碼\DIB.CPP
?????文件???????1714??2006-11-01?19:09??SAR_雷達影像處理源代碼\DIB.H
?????文件???????5690??2007-07-09?20:33??SAR_雷達影像處理源代碼\FUSHU.cpp
?????文件???????1320??2007-07-04?18:28??SAR_雷達影像處理源代碼\FUSHU.h
?????文件???????1167??2007-07-09?22:11??SAR_雷達影像處理源代碼\JIHECHULI.cpp
?????文件???????1227??2007-07-09?20:35??SAR_雷達影像處理源代碼\JIHECHULI.h
?????文件???????2538??2007-07-03?22:48??SAR_雷達影像處理源代碼\MainFrm.cpp
?????文件???????1542??2007-07-03?22:48??SAR_雷達影像處理源代碼\MainFrm.h
?????文件??????33508??2013-12-06?11:58??SAR_雷達影像處理源代碼\microwave200432590139.aps
?????文件???????5216??2013-12-06?12:04??SAR_雷達影像處理源代碼\microwave200432590139.clw
?????文件???????4660??2007-07-03?22:48??SAR_雷達影像處理源代碼\microwave200432590139.cpp
?????文件???????5483??2007-07-09?20:22??SAR_雷達影像處理源代碼\microwave200432590139.dsp
?????文件????????548??2007-07-03?22:48??SAR_雷達影像處理源代碼\microwave200432590139.dsw
?????文件???????1521??2007-07-03?22:48??SAR_雷達影像處理源代碼\microwave200432590139.h
?????文件?????304128??2013-12-06?12:04??SAR_雷達影像處理源代碼\microwave200432590139.ncb
?????文件????????276??2013-12-06?11:59??SAR_雷達影像處理源代碼\microwave200432590139.plg
?????文件??????17245??2007-07-09?21:19??SAR_雷達影像處理源代碼\microwave200432590139.rc
?????文件???????4394??2007-07-05?18:15??SAR_雷達影像處理源代碼\microwave200432590139Doc.cpp
?????文件???????1816??2007-07-05?18:14??SAR_雷達影像處理源代碼\microwave200432590139Doc.h
?????文件??????12164??2007-07-10?00:40??SAR_雷達影像處理源代碼\microwave200432590139View.cpp
?????文件???????2222??2007-07-09?20:24??SAR_雷達影像處理源代碼\microwave200432590139View.h
?????文件???????4122??2007-07-05?11:45??SAR_雷達影像處理源代碼\RAW.cpp
?????文件???????1257??2007-07-05?11:43??SAR_雷達影像處理源代碼\RAW.h
?????文件???????5171??2007-07-03?22:48??SAR_雷達影像處理源代碼\ReadMe.txt
?????文件???????1440??2007-07-09?20:25??SAR_雷達影像處理源代碼\Resource.h
?????文件????????223??2007-07-03?22:48??SAR_雷達影像處理源代碼\StdAfx.cpp
?????文件???????1054??2007-07-03?22:48??SAR_雷達影像處理源代碼\StdAfx.h
?????文件???????1078??2007-07-03?22:48??SAR_雷達影像處理源代碼\res\microwave200432590139.ico
............此處省略27個文件信息
評論
共有 條評論