?? si_ver.h
字號:
#if !defined(AFX_SI_VER_H__DF3A8EA9_B024_4D95_9095_35E14B32C3DD__INCLUDED_)
#define AFX_SI_VER_H__DF3A8EA9_B024_4D95_9095_35E14B32C3DD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// si_ver.h : header file
//
#include "BigInt.h"
/////////////////////////////////////////////////////////////////////////////
// si_ver dialog
class si_ver : public CDialog
{
// Construction
public:
si_ver(CWnd* pParent = NULL); // standard constructor
CBigInt a,b,M;
// Dialog Data
//{{AFX_DATA(si_ver)
enum { IDD = IDD_SI_VER_DIALOG };
CButton m_Csin;
CButton m_Cres;
CComboBox m_CCi;
CButton m_Bthis;
CButton m_Bet;
CString m_Vm;
CString m_Va;
CString m_Vb;
int m_Vi;
CString m_Vri;
double m_Vet;
double m_Vthis;
double m_Vsint;
CString m_CVi;
//}}AFX_DATA
unsigned long tempi;
CBigInt tempk,temps,tempR;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(si_ver)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(si_ver)
virtual BOOL OnInitDialog();
afx_msg void OnBUTTONres();
afx_msg void OnBUTTONet();
afx_msg void OnBUTTONthis();
afx_msg void OnBUTTONkeysure();
afx_msg void OnBUTTONsin();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SI_VER_H__DF3A8EA9_B024_4D95_9095_35E14B32C3DD__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -