⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 si_ver.h

📁 ElGamal 数字签名源码
💻 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_)

⌨️ 快捷键说明

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