📄 myfile.h
字号:
#if !defined(AFX_MYFILE_H__B6EC496E_47D1_4B61_9C3A_FF6A7A6886D4__INCLUDED_)
#define AFX_MYFILE_H__B6EC496E_47D1_4B61_9C3A_FF6A7A6886D4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyFile.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMyFile dialog
class CMyFile : public CPropertyPage
{
DECLARE_DYNCREATE(CMyFile)
// Construction
public:
void charToBit(CString in,int flag);
void key_64Tokey_56AndkeyT1(int key_64[64]);
void CircleLeftAndkeyT2(int key_56[56]);
void Cut(CString str);
void CutMiwen(CString str);
void IpT(int DATA[64]);
void F(int data[64]);
void S_funcAndP(int B[8][6]);
void RLAndIP_1(int R[32],int L[32]);
void BitToChar(int out[64]);
int RoundKey[16][48],tmp1[32];
int FLAG;
int cnt_a;
CString Result;
CString STR;
CMyFile();
~CMyFile();
// Dialog Data
//{{AFX_DATA(CMyFile)
enum { IDD = IDD_File };
CString m_FilePath;
CString m_mingwen;
CString m_miwen;
CString m_filekey;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CMyFile)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMyFile)
afx_msg void OnFileJiame();
afx_msg void OnFileJiemi();
afx_msg void OnButton4();
afx_msg void OnBrowse();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYFILE_H__B6EC496E_47D1_4B61_9C3A_FF6A7A6886D4__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -