资源简介
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个文件信息
评论
共有 条评论