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

📄 resource.h

📁 支持向量基预测的小数据量的预测方法。包括数据拟合
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by svm.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_SVMTYPE                     129
#define IDD_LEARN_GENERAL               130
#define IDD_LEARN_LEARNING              132
#define IDD_LEARN_PERFORM               133
#define IDD_LEARN_KERNEL                134
#define IDD_LEARN_OPTIMIZE              135
#define IDD_LEARN_DLG                   136
#define IDD_CLASSIFY_DLG                137
#define IDD_PROMPT_DLG                  138
#define IDD_DIALOG_USER_LOGING          155
#define IDD_DIALOG_Paramter             156
#define IDC_EDIT_V                      1001
#define IDC_EDIT_C                      1002
#define IDC_EDIT_O                      1003
#define IDC_EDIT_K                      1004
#define IDC_CHECK_B                     1005
#define IDC_CHECK_I                     1006
#define IDC_EDIT_P                      1007
#define IDC_EDIT_A                      1008
#define IDC_EDIT_L                      1009
#define IDC_COMBO_T                     1010
#define IDC_EDIT_E                      1011
#define IDC_EDIT_H                      1012
#define IDC_EDIT_F                      1013
#define IDC_EDIT_D                      1014
#define IDC_EDIT_G                      1015
#define IDC_EDIT_S                      1016
#define IDC_EDIT_R                      1017
#define IDC_EDIT_U                      1018
#define IDC_EDIT_J                      1019
#define IDC_EDIT_Q                      1020
#define IDC_EDIT_N                      1021
#define IDC_EDIT_M                      1022
#define IDC_CHECK_X                     1024
#define IDC_EDIT_TRAIN                  1025
#define IDC_EDIT_MODEL                  1026
#define IDC_BROW_TRAIN                  1027
#define IDC_BROW_MODEL                  1028
#define IDC_CHECK_OPEN_MODEL            1029
#define IDC_BROW_RESULT                 1030
#define IDC_EDIT_RESULT                 1031
#define IDC_EDIT_CLASSIFY               1032
#define IDC_BROW_CLASSIFY               1033
#define IDC_FINAL_CHECK                 1035
#define IDC_SHOW_ACTION                 1036
#define IDC_SHOW_TESTRESULT             1037
#define IDC_SHOW_TITLE                  1038
#define IDC_SHOW_COMPUTE                1039
#define IDC_SHOW_COMPUTE_1              1039
#define IDC_EDIT_User                   1039
#define IDC_WRITE_MODEL                 1040
#define IDC_EDIT_Password               1040
#define IDC_EDIT1                       1040
#define IDC_SHOW_TRAINRESULT            1041
#define IDC_EDIT2                       1041
#define IDC_SHOW_WRITEFILE              1042
#define IDC_EDIT3                       1042
#define IDC_SHOW_READFILE               1043
#define IDC_SHOW_COMPUTE_2              1044
#define IDC_EDIT4                       1044
#define IDC_SHOW_COMPUTE_3              1045
#define IDC_EDIT5                       1045
#define IDC_EDIT6                       1046
#define ID_SHOW                         32771
#define ID_TRAIN                        32772
#define ID_OPTION_LEARN                 32774
#define ID_FILE_LEARN                   32775
#define ID_FILE_CLASSIFY                32776
#define ID_OPTION_PROMPT                32779
#define ID_TOOL_TEMP                    32781
#define ID_STOP_RUNNING                 32782
#define ID_CLEAR_TEXT                   32783
#define ID_REGRESS                      32784
#define ID_REGRESS_Paremter             32785
#define ID_GRESS_DRAW                   32786
#define ID_INDICATOR_TIME               59142

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        157
#define _APS_NEXT_COMMAND_VALUE         32787
#define _APS_NEXT_CONTROL_VALUE         1041
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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