• 大小: 11.62MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-29
  • 语言: C/C++
  • 标签:

资源简介

VC++实现的图像读取显示等的遥感程序,能读大部分格式,灰度显示,直方图显示,直方图规定化,监督分类,变化监测,几何校正等

资源截图

代码片段和文件信息

// BoDuanZh.cpp : implementation file
//

#include “stdafx.h“
#include “MyProgram.h“
#include “BoDuanZh.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CBoDuanZh dialog


CBoDuanZh::CBoDuanZh(CWnd* pParent /*=NULL*/)
: CDialog(CBoDuanZh::IDD pParent)
{
//{{AFX_DATA_INIT(CBoDuanZh)
/* m_GR = 0;*/
m_Select1 = _T(““);
m_Select2 = _T(““);
m_Select3 = _T(““);
//}}AFX_DATA_INIT
}


void CBoDuanZh::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CBoDuanZh)
//  DDX_Text(pDX IDC_EDIT4 m_GR);
//  DDV_MinMaxInt(pDX m_GR 0 4);
DDX_CBString(pDX IDC_COMBO1 m_Select1);
DDV_MaxChars(pDX m_Select1 4);
DDX_CBString(pDX IDC_COMBO2 m_Select2);
DDV_MaxChars(pDX m_Select2 4);
DDX_CBString(pDX IDC_COMBO3 m_Select3);
DDV_MaxChars(pDX m_Select3 4);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CBoDuanZh CDialog)
//{{AFX_MSG_MAP(CBoDuanZh)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CBoDuanZh message handlers

// void CBoDuanZh::OnOK() 
// {
//  // TODO: Add extra validation here
// 
//  CDialog::OnOK();
// }

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-04-09 21:47  MyProgram\
     文件      335224  2010-12-25 15:13  MyProgram\123.tif
     文件        4685  2011-01-07 08:52  MyProgram\2222.txt
     文件        1330  2010-12-31 14:04  MyProgram\BoDuanZh.cpp
     文件        1203  2010-12-31 14:04  MyProgram\BoDuanZh.h
     文件        1011  2010-12-31 20:54  MyProgram\ChangePielx.cpp
     文件        1227  2010-12-31 20:54  MyProgram\ChangePielx.h
     目录           0  2012-04-09 21:47  MyProgram\Debug\
     文件       14190  2012-04-09 21:44  MyProgram\Debug\BoDuanZh.obj
     文件       11093  2012-04-09 21:44  MyProgram\Debug\ChangePielx.obj
     文件        4713  2012-04-09 21:44  MyProgram\Debug\Histgram.obj
     文件       11110  2012-04-09 21:44  MyProgram\Debug\InforImg.obj
     文件       12712  2012-04-09 21:44  MyProgram\Debug\Jhjz.obj
     文件       20610  2012-04-09 21:44  MyProgram\Debug\MainFrm.obj
     文件      188465  2012-04-09 21:44  MyProgram\Debug\MyProgram.exe
     文件        8482  2012-04-09 21:44  MyProgram\Debug\MyProgram.exp
     文件      504808  2012-04-09 21:44  MyProgram\Debug\MyProgram.ilk
     文件       14938  2012-04-09 21:44  MyProgram\Debug\MyProgram.lib
     文件       77957  2012-04-09 21:44  MyProgram\Debug\MyProgram.obj
     文件     7848368  2012-04-09 21:44  MyProgram\Debug\MyProgram.pch
     文件      459776  2012-04-09 21:44  MyProgram\Debug\MyProgram.pdb
     文件        8988  2012-04-09 21:43  MyProgram\Debug\MyProgram.res
     文件       87467  2012-04-09 21:44  MyProgram\Debug\MyProgramDoc.obj
     文件      140586  2012-04-09 21:44  MyProgram\Debug\MyProgramView.obj
     文件      110751  2012-04-09 21:44  MyProgram\Debug\StdAfx.obj
     文件      295936  2012-04-09 21:45  MyProgram\Debug\vc60.idb
     文件      487424  2012-04-09 21:44  MyProgram\Debug\vc60.pdb
     文件         619  2010-12-30 17:54  MyProgram\ENFENLEI.hdr
     文件      132480  2010-12-30 17:54  MyProgram\ENFENLEI.tif
     文件         519  2010-12-30 17:58  MyProgram\ENsel.hdr
     文件      132480  2010-12-30 17:58  MyProgram\ENsel.tif
............此处省略89个文件信息

评论

共有 条评论

相关资源