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

📄 fileencrypt.h

📁 同学的毕业设计。基于Hpc密码的选择重传协议的数据传输。希望能供大家参考。谢谢 !
💻 H
字号:
#if !defined(AFX_FILEENCRYPT_H__2BFD10F8_CDFD_42D8_AB3B_732EB4F4CC29__INCLUDED_)
#define AFX_FILEENCRYPT_H__2BFD10F8_CDFD_42D8_AB3B_732EB4F4CC29__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FILEencrypt.h : header file
//
#include "Hpc.h"
/////////////////////////////////////////////////////////////////////////////
// CFILEencrypt dialog

class CFILEencrypt : public CDialog
{
// Construction
public:
	CFILEencrypt(CWnd* pParent = NULL);   // standard constructor
	BOOL m_bWR;
// Dialog Data
	//{{AFX_DATA(CFILEencrypt)
	enum { IDD = IDD_DIALOG_FILE };
	CString	m_strSrcFile;
	CString	m_strDstFile;
	CString	m_miyao;
	CString	m_miyao2;
	//}}AFX_DATA


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

// Implementation
protected:
	u4byte key_len;
	u4byte miyao[8];
	u8byte spice[8];
	// Generated message map functions
	//{{AFX_MSG(CFILEencrypt)
	afx_msg void OnButtonJiami();
	afx_msg void OnButtonSetmiyao();
	afx_msg void OnButtonSetmiyao2();
	afx_msg void OnButtonJiemi();
	afx_msg void OnChangeEdit1();
	afx_msg void OnButtonOpen();
	afx_msg void OnBUTTONAsSave();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_FILEENCRYPT_H__2BFD10F8_CDFD_42D8_AB3B_732EB4F4CC29__INCLUDED_)

⌨️ 快捷键说明

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