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

📄 resource.h

📁 annbp_BP神经网络原代码,经过一些算法改动,希望大家多多支持.
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ANN.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_ANN_FORM                    101
#define IDR_MAINFRAME                   128
#define IDR_ANNTYPE                     129
#define IDD_SETDLG                      130
#define IDD_STRUCTDLG                   131
#define IDD_CONVERGEDLG                 132
#define IDD_STUDYDLG                    133
#define IDD_FNNSETDLG                   134
#define IDD_FNNFACTORSYS                135
#define IDD_FNNNORMALIZE                136
#define IDD_FNNSUBTRAIN                 137
#define IDB_BITMAP_NORMAL               142
#define IDB_BITMAP_LINE                 144
#define IDD_FNNTRAINDLG                 145
#define IDI_ICONLIST1                   147
#define IDI_ICONLIST2                   148
#define IDD_FNNSUBTRAINING              150
#define IDD_FNNTRAINRESULT              152
#define IDD_FCEFNNSUB                   153
#define IDD_FCEFNNTRAINDLG              154
#define IDD_FCEFNNLEARNEDRULE_NOR       155
#define IDD_FCEFNNTESTDLG               156
#define IDD_NEWFNNSETDLG                157
#define IDD_FNNNORMALIZE_STANDARD_FORTEST 158
#define IDC_BUTTON1                     1000
#define IDC_RETRAIN                     1001
#define IDC_BTN_CONVERGE                1004
#define IDC_BTN_STUDY                   1005
#define IDC_EDIT1                       1006
#define IDC_EDIT2                       1007
#define IDC_EDIT3                       1008
#define IDC_RADIO1                      1009
#define IDC_EDIT4                       1009
#define IDC_RADIO2                      1010
#define IDC_RADIO3                      1011
#define IDC_BTN_STRUCT                  1013
#define IDC_EDIT_TRA                    1014
#define IDC_EDIT_TRANUM                 1015
#define IDC_EDIT_INPUTNUM               1016
#define IDC_EDIT_STEP1                  1016
#define IDC_LIST1                       1017
#define IDC_EDIT_MOMENTUM1              1018
#define IDC_LIST2                       1019
#define IDC_COMBO1                      1020
#define IDC_EDIT_STEP2                  1020
#define IDC_EDIT_MOMENTUM2              1021
#define IDC_DATAGRID1                   1023
#define IDC_EDIT_MINERROR               1023
#define IDC_ADODC1                      1024
#define IDC_EDIT_MAXTIMES               1024
#define IDC_EDIT_MINERRORRATE           1025
#define IDC_TRAIN                       1026
#define IDC_TRAINRESULT                 1027
#define IDC_EDIT_TRAINNUM               1028
#define IDC_EDIT_ERROR                  1029
#define IDC_STARTTRAIN                  1030
#define IDC_FUNCPARTTRAIN               1031
#define IDC_PROPARTTRAIN                1032
#define IDC_BOXBEFORETRAIN              1036
#define IDC_BOXAFTERTRAIN               1037
#define IDC_BUILD                       1037
#define IDC_TOBETRAINEDLIST             1038
#define IDC_TRAINEDLIST                 1039
#define IDC_STATIC_PARAMETERS           1040
#define IDC_BUILDALL                    1041
#define IDC_STATIC_TRAINPROC            1042
#define IDC_ALL                         1045
#define IDC_CHECK                       1046
#define IDC_TEST                        1047
#define IDC_EDIT_TESTSET                1048
#define IDC_EDIT_TESTNUM                1049
#define IDC_EDIT_ERRORNUM               1050
#define IDC_STATIC_TESTROC              1051
#define IDC_BUTTON2                     1052
#define IDC_RADIO_FCE                   1053
#define IDC_RADIO_FNN                   1054
#define IDC_CHECK1                      1055
#define IDC_BTNSAMPLES                  1056
#define ID_MODEL_SET                    32771
#define ID_MODEL_STUDY                  32772
#define ID_MODEL_TEST                   32773
#define ID_FNN_SET                      32774
#define ID_FNN_TRAIN                    32775
#define ID_FNN_SUBNN                    32776
#define ID_FNN_FACTOR                   32783
#define ID_FNN_NORMALIZE                32784
#define ID_FNN_TRAINRESULT              32786
#define ID_FNN_KNOWLEDGEDISCOVERY       32787
#define ID_MENUITEM32788                32788
#define ID_MENUITEM32789                32789
#define ID_BPFNN_SET                    32790
#define ID_FCEFNN_SET                   32791
#define ID_FCEFNN_FUZZYRULE             32792
#define ID_FCEFNN_SUBNN                 32793
#define ID_FCEFNN_PRO                   32794
#define ID_FCEFNN_TRAIN                 32795
#define ID_BPFNN_TRAIN                  32796
#define ID_BPFNN_SUBNN                  32797
#define ID_BPFNN_PRO                    32798
#define ID_BPFNN_TRAINRESULT            32799
#define ID_FCEFNN_TRAINRESULT           32800
#define ID_FCEFNN_TEST                  32801
#define ID_MODEL_EXPORTDEM              32802
#define ID_SYSTEST_FACTORSYS            32803
#define ID_STATIC                       65535

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        159
#define _APS_NEXT_COMMAND_VALUE         32805
#define _APS_NEXT_CONTROL_VALUE         1057
#define _APS_NEXT_SYMED_VALUE           103
#endif
#endif

⌨️ 快捷键说明

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