资源简介
SAR复数数据转换,RAW格式数据转换,雷达图像滤波,LEE-sigema滤波,Frost滤波,Gamma-MAP滤波,KUAN滤波,雷达图像几何处理,斜距到地距转换程序。VC++6.0编程实现。
代码片段和文件信息
// 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
文件 34148 2010-01-26 09:36 SAR_雷达影像处理源代码\microwave200432590139.aps
文件 5177 2010-01-26 09:38 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
文件 271360 2010-01-26 09:38 SAR_雷达影像处理源代码\microwave200432590139.ncb
文件 54784 2010-01-26 09:38 SAR_雷达影像处理源代码\microwave200432590139.opt
文件 1385 2007-07-10 00:40 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
文件 1078 2007-07-03 22:48 SAR_雷达影像处理源代码\res\microwave200432590139.ico
文件 413 2007-07-03 22:48 SAR_雷达影像处理源代码\res\microwave200432590139.rc2
文件 1078 2007-07-03 22:48 SAR_雷达影像处理源代码\res\microwave200432590139Doc.ico
............此处省略9个文件信息
- 上一篇:几种控制方法的C语言编程.
- 下一篇:c语言 bmp图片显示
相关资源
- Insar Goldstein枝切法相位解缠
- SAR成像cs算法C++仿真
- autosar框架代码
- 基于Aurix的AUTOSAR多核操作系统的实现
- AUTOSAR EB+PortDriver配置.docx(共三页)
- EB工具快速上手指南.pdf
- 通过USART收发数据
- RS485通信:利用串口调试助手经过US
- stm32cubeIDE hul库freertos can中断收发,
- Autosar com模块的规范.pdf
- Autosar J1939模块的规范
- autosar xcp源码
- autosar xcp上位机源码
- 基于AUTOSAR标准的CAN网络管理研究
- 基于autosar 的CAN 网络实现
- 完整的misra c 测试包
评论
共有 条评论