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

📄 desexampledlg.h

📁 网络安全编程之des加密算法实现有demo
💻 H
字号:
// DESEXAMPLEDlg.h : header file
//

#if !defined(AFX_DESEXAMPLEDLG_H__F5D937C4_F27E_4365_A734_AA827C413D52__INCLUDED_)
#define AFX_DESEXAMPLEDLG_H__F5D937C4_F27E_4365_A734_AA827C413D52__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CDESEXAMPLEDlg dialog

class CDESEXAMPLEDlg : public CDialog
{
// Construction
public:
	CDESEXAMPLEDlg(CWnd* pParent = NULL);	// standard constructor
    //--------------------------自定义函数和变量	
	bool enBool;
	bool deBool;	
	int t1[65];
	CString source_string;
	void FileDialog(void);
	void formKey();
	void DESJIEMI();
	void DESDIEDAI();
	int K1[49],K2[49],K3[49],K4[49],K5[49],K6[49],K7[49],K8[49],K9[49],K10[49],K11[49],K12[49],K13[49],K14[49],K15[49],K16[49];
	int R0[33];
	int L0[33];
	void initial();
	void MIYAOERJINZHI();
	void Mingwenerjinzhi();
	//---------------------------------------------

// Dialog Data
	//{{AFX_DATA(CDESEXAMPLEDlg)
	enum { IDD = IDD_DESEXAMPLE_DIALOG };
	CEdit	m_PASSWORD;
	CString	m_MIYAO;
	CString	m_MIWEN;
	CString	m_YUANWEN;
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;
	HBRUSH m_BkBrush;

	// Generated message map functions
	//{{AFX_MSG(CDESEXAMPLEDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButtonDe();
	afx_msg void OnButtonEn();
	afx_msg void OnButtonEnable();
	afx_msg void OnButtonEopen();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DESEXAMPLEDLG_H__F5D937C4_F27E_4365_A734_AA827C413D52__INCLUDED_)

⌨️ 快捷键说明

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