资源简介
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的读入、保存和显示
相关资源
- 博客-DIB的读入、保存和显示
- SK hynix UFS2 1 Product Family_ Datasheet_1.12
- 重写QLabel实现图片显示框选截取保存
- 温度显示、超声波测距、光敏D/A显示
- gui显示文本动态框
- FHK.ttfArcGis符号显示错误需安装此字体
- 基于STM32的数码管显示模板
- labview2013虚拟温度计设计同时显示华氏
- 单片机数码管显示温度
- Qt采集下位机数据并显示波形
- 树的基本运算:创建树;输出树凹入
- 龙邱TFT、逐飞TFT、逐飞IPS屏多合一驱
- 汇编数码管显示
- 51单片机 LCD12864程序显示文字或者图片
- 51单片机mpu6050读取六轴原始数据并L
- Labview游标实时显示多个波形图曲线
- 12864LCD液晶显示屏中文资料
- 基于C51单片机的8×8-LED点阵屏汉字显示
- 音乐频谱显示参考源代码.rar
- 小程序仿快递查询、显示时间轴
- LIB3DS,OpenGL显示3DS文件
- Qt绘制的电池电量显示小Demo
- 三线程分别显示各自时间
- 三线程随机显示26个字母
- ssd1306驱动12864OLED显示屏msp430g2553函数
- gb2312内码 可用于显示汉字
- 显示器测试程序
- Flash数字时钟 数字LED时间显示动画.
- 随机显示图片代码.rar
- tsne图片显示
评论
共有 条评论