⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 waveletdoc.h

📁 this walet there is pictures in it you can debug it
💻 H
字号:
// waveletDoc.h : interface of the CWaveletDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_WAVELETDOC_H__F42A4B6D_E4F0_48B8_8F62_8E876478CA2A__INCLUDED_)
#define AFX_WAVELETDOC_H__F42A4B6D_E4F0_48B8_8F62_8E876478CA2A__INCLUDED_

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


class CWaveletDoc : public CDocument
{
protected: // create from serialization only
	CWaveletDoc();
	DECLARE_DYNCREATE(CWaveletDoc)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CWaveletDoc)
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);
	virtual BOOL OnOpenDocument(LPCTSTR lpszPathName);
	//}}AFX_VIRTUAL

// Implementation
public:
	long fsize;
	short** m_WaveletCoeff;
	bool m_bFilter,m_bOnce,m_bTwice,m_bTribl;
	short * m_pstore;
	unsigned char* m_pTransfered;
	unsigned char* m_pBitmap;
	CString m_strFileFusion;
	int minthr;
	BOOL m_fDirty;
	CString m_strFileName;
	virtual ~CWaveletDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	BOOL ReadBitmap(LPCTSTR lpszPathName, unsigned char *& buffer);
	//{{AFX_MSG(CWaveletDoc)
	afx_msg void OnWaveletHang();
	afx_msg void OnWaveletLie();
	afx_msg void OnWaveletOne();
	afx_msg void OnWaveletTwo();
	afx_msg void OnWaveletThree();
	afx_msg void OnDwtNibianhuan();
	afx_msg void OnCodeEzw();
	afx_msg void OnOptionValue();
	afx_msg void OnFilterBlur();
	afx_msg void OnFilterBlur2();
	afx_msg void OnFilterSharpness();
	afx_msg void OnFilterSharpness2();
	afx_msg void OnCodeDecode();
	afx_msg void OnResult();
	afx_msg void OnDiprocFusion();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_WAVELETDOC_H__F42A4B6D_E4F0_48B8_8F62_8E876478CA2A__INCLUDED_)

⌨️ 快捷键说明

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