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

📄 play_sdes.h

📁 通过编程实现S-DES算法的加密与解密过程
💻 H
字号:
#if !defined(AFX_PLAY_SDES_H__455BA890_3188_487B_AAF6_930D194AF25A__INCLUDED_)
#define AFX_PLAY_SDES_H__455BA890_3188_487B_AAF6_930D194AF25A__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// play_sdes dialog

class play_sdes : public CColorDialog
{
	DECLARE_DYNAMIC(play_sdes)

public:
	play_sdes(COLORREF clrInit = 0, DWORD dwFlags = 0,
			CWnd* pParentWnd = NULL);

protected:
	//{{AFX_MSG(play_sdes)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PLAY_SDES_H__455BA890_3188_487B_AAF6_930D194AF25A__INCLUDED_)

⌨️ 快捷键说明

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