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

📄 hicdoc.h

📁 视频图像的压缩编码。用Vc编写的
💻 H
字号:
// HICDoc.h : interface of the CHICDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_HICDOC_H__AE4700B4_9D81_449E_B9A2_9606AC7C3030__INCLUDED_)
#define AFX_HICDOC_H__AE4700B4_9D81_449E_B9A2_9606AC7C3030__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Dwt.h"
#include "Dib.h"
#include "IntDwt53.h"
#include "LiftDwt97.h"

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

// Attributes
public:

// Operations
public:

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

// Implementation
public:
	BOOL IsBmp(LPCTSTR lpszPathName);
	CDib lpSrc,lpDst1,lpDst2,BMPFile;
    CLiftDwt97 LiftDwt;
	int *data1;
    double *data2;
	int iheight,iwidth,level;
	CDwt FLOATDWT;
	virtual ~CHICDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CHICDoc)
	afx_msg void OnArithmeticcoding();
	afx_msg void OnArithmeticdcoding();
	afx_msg void OnImageopen();
	afx_msg void OnSpihtcoder();
	afx_msg void OnSpihtdcoder();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_HICDOC_H__AE4700B4_9D81_449E_B9A2_9606AC7C3030__INCLUDED_)

⌨️ 快捷键说明

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