www.pudn.com > 图像处理源代码.rar > Task5.h
#if !defined(AFX_TASK5_H__4FA4A1CA_09CE_11D5_AD34_D3504FA59247__INCLUDED_)
#define AFX_TASK5_H__4FA4A1CA_09CE_11D5_AD34_D3504FA59247__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Task5.h : header file
//
int compare( const void *arg1, const void *arg2 );
void list(TWOTREE *node,int codelen,int codeval);
void listfree(TWOTREE* node);
/////////////////////////////////////////////////////////////////////////////
// CTask5 dialog
class CTask5 : public CPropertyPage
{
DECLARE_DYNCREATE(CTask5)
// Construction
public:
CTask5();
~CTask5();
// Dialog Data
//{{AFX_DATA(CTask5)
enum { IDD = IDD_TASK5 };
// NOTE - ClassWizard will add data members here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CTask5)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTask5)
afx_msg void OnOpen();
afx_msg void OnClear();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TASK5_H__4FA4A1CA_09CE_11D5_AD34_D3504FA59247__INCLUDED_)