evo_time.h

来自「基于ElGamal的数字签名系统可以对报文在不同的密钥长度上进行签名与验证.」· C头文件 代码 · 共 63 行

H
63
字号
//{{AFX_INCLUDES()
#include "msflexgrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_EVO_TIME_H__D1FE4A91_7B4D_424C_B1B0_2AF1EC0139A3__INCLUDED_)
#define AFX_EVO_TIME_H__D1FE4A91_7B4D_424C_B1B0_2AF1EC0139A3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// evo_time.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// evo_time dialog

class evo_time : public CDialog
{
// Construction
public:
	evo_time(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(evo_time)
	enum { IDD = IDD_EVO_TIME_DIALOG };
	
	float	m_tav;
	float	m_t4;
	float	m_t5;
	float	m_t6;
	float	m_t7;
	float	m_t8;
	float	m_t9;
	float	m_t10;
	float	m_t11;
	float	m_t3;
	float	m_t2;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(evo_time)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	void insertdata();

	// Generated message map functions
	//{{AFX_MSG(evo_time)
	virtual BOOL OnInitDialog();
	afx_msg void OnBUTTONcal();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_EVO_TIME_H__D1FE4A91_7B4D_424C_B1B0_2AF1EC0139A3__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?