resource.h
来自「OpenSVM was developped under Visual C++ 」· C头文件 代码 · 共 71 行
H
71 行
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by OpenSVM.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define IDR_OPENSVTYPE 129
#define IDD_TRAIN_NORMAL 130
#define IDD_SELECT_MODEL 133
#define IDB_LOGO 135
#define IDD_RESULT 145
#define IDD_ENTER 146
#define IDC_BROWSE 1000
#define IDC_CACHESIZE 1002
#define IDC_STOP_CRITICAL 1003
#define IDC_FUNC_LINEAR 1006
#define IDC_FUNC_POLY 1007
#define IDC_FUNC_RBF 1008
#define IDC_FUNC_SIGMOD 1009
#define IDC_FUNC_SIGMOID 1009
#define IDC_POLY_GAMMA 1014
#define IDC_POLY_COEF 1015
#define IDC_POLY_DEGREE 1016
#define IDC_RBF_GAMMA 1017
#define IDC_SIGMOD_GAMMA 1018
#define IDC_SIGMOID_GAMMA 1018
#define IDC_SIGMOD_COEF 1019
#define IDC_SIGMOID_COEF 1019
#define IDC_CSVC 1035
#define IDC_NUSVC 1037
#define IDC_ESVR 1038
#define IDC_NUSVR 1039
#define IDC_CSVC_C 1040
#define IDC_NUSVC_NU 1041
#define IDC_ESVR_E 1042
#define IDC_NUSVR_NU 1043
#define IDC_SVR_C 1044
#define IDC_EDIT1 1047
#define IDC_MODELINFO 1047
#define IDC_COMBOBOXEX1 1048
#define IDC_MODELS 1048
#define IDC_PARAMINFO 1049
#define IDC_SHRINKING 1058
#define IDC_CROSSVAL 1059
#define IDC_LOAD_TRAIN_FILE 1060
#define IDC_NRFOLD 1061
#define ID_TRAIN 1067
#define IDC_PROBABILITY 1069
#define IDC_CUSTOM1 1075
#define IDC_RESULT_CONTENT 1077
#define IDC_EDIT 1079
#define IDD_TRAIN_WIZARD 32773
#define IDD_QUIT 32775
#define IDD_PREDICT 32776
#define ID_LOAD_FILE 32777
#define IDC_ABOUT 32779
#define IDC_VISIT_OPENSVM 32781
#define IDC_VISIT_LIBSVM 32782
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS 1
#define _APS_NEXT_RESOURCE_VALUE 147
#define _APS_NEXT_COMMAND_VALUE 32783
#define _APS_NEXT_CONTROL_VALUE 1084
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?