资源简介
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
- 下一篇:教师管理系统教师信息管理系统
评论
共有 条评论