MemPage2.h
上传用户:tianjwyx
上传日期:2007-01-13
资源大小:813k
文件大小:1k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. #if !defined(AFX_MEMPAGE2_H__A234AE51_676C_4C2E_A760_B1CD2ED73D30__INCLUDED_)
  2. #define AFX_MEMPAGE2_H__A234AE51_676C_4C2E_A760_B1CD2ED73D30__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MemPage2.h : header file
  7. //
  8. #include "Math.h"
  9. #include ".GraphGraph.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CMemPage2 dialog
  12. struct POTS
  13. {
  14. int rate;
  15. };
  16. class CMemPage2 : public CDialog
  17. {
  18. // Construction
  19. public:
  20. void Draw3dLine();
  21. CMemPage2(CWnd* pParent = NULL);   // standard constructor
  22.     bool bDraw;
  23. void DrawText(int x, int y, CString Text);
  24. void InitGrah();
  25. CGraph* testGraph;
  26. BOOL graphComplete;
  27.     CArray<POTS,POTS>potFIFO;
  28. CArray<POTS,POTS>potOPT;
  29. CArray<POTS,POTS>potLRU;
  30.   
  31. // Dialog Data
  32. //{{AFX_DATA(CMemPage2)
  33. enum { IDD = IDD_TAB_PAGE2 };
  34. CStatic m_Draw;
  35. //}}AFX_DATA
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(CMemPage2)
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(CMemPage2)
  46. virtual BOOL OnInitDialog();
  47. afx_msg void OnPaint();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_MEMPAGE2_H__A234AE51_676C_4C2E_A760_B1CD2ED73D30__INCLUDED_)