• 大小: 4.12MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-14
  • 语言: C/C++
  • 标签:

资源简介

北京交通大学计算机学院数字图像处理学直方图均衡化的c语言实现实验,阮秋琦教授课程

资源截图

代码片段和文件信息

// HistDemoA.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “HistDemoA.h“
#include “HistDemoADlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CHistDemoAApp

BEGIN_MESSAGE_MAP(CHistDemoAApp CWinApp)
//{{AFX_MSG_MAP(CHistDemoAApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CHistDemoAApp construction

CHistDemoAApp::CHistDemoAApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CHistDemoAApp object

CHistDemoAApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CHistDemoAApp initialization

BOOL CHistDemoAApp::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

CHistDemoADlg 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;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    5997568  2015-05-24 17:23  数字图像处理实验二\HistDemoA\Debug\HistDemoA.bsc

     文件     114754  2015-05-24 17:23  数字图像处理实验二\HistDemoA\Debug\HistDemoA.exe

     文件     225732  2015-05-24 17:23  数字图像处理实验二\HistDemoA\Debug\HistDemoA.ilk

     文件      14380  2015-05-05 21:13  数字图像处理实验二\HistDemoA\Debug\HistDemoA.obj

     文件    6946128  2015-05-04 20:35  数字图像处理实验二\HistDemoA\Debug\HistDemoA.pch

     文件     410624  2015-05-24 17:23  数字图像处理实验二\HistDemoA\Debug\HistDemoA.pdb

     文件       2660  2015-05-04 20:24  数字图像处理实验二\HistDemoA\Debug\HistDemoA.res

     文件          0  2015-05-05 21:13  数字图像处理实验二\HistDemoA\Debug\HistDemoA.sbr

     文件      49717  2015-05-24 17:23  数字图像处理实验二\HistDemoA\Debug\HistDemoADlg.obj

     文件          0  2015-05-24 17:23  数字图像处理实验二\HistDemoA\Debug\HistDemoADlg.sbr

     文件      18259  2015-05-05 21:13  数字图像处理实验二\HistDemoA\Debug\ImageWnd.obj

     文件          0  2015-05-05 21:13  数字图像处理实验二\HistDemoA\Debug\ImageWnd.sbr

     文件     105594  2015-05-04 20:35  数字图像处理实验二\HistDemoA\Debug\StdAfx.obj

     文件    1376282  2015-05-04 20:35  数字图像处理实验二\HistDemoA\Debug\StdAfx.sbr

     文件     336896  2015-05-24 17:23  数字图像处理实验二\HistDemoA\Debug\vc60.idb

     文件     372736  2015-05-24 17:23  数字图像处理实验二\HistDemoA\Debug\vc60.pdb

     文件      20900  2015-05-04 20:42  数字图像处理实验二\HistDemoA\HistDemoA.aps

     文件       1227  2015-05-04 22:06  数字图像处理实验二\HistDemoA\HistDemoA.clw

     文件       2105  2015-05-04 19:37  数字图像处理实验二\HistDemoA\HistDemoA.cpp

     文件       4483  2015-05-04 20:42  数字图像处理实验二\HistDemoA\HistDemoA.dsp

     文件        526  2015-05-04 19:37  数字图像处理实验二\HistDemoA\HistDemoA.dsw

     文件       1357  2015-05-04 19:37  数字图像处理实验二\HistDemoA\HistDemoA.h

     文件      82944  2015-05-24 17:40  数字图像处理实验二\HistDemoA\HistDemoA.ncb

     文件      49664  2015-05-24 17:40  数字图像处理实验二\HistDemoA\HistDemoA.opt

     文件       1169  2015-05-24 17:23  数字图像处理实验二\HistDemoA\HistDemoA.plg

     文件       5408  2015-05-04 20:24  数字图像处理实验二\HistDemoA\HistDemoA.rc

     文件       9318  2015-05-24 17:23  数字图像处理实验二\HistDemoA\HistDemoADlg.cpp

     文件       1737  2015-05-04 20:59  数字图像处理实验二\HistDemoA\HistDemoADlg.h

     文件       4480  2015-05-04 22:21  数字图像处理实验二\HistDemoA\ImageWnd.cpp

     文件       1349  2015-05-04 22:06  数字图像处理实验二\HistDemoA\ImageWnd.h

............此处省略19个文件信息

评论

共有 条评论