Jiqi1.h
上传用户:dtengfei
上传日期:2013-01-16
资源大小:393k
文件大小:1k
源码类别:

医药行业

开发平台:

Visual C++

  1. #if !defined(AFX_JIQI1_H__96C8BFA1_B33B_11D7_BB61_FB97E1C84959__INCLUDED_)
  2. #define AFX_JIQI1_H__96C8BFA1_B33B_11D7_BB61_FB97E1C84959__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Jiqi1.h : header file
  7. //
  8. #include "Control.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CJiqi thread
  11. class CJiqi : public CWinThread
  12. {
  13. DECLARE_DYNCREATE(CJiqi)
  14. protected:
  15. CJiqi();           // protected constructor used by dynamic creation
  16. // Attributes
  17. public:
  18. struct ThreadPoint{
  19. double data[100000];
  20. double data1[10000];
  21. int PointNumber;
  22. BOOL runing;
  23. int WholeNumber;
  24. }TP;
  25. UINT m_MainThreadID;
  26. HWND  hMainWnd;
  27. // Operations
  28. public:
  29. void QuitPrg();
  30. void Work(LPARAM lParam);
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CJiqi)
  34. public:
  35. virtual BOOL InitInstance();
  36. virtual int ExitInstance();
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. virtual ~CJiqi();
  41. // Generated message map functions
  42. //{{AFX_MSG(CJiqi)
  43. // NOTE - the ClassWizard will add and remove member functions here.
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_JIQI1_H__96C8BFA1_B33B_11D7_BB61_FB97E1C84959__INCLUDED_)