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

📄 resource.h

📁 这个vc++代码实现了RSA
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by RSA.rc
//
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDR_HTML_EIG                    103
#define IDR_MAINFRAME                   128
#define IDR_RSATYPE                     129
#define IDD_DEMO_FORM                   130
#define IDD_HELP_FORM                   131
#define IDD_TOOL_FORM                   132
#define IDD_EIG                         135
#define IDD_Vigenere                    137
#define IDC_EDIT1                       1001
#define IDC_TREE1                       1002
#define IDC_X                           1002
#define IDC_B                           1003
#define IDC_G                           1003
#define IDC_ADD                         1004
#define IDC_P                           1004
#define IDC_SUB                         1005
#define IDC_MUL                         1006
#define IDC_DIV                         1007
#define IDC_MOD                         1008
#define IDC_DEC                         1009
#define IDC_EUC                         1011
#define IDC_HEX                         1012
#define IDC_A                           1015
#define IDC_C                           1016
#define IDC_ENCRYPT                     1017
#define IDC_DENCRYPTION                 1018
#define IDC_M                           1022
#define IDC_D                           1023
#define IDC_GETPRIMEKEY                 1024
#define IDC_COMBO1                      1025
#define IDC_DD                          1027
#define IDC_N                           1028
#define IDC_E                           1029
#define IDC_EDIT2                       1032
#define IDC_CHECK1                      1033
#define IDC_EDIT3                       1034
#define IDC_EDIT4                       1035
#define IDC_OUT                         1035
#define IDC_GETCODEKEY                  1036
#define IDC_DECRYPTION                  1038
#define IDC_Y                           1039
#define IDC_IN                          1040
#define IDC_CODE                        1043
#define IDC_EDIT6                       1045
#define ID_RSA_CACULATE                 32773
#define ID_RSA_ENCRYPT                  32774
#define ID_RSA_HELP                     32776
#define ID_EIG_COMPULATE                32778
#define ID_VIGENERE32779                32780
#define ID_VIGENERE                     32782

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        138
#define _APS_NEXT_COMMAND_VALUE         32783
#define _APS_NEXT_CONTROL_VALUE         1046
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif

⌨️ 快捷键说明

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