資源簡介
vc實現計算遙感圖像NDVI植被指數,vc實現計算遙感圖像NDVI植被指數,vc實現計算遙感圖像NDVI植被指數

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“DERSImg.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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1534??2003-03-17?13:15??NDVI程序\ChildFrm.cpp
?????文件???????1397??2003-03-17?13:15??NDVI程序\ChildFrm.h
?????文件??????12941??2002-11-05?10:50??NDVI程序\Color.cpp
?????文件??????47148??2005-01-24?18:36??NDVI程序\DERSImg.aps
?????文件???????4050??2005-01-24?18:36??NDVI程序\DERSImg.clw
?????文件???????4623??2005-01-15?16:54??NDVI程序\DERSImg.cpp
?????文件???????5327??2005-01-21?15:33??NDVI程序\DERSImg.dsp
?????文件????????539??2003-03-17?13:15??NDVI程序\DERSImg.dsw
?????文件???????1357??2003-03-17?13:15??NDVI程序\DERSImg.h
?????文件?????590848??2005-01-24?18:37??NDVI程序\DERSImg.ncb
?????文件?????205824??2005-01-24?18:37??NDVI程序\DERSImg.opt
?????文件???????1042??2005-01-24?18:36??NDVI程序\DERSImg.plg
?????文件??????14184??2005-01-24?18:36??NDVI程序\DERSImg.rc
?????文件????????687??2003-03-17?13:15??NDVI程序\DERSImg.reg
?????文件??????18353??2005-01-22?16:35??NDVI程序\Dib.cpp
?????文件???????3153??2002-11-05?11:16??NDVI程序\Dib.h
?????文件?????129984??2005-01-23?17:05??NDVI程序\Dibapi.cpp
?????文件???????4510??2003-03-17?13:26??NDVI程序\Dibapi.h
?????文件???????3152??2005-01-24?08:47??NDVI程序\ImageDoc.cpp
?????文件???????1612??2005-01-24?08:51??NDVI程序\ImageDoc.h
?????文件??????11855??2005-01-24?18:36??NDVI程序\ImageView.cpp
?????文件???????2007??2005-01-24?18:36??NDVI程序\ImageView.h
?????文件???????3385??2003-03-17?13:47??NDVI程序\MainFrm.cpp
?????文件???????1540??2003-03-17?13:47??NDVI程序\MainFrm.h
?????文件???????2336??2005-01-23?19:48??NDVI程序\MyDialog.cpp
?????文件???????1320??2005-01-23?17:33??NDVI程序\MyDialog.h
?????文件?????153382??2005-01-23?14:06??NDVI程序\nd
?????文件???????5058??2003-03-17?13:15??NDVI程序\ReadMe.txt
?????文件???????1078??2003-03-17?13:15??NDVI程序\res\DERSImg.ico
?????文件????????399??2003-03-17?13:15??NDVI程序\res\DERSImg.rc2
............此處省略18個文件信息
- 上一篇:遙感圖像的監督分類算法貝葉斯分類器vc
- 下一篇:教師管理系統教師信息管理系統
評論
共有 條評論