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

📄 resource.h

📁 本程序采用全局择优的启发式搜索算法来解决人工智能中的八数码难题。
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by EightNum.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define ID_SOLVE                        101
#define IDD_EIGHTNUM_DIALOG             102
#define IDR_MAINFRAME                   128
#define IDB_NUM1                        138
#define IDB_NUM2                        139
#define IDB_NUM3                        140
#define IDB_NUM4                        141
#define IDB_NUM5                        142
#define IDB_NUM6                        143
#define IDB_NUM7                        144
#define IDB_NUM8                        145
#define IDR_MENU_FILE                   146
#define IDB_OK                          148
#define IDD_SET                         148
#define IDI_HELP                        151
#define IDI_SET                         152
#define IDD_HELP                        155
#define IDB_CANCEL                      155
#define IDC_BTN2                        1000
#define IDC_STATIC_MAIL                 1000
#define IDC_LIST_ENGINE                 1000
#define IDC_BTN1                        1001
#define IDC_BTN4                        1002
#define IDC_STATIC_QQ                   1002
#define IDC_BTN3                        1003
#define IDC_BTN6                        1004
#define IDC_BTN5                        1005
#define IDC_BTN7                        1006
#define IDC_BTN9                        1007
#define IDC_BTN8                        1008
#define IDC_BTN_AUTOSOLVE               1010
#define IDC_BTN_ABOUT                   1011
#define IDC_EDIT_HELP                   1011
#define IDC_BTN_OPEN                    1011
#define IDC_BTN_EXIT                    1012
#define IDC_BTN_EXPLAIN                 1013
#define IDC_BTN_SAVE                    1013
#define IDC_BTN_BEGIN                   1014
#define IDC_TIP                         1015
#define IDM_OPEN                        32771
#define IDM_SAVE                        32772
#define IDM_EXIT                        32773
#define IDM_SET                         32774
#define IDM_ABOUT                       32775
#define IDM_HELP                        32776
#define IDM_RAND                        32777

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        149
#define _APS_NEXT_COMMAND_VALUE         32778
#define _APS_NEXT_CONTROL_VALUE         1016
#define _APS_NEXT_SYMED_VALUE           102
#endif
#endif

⌨️ 快捷键说明

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