资源简介
改代码是基于MFC编写的图片浏览器,可以打开任意格式图片,并且有放大缩小,旋转等等功能,是MFC读取,显示图片的好例程
代码片段和文件信息
// LoadPic.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “LoadPic.h“
#include “MainFrm.h“
#include “LoadPicDoc.h“
#include “LoadPicView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CLoadPicApp
BEGIN_MESSAGE_MAP(CLoadPicApp CWinApp)
//{{AFX_MSG_MAP(CLoadPicApp)
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()
/////////////////////////////////////////////////////////////////////////////
// CLoadPicApp construction
CLoadPicApp::CLoadPicApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CLoadPicApp object
CLoadPicApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CLoadPicApp initialization
BOOL CLoadPicApp::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(CLoadPicDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CLoadPicView));
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();
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5399552 2013-03-04 11:04 MFC图片浏览器\Debug\LoadPic.bsc
文件 131146 2013-03-04 11:04 MFC图片浏览器\Debug\LoadPic.exe
文件 369016 2013-03-04 11:04 MFC图片浏览器\Debug\LoadPic.ilk
文件 28143 2011-02-24 09:29 MFC图片浏览器\Debug\LoadPic.obj
文件 6875776 2011-02-24 09:29 MFC图片浏览器\Debug\LoadPic.pch
文件 467968 2013-03-04 11:04 MFC图片浏览器\Debug\LoadPic.pdb
文件 7000 2011-02-24 09:29 MFC图片浏览器\Debug\LoadPic.res
文件 0 2011-02-24 09:29 MFC图片浏览器\Debug\LoadPic.sbr
文件 15318 2011-02-24 09:29 MFC图片浏览器\Debug\LoadPicDoc.obj
文件 0 2011-02-24 09:29 MFC图片浏览器\Debug\LoadPicDoc.sbr
文件 39949 2013-03-04 11:04 MFC图片浏览器\Debug\LoadPicView.obj
文件 0 2013-03-04 11:04 MFC图片浏览器\Debug\LoadPicView.sbr
文件 19597 2011-02-24 09:29 MFC图片浏览器\Debug\MainFrm.obj
文件 0 2011-02-24 09:29 MFC图片浏览器\Debug\MainFrm.sbr
文件 28799 2011-02-24 09:29 MFC图片浏览器\Debug\Picture.obj
文件 0 2011-02-24 09:29 MFC图片浏览器\Debug\Picture.sbr
文件 105328 2011-02-24 09:29 MFC图片浏览器\Debug\StdAfx.obj
文件 1366493 2011-02-24 09:29 MFC图片浏览器\Debug\StdAfx.sbr
文件 246784 2013-03-04 11:05 MFC图片浏览器\Debug\vc60.idb
文件 397312 2013-03-04 11:04 MFC图片浏览器\Debug\vc60.pdb
文件 28436 2013-03-04 11:05 MFC图片浏览器\LoadPic.aps
文件 2017 2013-03-04 11:11 MFC图片浏览器\LoadPic.clw
文件 4227 2011-02-20 12:40 MFC图片浏览器\LoadPic.cpp
文件 4703 2011-02-21 09:57 MFC图片浏览器\LoadPic.dsp
文件 522 2011-02-20 12:40 MFC图片浏览器\LoadPic.dsw
文件 1367 2011-02-20 12:40 MFC图片浏览器\LoadPic.h
文件 123904 2013-03-04 11:12 MFC图片浏览器\LoadPic.ncb
文件 55808 2013-03-04 11:12 MFC图片浏览器\LoadPic.opt
文件 248 2013-03-04 11:04 MFC图片浏览器\LoadPic.plg
文件 10964 2011-02-23 13:56 MFC图片浏览器\LoadPic.rc
............此处省略23个文件信息
- 上一篇:Las读写程序c++
- 下一篇:基于ANN的神经网络识别数字系统
相关资源
- 图像边缘提取经典算法MFC实现
- VC++ MFC编写的2048小游戏工程及源代码
- MFC实现dem的读取与现实
- MFC扫雷游戏源码 自己做的 适合初学者
- MFC皮肤免费可用
- VC++6.0 MFC 基于对话框编写的扫雷源程
- 多功能计算器 vc++ mfc
- 图书管理系统VC6 MFC
- 贪吃蛇VC6 MFC
- MFC vc++ 指针时钟 闹钟,非常好用。
- C++ MFC 学生和教师信息系统
- 餐饮管理资源源代码
- VC/MFC启动及登录界面设计
- 火车订票系统mfc+sql希望能对大家有所
- 用MFC制作的车票管理系统
- c++ 时区时钟
- MFC代码大全经典+技巧
- MFC绘图板源代码及设计报告
- C++读取Excel,就两个文件,里面有,可
- MFC单文档应用程模拟交通红绿灯
- MFC图书管理系统代码及程序 可用作毕
- CMFCToolBarVS2010
- MFC 一维码生成+打印 支持多种编码1
- MD5算法源代码(MFC)
- 基于MFC的TCP通信程序
- MFC学生成绩管理系统
- matlab下的基于高斯混合模型的说话人
- 从DEM数据中提取等高线——MFC编写
- mfc编写的通讯录小程序
- MFC Csocket实现点对点文件传输
评论
共有 条评论