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

📄 resource.h

📁 本程序是一个最近邻分类算法的演示程序
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 最近邻法分类器.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_MY_DIALOG                   102
#define IDR_MAINFRAME                   128
#define IDB_BITMAP1                     129
#define IDR_MENU1                       132
#define IDI_ICON1                       135
#define IDI_ICON2                       137
#define IDI_ICON3                       138
#define IDI_ICON4                       139
#define IDI_ICON5                       141
#define IDI_ICON6                       143
#define IDI_ICON7                       145
#define IDI_ICON8                       146
#define IDI_ICON9                       147
#define IDI_ICON10                      148
#define IDI_ICON11                      149
#define IDI_ICON12                      151
#define IDI_ICON13                      152
#define IDI_ICON14                      153
#define IDI_ICON15                      154
#define IDD_DIALOG1                     156
#define IDD_DIALOG2                     159
#define IDD_DIALOG3                     162
#define IDD_DIALOG4                     164
#define IDD_DIALOG5                     166
#define IDC_STATIC1                     1000
#define IDC_STATIC2                     1001
#define IDC_STATIC3                     1002
#define IDC_STATICN                     1004
#define IDC_STATICk1                    1005
#define IDC_STATICk2                    1006
#define IDC_STATICk3                    1007
#define IDC_STATICC1                    1008
#define IDC_STATICC2                    1009
#define IDC_STATICC3                    1010
#define IDC_STATICN1                    1011
#define IDC_STATICN2                    1012
#define IDC_STATICC4                    1013
#define IDC_EDIT1                       1014
#define IDC_LIST2                       1019
#define IDC_EDIT2                       1020
#define IDC_LIST1                       1021
#define IDOK1                           1022
#define IDOK2                           1023
#define IDC_STATIC4                     1024
#define IDC_STATIC5                     1025
#define IDC_BUTTON1                     1026
#define IDC_BUTTON2                     1027
#define IDC_BUTTON3                     1028
#define IDC_BUTTON4                     1029
#define IDC_BUTTON5                     1030
#define IDC_BUTTON6                     1031
#define IDC_BUTTON7                     1032
#define ID_Class11                      32771
#define ID_Class12                      32772
#define ID_Class13                      32773
#define ID_Class21                      32774
#define ID_Class31                      32775
#define ID_Class32                      32776
#define ID_Class33                      32777
#define ID_Class42                      32779
#define ID_Class43                      32780
#define ID_Class44                      32782

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        167
#define _APS_NEXT_COMMAND_VALUE         32783
#define _APS_NEXT_CONTROL_VALUE         1033
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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