资源简介
数字图像处理- MFC教程
第一课 建立MFC和打开bmp图片
代码片段和文件信息
// bmp1.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “bmp1.h“
#include “MainFrm.h“
#include “bmp1Doc.h“
#include “bmp1View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBmp1App
BEGIN_MESSAGE_MAP(CBmp1App CWinApp)
//{{AFX_MSG_MAP(CBmp1App)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// 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
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CBmp1App construction
CBmp1App::CBmp1App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CBmp1App object
CBmp1App theApp;
/////////////////////////////////////////////////////////////////////////////
// CBmp1App initialization
BOOL CBmp1App::InitInstance()
{
AfxEnableControlContainer();
// 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.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CBmp1Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CBmp1View));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return TRUE;
}
/////////////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-03-25 09:33 bmp1\
目录 0 2013-03-25 09:28 bmp1\Debug\
文件 19823 2013-03-24 16:34 bmp1\Debug\MainFrm.obj
文件 105896 2013-03-24 16:34 bmp1\Debug\StdAfx.obj
文件 118852 2013-03-25 09:28 bmp1\Debug\bmp1.exe
文件 330004 2013-03-25 09:28 bmp1\Debug\bmp1.ilk
文件 22744 2013-03-25 09:27 bmp1\Debug\bmp1.obj
文件 5637608 2013-03-24 16:34 bmp1\Debug\bmp1.pch
文件 476160 2013-03-25 09:28 bmp1\Debug\bmp1.pdb
文件 7228 2013-03-24 16:34 bmp1\Debug\bmp1.res
文件 14524 2013-03-24 16:34 bmp1\Debug\bmp1Doc.obj
文件 31497 2013-03-25 09:28 bmp1\Debug\bmp1View.obj
文件 205824 2013-03-25 09:28 bmp1\Debug\vc60.idb
文件 364544 2013-03-25 09:28 bmp1\Debug\vc60.pdb
文件 2505 2013-03-24 16:24 bmp1\MainFrm.cpp
文件 1581 2013-03-24 16:24 bmp1\MainFrm.h
文件 4263 2013-03-24 16:24 bmp1\ReadMe.txt
文件 490 2013-03-24 16:24 bmp1\Resource.h
文件 206 2013-03-24 16:24 bmp1\StdAfx.cpp
文件 1054 2013-03-24 16:24 bmp1\StdAfx.h
文件 28556 2013-03-24 16:25 bmp1\bmp1.aps
文件 2245 2013-03-25 09:00 bmp1\bmp1.clw
文件 4173 2013-03-24 16:24 bmp1\bmp1.cpp
文件 4513 2013-03-24 16:24 bmp1\bmp1.dsp
文件 516 2013-03-24 16:24 bmp1\bmp1.dsw
文件 1334 2013-03-24 16:24 bmp1\bmp1.h
文件 58368 2013-03-25 09:33 bmp1\bmp1.ncb
文件 48640 2013-03-25 09:33 bmp1\bmp1.opt
文件 1128 2013-03-25 09:28 bmp1\bmp1.plg
文件 10519 2013-03-24 16:24 bmp1\bmp1.rc
文件 1702 2013-03-24 16:24 bmp1\bmp1Doc.cpp
............此处省略8个文件信息
相关资源
- Socket编写的一个基于MFC的聊天程序源
- Programming Windows with MFC随书光盘源代码
- 能随鼠标移动的放大镜
- MultiThread(VS2013 MFC多线程-含源码-含个
- VC++6.0 MFC串口编程上位机程序代码.
- VC6中使用MFC自动化Excel数据写入和图表
- 超市库存管理系统的MFC实现
- 圆检测和方形检测图像处理
- MFC 下写的SVM类
- MFC+OpenGL三维建模与动画显示
- MFC基于对话框GDI+简单绘图
- MFC编程技巧与范例详解PDF(无水印 带
- 各种Kalman滤波的比较程序——C++/MFC版
- MFC vc++ 银行业务模拟系统
- mfc根据窗口大小自动调整所有控件大
- MFC 自定义位图按钮加文字
- 灰色预测模型资料和程序.rar
- MFC绘制的移动小车,包含了图形的平
- 使用MFC实现真实感图形绘制
- 基于MFC的单机版五子棋含PPT详细答辩
- MFC教学管理系统
- MFC计算器编程,可视化,含详细实现
- MFC实现简单计算器支持加减乘除和括
- MFC版Sniffer
- MFC视频聊天
- MFC与Windows编程MFC与Windows编程
- vsC++ mfc做的时钟
- MFC通讯录源码(毕业设计 课程设计
- mfc通过鼠标移动画线
- 一元二次方程求解MFC实现
评论
共有 条评论