비트맵 프로그램 (Bitmaptest)
닫기
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
해당 자료는 10페이지 까지만 미리보기를 제공합니다.
10페이지 이후부터 다운로드 후 확인할 수 있습니다.

소개글

비트맵 프로그램 (Bitmaptest)에 대한 보고서 자료입니다.

목차

[Debug]
[res]
BinCntrlDlg.cpp
BinCntrlDlg.h
Bitmaptest.aps
Bitmaptest.clw
Bitmaptest.cpp
Bitmaptest.dsp
Bitmaptest.dsw
Bitmaptest.h
Bitmaptest.ncb
Bitmaptest.opt
Bitmaptest.plg
Bitmaptest.rc
BitmaptestDoc.cpp
BitmaptestDoc.h
BitmaptestView.cpp
BitmaptestView.h
ChildFrm.cpp
ChildFrm.h
MainFrm.cpp
MainFrm.h
ReadMe.txt
resource.h
StdAfx.cpp
StdAfx.h


파일 42, 폴더 2
7.02MB

본문내용

Bitmaptest.cpp




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

#include \\"stdafx.h\\"
#include \\"Bitmaptest.h\\"

#include \\"MainFrm.h\\"
#include \\"ChildFrm.h\\"
#include \\"BitmaptestDoc.h\\"
#include \\"BitmaptestView.h\\"

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

/////////////////////////////////////////////////////////////////////////////
// CBitmaptestApp

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

/////////////////////////////////////////////////////////////////////////////
// CBitmaptestApp construction

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





▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒



BitmaptestView.cpp





// BitmaptestView.cpp : implementation of the CBitmaptestView class
//

#include \\"stdafx.h\\"
#include \\"Bitmaptest.h\\"

#include \\"BitmaptestDoc.h\\"
#include \\"BitmaptestView.h\\"

#include \\"BinCntrlDlg.h\\"

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

/////////////////////////////////////////////////////////////////////////////
// CBitmaptestView

IMPLEMENT_DYNCREATE(CBitmaptestView, CView)

BEGIN_MESSAGE_MAP(CBitmaptestView, CView)
    //{{AFX_MSG_MAP(CBitmaptestView)
    ON_COMMAND(IDM_CONST_ADD, OnConstAdd)
    ON_COMMAND(IDM_CONST_SUB, OnConstSub)
    ON_COMMAND(IDM_CONST_MUL, OnConstMul)
    ON_COMMAND(IDM_CONST_DIV, OnConstDiv)
    ON_COMMAND(IDM_FRM_ADD, OnFrmAdd)
    ON_COMMAND(IDM_FRM_SUB, OnFrmSub)
    ON_COMMAND(IDM_FRM_MUL, OnFrmMul)
    ON_COMMAND(IDM_IMGHISTO, OnImghisto)
    ON_COMMAND(IDM_HISTO_EQUAL, OnHistoEqual)
    ON_COMMAND(IDM_HISTO_STRETCH, OnHistoStretch)
    ON_COMMAND(IDM_HISTO_UPSTRESTCH, OnHistoUpstrestch)
    ON_COMMAND(IDM_HISTO_SPEC_CAL, OnHistoSpecCal)
    ON_COMMAND(IDM_SMOOTHING_BOX, OnSmoothingBox)
    ON_COMMAND(IDM_SHARPENING_LAPLACIAN, OnSharpeningLaplacian)
    ON_COMMAND(IDM_EDGE_PREWITT, OnEdgePrewitt)
    ON_COMMAND(IDM_ZOOMOUT, OnZoomout)
    ON_COMMAND(IDM_ZOOMIN, OnZoomin)
    ON_COMMAND(IDM_ROTATION, OnRotation)

    //}}AFX_MSG_MAP
    // Standard printing commands
    ON_COMMAND(ID_FILE_PRINT, CView::OnFilePrint)
    ON_COMMAND(ID_FILE_PRINT_DIRECT, CView::OnFilePrint)
    ON_COMMAND(ID_FILE_PRINT_PREVIEW, CView::OnFilePrintPreview)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////

추천자료

  • 가격3,000
  • 페이지수42페이지
  • 등록일2014.04.08
  • 저작시기2012.3
  • 파일형식압축파일(zip)
  • 자료번호#912210
본 자료는 최근 2주간 다운받은 회원이 없습니다.
청소해
다운로드 장바구니