WaveletCoi.h
上传用户:aqingfeng
上传日期:2014-03-25
资源大小:1839k
文件大小:2k
源码类别:

波变换

开发平台:

Visual C++

  1. #if !defined(AFX_WAVELETCOI_H__054A630F_1A8F_4808_A874_EB144D8C94B9__INCLUDED_)
  2. #define AFX_WAVELETCOI_H__054A630F_1A8F_4808_A874_EB144D8C94B9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // WaveletCoi.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWaveletCoi dialog
  10. const LONG N=1000;//函数的离散点个数
  11. class CWaveletCoi : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CWaveletCoi(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CWaveletCoi)
  18. enum { IDD = IDD_WAVELETCOI };
  19. int m_waveletfunction;
  20. int m_waveletlength;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CWaveletCoi)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. public:
  29. CBitmap m_bitmap;
  30. // Implementation
  31. protected:
  32. CRect m_prectfunction;
  33. CString m_strlength;
  34. // Generated message map functions
  35. //{{AFX_MSG(CWaveletCoi)
  36. afx_msg void OnHaar();
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnPaint();
  39. afx_msg void OnDaubechies();
  40. afx_msg void OnMorlet();
  41. afx_msg void OnMexicanhat();
  42. afx_msg void OnMeyer();
  43. afx_msg void OnBspline();
  44. afx_msg void OnSymlets();
  45. afx_msg void OnCoiflets();
  46. afx_msg void OnShannon();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_WAVELETCOI_H__054A630F_1A8F_4808_A874_EB144D8C94B9__INCLUDED_)