资源简介
MIL图像新建和显示演示代码,演示了最简单的MIL图像新建和显示,演示了MIL图像新建和显示的一般流程及在指定的windows窗口显示

代码片段和文件信息
// MilCreateShow.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “MilCreateShow.h“
#include “MilCreateShowDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMilCreateShowApp
BEGIN_MESSAGE_MAP(CMilCreateShowApp CWinApp)
//{{AFX_MSG_MAP(CMilCreateShowApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMilCreateShowApp construction
CMilCreateShowApp::CMilCreateShowApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMilCreateShowApp object
CMilCreateShowApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CMilCreateShowApp initialization
BOOL CMilCreateShowApp::InitInstance()
{
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
CMilCreateShowDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-11-23 20:59 VC6_MFC_图像新建和保存\
文件 1955 2013-11-23 19:51 VC6_MFC_图像新建和保存\MilCreateShow.cpp
文件 4289 2013-11-23 20:54 VC6_MFC_图像新建和保存\MilCreateShow.dsp
文件 534 2013-11-23 19:51 VC6_MFC_图像新建和保存\MilCreateShow.dsw
文件 1401 2013-11-23 19:51 VC6_MFC_图像新建和保存\MilCreateShow.h
文件 4679 2013-11-23 20:33 VC6_MFC_图像新建和保存\MilCreateShow.rc
文件 5789 2013-11-23 20:54 VC6_MFC_图像新建和保存\MilCreateShowDlg.cpp
文件 1457 2013-11-23 20:32 VC6_MFC_图像新建和保存\MilCreateShowDlg.h
目录 0 2013-11-23 20:56 VC6_MFC_图像新建和保存\res\
文件 691 2013-11-23 20:33 VC6_MFC_图像新建和保存\resource.h
文件 1078 2013-11-23 19:51 VC6_MFC_图像新建和保存\res\MilCreateShow.ico
文件 405 2013-11-23 19:51 VC6_MFC_图像新建和保存\res\MilCreateShow.rc2
文件 215 2013-11-23 19:51 VC6_MFC_图像新建和保存\StdAfx.cpp
文件 1063 2013-11-23 19:53 VC6_MFC_图像新建和保存\StdAfx.h
- 上一篇:小区物业管理系统设计需求书(内含四文档)
- 下一篇:博客-DIB的读入、保存和显示
相关资源
- Applications of Ghoussoub-Preiss’s MPL t
- On the existence of periodic solutions of plan
- Rabinowitz's Saddle Point Theorem and Period
- Multiple Periodic Solutions for Discrete Hamil
- Periodic Solutions for Some Second Order Hamil
- 显示器亮度调节软件
- 海思HISI3516DV300开发板QT应用显示界面
- CRichEditView显示行号的代码
- Word插入代码显示行号并高亮着色显示
- STM32F103RC+ADC+DMA多通道采样LCD显示
- AsyncTask文件控制暂停和继续,在状态
- FPGA彩条显示
- The direction of synaptic plasticity mediated
- uboot到linux logo显示不间断 补丁
- LCD显示温度+串口接收温度.rar
- 基于MFC扩展CListCtrl子项显示图片并叠
- 在大图中查找小图显示位置
- 直观端口查看器,详细显示可疑进程
- 基于c8051f020的AD转换程序及LCD显示程序
- PB做的托盘程序(最小化后在左下角显
- 实时显示钢筋标注面积V0.44
- [免费]msp430f149控制PS2键盘并用1602显示
- 武汉理工大学 单片机课程设计 16*16点
- 【单片机】51单片机数码管显示万年历
- 12864滚动显示汉字
- 25.数码管显示0-99
- 利用译码器74HC595的点阵显示程序和电
- STC12C5A60S2 CH4521 驱动数码管 显示
- ADC0809数字电压表 LCD1602显示 汇编程序
- 广东工业大学汇编实验二用表格形式
评论
共有 条评论