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

📄 resource.h

📁 数值分析的简单算法VC++实现
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by NumericalAnalysis.rc
//
#define IDC_MYICON                      2
#define IDD_NUMERICALANALYSIS_DIALOG    102
#define IDD_ABOUTBOX                    103
#define IDS_APP_TITLE                   103
#define IDM_ABOUT                       104
#define IDM_EXIT                        105
#define IDS_HELLO                       106
#define IDI_NUMERICALANALYSIS           107
#define IDI_SMALL                       108
#define IDC_NUMERICALANALYSIS           109
#define IDR_MAINFRAME                   128
#define IDC_DATALIST                    501
#define IDC_STATIC1                     502
#define IDC_STATIC2                     503
#define IDC_STATIC3                     504
#define IDC_EDIT_X                      505
#define IDC_EDIT_Y                      506
#define IDC_EDIT_DER                    507
#define IDC_EDIT_VAR                    508
#define IDC_ADDBUTTON                   509
#define IDC_DELBUTTON                   510
#define IDC_CLEARBUTTON                 511
#define IDC_CAL                         512
#define IDC_OUTPUT                      513
#define IDC_ZOOMIN                      514
#define IDC_ZOOMOUT                     515
#define LAGRANGE                        1000
#define NEWTON                          1001
#define CUBLISPLINE                     1002
#define LEASTSQUARE                     1003
#define TRAPEZOID                       1004
#define SIMPSON                         1005
#define ROMBERG                         1006
#define IDM_LAGRANGE                    32772
#define IDM_NEWTON                      32773
#define IDM_CUBLISPLINE                 32774
#define IDM_LEASTSQUARE                 32776
#define ID_MENUITEM32777                32777
#define ID_MENUITEM32778                32778
#define IDM_TRAPEZOID                   32784
#define IDM_SIMPSON                     32785
#define IDM_ROMBERG                     32786
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32787
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           110
#endif
#endif

⌨️ 快捷键说明

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