imagedwt.h

来自「基于DCT的小波变换EZW压缩算法以及毕业设计论文」· C头文件 代码 · 共 49 行

H
49
字号
// ImageDWT.h : main header file for the IMAGEDWT application
//

#if !defined(AFX_IMAGEDWT_H__1B70A2B3_0703_4676_A38E_2FCE736F9A67__INCLUDED_)
#define AFX_IMAGEDWT_H__1B70A2B3_0703_4676_A38E_2FCE736F9A67__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols

/////////////////////////////////////////////////////////////////////////////
// CImageDWTApp:
// See ImageDWT.cpp for the implementation of this class
//

class CImageDWTApp : public CWinApp
{
public:
	CImageDWTApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CImageDWTApp)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation
	//{{AFX_MSG(CImageDWTApp)
	afx_msg void OnAppAbout();
	afx_msg void OnFileOpen();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


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

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_IMAGEDWT_H__1B70A2B3_0703_4676_A38E_2FCE736F9A67__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?