资源简介
武汉大学遥感信息工程学院数字图像处理实习资料,值得下载
代码片段和文件信息
// 2008302590018.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “2008302590018.h“
#include “MainFrm.h“
#include “ChildFrm.h“
#include “2008302590018Doc.h“
#include “2008302590018View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy2008302590018App
BEGIN_MESSAGE_MAP(CMy2008302590018App CWinApp)
//{{AFX_MSG_MAP(CMy2008302590018App)
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()
/////////////////////////////////////////////////////////////////////////////
// CMy2008302590018App construction
CMy2008302590018App::CMy2008302590018App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy2008302590018App object
CMy2008302590018App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy2008302590018App initialization
BOOL CMy2008302590018App::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.
CMultiDocTemplate* pDocTemplate;
pDocTemplate = new CMultiDocTemplate(
IDR_MY2008TYPE
RUNTIME_CLASS(CMy2008302590018Doc)
RUNTIME_CLASS(CChildframe) // custom MDI child frame
RUNTIME_CLASS(CMy2008302590018View));
AddDocTemplate(pDocTemplate);
// create main MDI frame window
CMainframe* pMainframe = new CMainframe;
if (!pMainframe->Loadframe(IDR_MAINframe))
return FALSE;
m_pMainWnd = pMainframe;
// Parse command line for standard shell commands DDE file open
C
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1049654 2010-06-11 18:16 数字图像处理实习2010年6月\123456.BMP
文件 1049654 2010-06-17 11:41 数字图像处理实习2010年6月\22222222.BMP
文件 14260 1998-03-27 08:46 数字图像处理实习2010年6月\DIBAPI.CPP
文件 1663 1998-03-27 08:46 数字图像处理实习2010年6月\DIBAPI.H
文件 2873936 2005-01-17 20:58 数字图像处理实习2010年6月\ik_beijing_c.bmp
文件 3238 2010-06-11 18:13 数字图像处理实习2010年6月\ik_beijing_p.bmp
文件 5838 1998-03-27 08:46 数字图像处理实习2010年6月\MYFILE.CPP
文件 39424 2010-06-09 09:13 数字图像处理实习2010年6月\实习报告模板.doc
文件 14149 2010-06-09 09:14 数字图像处理实习2010年6月\实习称述说明.docx
文件 347136 2010-05-30 22:27 数字图像处理实习2010年6月\数字图像处理实习LG.ppt
文件 91136 2010-05-28 09:23 数字图像处理实习2010年6月\数字图像处理实习综合课程.doc
文件 3238 2010-06-11 18:12 数字图像处理实习2010年6月\标准图像.bmp
文件 1048576 2001-09-05 18:51 数字图像处理实习2010年6月\标准图像.raw
文件 14260 1998-03-27 08:46 数字图像处理实习2010年6月\DIBLOOK\DIBAPI.CPP
文件 1663 1998-03-27 08:46 数字图像处理实习2010年6月\DIBLOOK\DIBAPI.H
文件 4958 2010-06-01 11:23 数字图像处理实习2010年6月\DIBLOOK\DIBDOC.CPP
文件 1464 1998-03-27 08:46 数字图像处理实习2010年6月\DIBLOOK\DIBDOC.H
文件 29668 2010-06-01 11:12 数字图像处理实习2010年6月\DIBLOOK\DibLook.aps
文件 2791 2010-06-03 18:39 数字图像处理实习2010年6月\DIBLOOK\diblook.clw
文件 4013 1998-03-27 08:46 数字图像处理实习2010年6月\DIBLOOK\DIBLOOK.CPP
文件 4796 2008-06-07 07:58 数字图像处理实习2010年6月\DIBLOOK\diblook.dsp
文件 537 1998-03-27 08:46 数字图像处理实习2010年6月\DIBLOOK\DIBLOOK.DSW
文件 1150 2010-06-01 15:09 数字图像处理实习2010年6月\DIBLOOK\DIBLOOK.H
文件 6191 1998-03-27 08:46 数字图像处理实习2010年6月\DIBLOOK\DIBLOOK.MAK
文件 91136 2010-06-12 20:39 数字图像处理实习2010年6月\DIBLOOK\DIBLOOK.ncb
文件 215040 2010-06-12 20:39 数字图像处理实习2010年6月\DIBLOOK\DIBLOOK.OPT
文件 2450 2010-06-12 20:29 数字图像处理实习2010年6月\DIBLOOK\diblook.plg
文件 10493 2008-06-07 07:57 数字图像处理实习2010年6月\DIBLOOK\DibLook.rc
文件 9333 1998-03-27 08:46 数字图像处理实习2010年6月\DIBLOOK\DIBLOOK.RCM
文件 6021 2008-06-07 07:59 数字图像处理实习2010年6月\DIBLOOK\DIBVIEW.CPP
............此处省略136个文件信息
相关资源
- 数字图像处理大作业.zip
- 图像结合畸变矫正-数字图像处理
- 数字图像处理第三版中文及英文答案
- 数字图像处理复习资料.doc
- 数字图像处理方法的研究文献翻译
- VC数字图像处理 特效显示代码
- 数字图像处理——基础篇谷口庆治
- 数字图像处理第三版中文答案
- 数字图像处理课件 ppt
- 广东工业大学数字图像处理作业
- 数字图像处理冈萨雷斯第三版课后习
- 数字图像处理 冈萨雷斯 第三版 课后
- 数字图像处理(第3版)_课后习题解答
- 中南大学数字图像处理实验报告
- 数字图像处理编程入门pdf电子书
- 数字图像处理西安交通大学
- 广东工业大学数字图像处理历年试卷
- 数字图像处理编程吕凤军
- 基于DSP的数字图像处理
- 数字图像处理期末作业
- 数字图像处理数据集四-CSet8
- 数字图像处理入门word版
- 数字图像处理 傅里叶变换 第三章 课
- 数字图像处理编程入门 吕凤军
- 杭电数字图像处理作业2
- 《数字图像处理第3版》思考题与习题
- 武汉大学数字图像处理期末实习代码
- 《数字图像处理》第三版 (冈萨雷斯
- 《遥感数字图像处理》汤国安.pdf182
- 国科大 数字图像处理与分析 18考题
评论
共有 条评论