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

📄 resource.h

📁 包涵了密码学教程里面的大部分加密算法
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Crypt.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_CRYPTTYPE                   129
#define IDD_CAESAR                      130
#define IDD_ZITOU                       131
#define IDD_PLAYFAIR                    132
#define IDD_VIGENERE                    133
#define IDD_BEAUFORT                    134
#define IDD_DES                         135
#define IDD_RSA                         136
#define IDD_SEAL                        137
#define IDD_BAKEUP                      141
#define IDD_VERNAM                      142
#define IDC_PlainText                   1000
#define IDC_Cipher                      1001
#define IDC_Encrypt                     1002
#define IDC_Decrypt                     1003
#define IDC_BPlainText                  1004
#define IDC_ToPlainText                 1005
#define IDC_BKey                        1006
#define IDC_BCipher                     1007
#define IDC_Key                         1009
#define IDC_ECBCipher                   1014
#define IDC_ECBDecrypt                  1015
#define IDC_CBCCipher                   1016
#define IDC_CBCDecrypt                  1017
#define IDC_CFBCipher                   1018
#define IDC_CFBDecrypt                  1019
#define IDC_OFBCipher                   1020
#define IDC_OFBDecrypt                  1021
#define IDC_InitVector                  1022
#define IDC_Num                         1023
#define ID_CLASSIC_CAESAR               32771
#define ID_CLASSIC_ZITOU                32772
#define ID_CLASSIC_DES                  32773
#define ID_RSA                          32774
#define ID_CLASSIC_SEAL                 32775
#define ID_CLASSIC_PLAYFAIR             32776
#define ID_CLASSIC_VIGENERE             32777
#define ID_CLASSIC_BEAUFORT             32778
#define ID_CLASSIC_VERNAM               32779
#define ID_MENUITEM32780                32780

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        139
#define _APS_NEXT_COMMAND_VALUE         32782
#define _APS_NEXT_CONTROL_VALUE         1024
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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