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

📄 resource.h

📁 使用神经网络开发包实现图形化的神经网络模拟
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by NeuralNetwork.rc
//
#define IDD_ABOUTBOX                    100
#define IDB_SPLASH                      102
#define IDR_MAINFRAME                   128
#define IDR_NEURALTYPE                  129
#define IDB_BMP_BACK                    156
#define IDB_BMP_NEURALBACK              158
#define IDB_BMP_NEURON                  161
#define IDB_BMP_LINEBACK                164
#define IDB_BMP_LINE                    165
#define IDB_BMP_LINEEND                 166
#define IDB_BMP_LINEBEGIN               169
#define IDD_DLG_NEURON                  172
#define IDD_DLG_LINE                    185
#define IDD_DLG_TRAIN                   186
#define IDD_DLG_TEST                    187
#define IDB_BMP_START                   191
#define IDD_DLG_FUNCTION                197
#define IDB_BMP_FUNCTION                199
#define IDC_TRACKBAR1                   1005
#define IDC_STATIC_TRACK                1007
#define IDC_TRACKBAR                    1009
#define IDC_EDIT_WEIGHT                 1011
#define IDC_RADIO5                      1014
#define IDC_RADIO6                      1015
#define IDC_RADIO3                      1016
#define IDC_RADIO4                      1017
#define IDC_FUNCTION                    1018
#define IDC_RADIO2                      1019
#define IDC_RADIO7                      1020
#define ID_FUNCTION_DETAIL              1022
#define IDC_EDIT_BIAS                   1023
#define IDC_EDIT_TRAIN                  1025
#define IDC_EDIT_TEST                   1026
#define IDC_EDIT_RESULT                 1027
#define IDC_BTN_TRAIN                   1028
#define IDC_EDIT_MAXSTEP                1029
#define IDC_BTN_TEST                    1030
#define IDC_BTN_RESULT                  1031
#define IDC_EDIT_LEARN                  1032
#define ID_DRAW_CIRCLE                  32771
#define ID_DRAW_SQUARE                  32772
#define ID_DRAW_PATTERN                 32773
#define ID_DARW_PATTERN                 32774
#define ID_NEURON_INSERT                32777
#define ID_NEURAL_TEST                  32778
#define ID_NEURON_TRAIN                 32779
#define ID_DLG_SHOW                     32780
#define ID_NEURON_TEST                  32782
#define ID_APP_HELP                     32785

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        200
#define _APS_NEXT_COMMAND_VALUE         32786
#define _APS_NEXT_CONTROL_VALUE         1033
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif

⌨️ 快捷键说明

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