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

📄 resource.h

📁 八数码问题的C++程序代码。八数码问题是个典型的状态图搜索问题。搜索方式有两种基本的方式
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by NineGrid.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_NINEGRID_DIALOG             102
#define IDR_MAINFRAME                   128
#define IDC_BUTTON_INI                  1000
#define IDC_EDIT0_S0                    1001
#define IDC_EDIT1_S0                    1002
#define IDC_EDIT2_S0                    1003
#define IDC_EDIT3_S0                    1004
#define IDC_EDIT4_S0                    1005
#define IDC_EDIT5_S0                    1006
#define IDC_EDIT6_S0                    1007
#define IDC_EDIT7_S0                    1008
#define IDC_EDIT8_S0                    1009
#define IDC_EDIT0_SG                    1010
#define IDC_EDIT1_SG                    1011
#define IDC_EDIT2_SG                    1012
#define IDC_EDIT3_SG                    1013
#define IDC_EDIT4_SG                    1014
#define IDC_EDIT5_SG                    1015
#define IDC_EDIT6_SG                    1016
#define IDC_EDIT7_SG                    1017
#define IDC_EDIT8_SG                    1018
#define IDC_EDIT_CALU_RESULT            1019
#define IDC_BUTTON_BEGIN                1020
#define IDC_BUTTON_END                  1021
#define IDC_EDIT_OUTPUT                 1022
#define IDC_BUTTON1                     1023

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1024
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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