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

📄 resource.h

📁 this program is system of linear equations
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Code5.rc
//
#define IDD_DIALOG1                     101
#define IDC_GAUSS                       1002
#define IDC_A11                         1004
#define IDC_CROUT                       1005
#define IDC_CHOLESKY                    1006
#define IDC_THOMAS                      1007
#define IDC_GAUSSSEIDEL                 1008
#define IDC_RESET                       1009
#define IDC_A12                         1010
#define IDC_A13                         1011
#define IDC_A14                         1012
#define IDC_A15                         1013
#define IDC_A21                         1014
#define IDC_A22                         1015
#define IDC_A23                         1016
#define IDC_A24                         1017
#define IDC_A25                         1018
#define IDC_A31                         1019
#define IDC_A32                         1020
#define IDC_A33                         1021
#define IDC_A34                         1022
#define IDC_A35                         1023
#define IDC_A41                         1024
#define IDC_A42                         1025
#define IDC_A43                         1026
#define IDC_A44                         1027
#define IDC_A45                         1028
#define IDC_A51                         1029
#define IDC_A52                         1030
#define IDC_A53                         1031
#define IDC_A54                         1032
#define IDC_A55                         1033
#define IDC_b1                          1034
#define IDC_b2                          1035
#define IDC_b3                          1036
#define IDC_b4                          1037
#define IDC_b5                          1038
#define IDC_x1                          1039
#define IDC_x2                          1040
#define IDC_x3                          1041
#define IDC_x4                          1042
#define IDC_x5                          1043
#define IDC_MESSAGE                     1044

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        102
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1045
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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