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

📄 resource.h

📁 神经网络中的多层感知器的BP(反向传播)学习算法
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by xor_learn.rc
//
#define IDD_XOR_LEARN_DIALOG            102
#define IDR_MAINFRAME                   128
#define IDB_BITMAP_NEURON               137
#define IDC_RADIO_LEARNING              1000
#define IDC_RADIO_TESTING               1001
#define IDC_RADIO_LEARN_MB              1002
#define IDC_RADIO_LEARN_EC              1004
#define IDC_RADIO_LEARN_HB              1005
#define IDC_EDIT_W1                     1006
#define IDC_EDIT_W2                     1007
#define IDC_NEURON_VIEW                 1008
#define IDC_EDIT_B                      1009
#define IDC_RADIO_RED                   1010
#define IDC_RADIO_GREEN                 1011
#define IDC_BUTTON_ADJUST               1012
#define IDC_BUTTON_RESET                1013
#define IDC_BUTTON_STOP                 1014
#define IDC_STATIC_W1                   1016
#define IDC_STATIC_W2                   1017
#define IDC_STATIC_B                    1018
#define IDC_STATIC_W6                   1018
#define IDC_STATIC_NEURON               1019
#define IDC_EDIT_LEARN_RATE             1020
#define IDC_STATIC_COST                 1021
#define IDC_STATIC_B2                   1022
#define IDC_STATIC_W4                   1023
#define IDC_STATIC_W5                   1024
#define IDC_STATIC_B1                   1025
#define IDC_STATIC_B3                   1026
#define IDC_STATIC_W3                   1027
#define IDC_EDIT_ACTIVELVL              1028
#define IDC_EDIT_MOMENTUM               1029

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        138
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1021
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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