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

📄 resource.h

📁 人工智能的经典八皇后问题,这个算法是a*算法.利用这个算法可以解决八数码,八皇后问题等
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Chess.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_CHESSTYPE                   129
#define IDD_ENTERVIEW                   130
#define IDC_COMBO_TYPE                  1004
#define IDC_EDIT_START0                 1005
#define IDC_EDIT_START1                 1006
#define IDC_EDIT_START2                 1007
#define IDC_EDIT_START3                 1008
#define IDC_EDIT_START4                 1009
#define IDC_EDIT_START5                 1010
#define IDC_EDIT_START6                 1011
#define IDC_EDIT_START7                 1012
#define IDC_EDIT_START8                 1013
#define IDC_EDIT_START9                 1014
#define IDC_EDIT1_STARTA                1015
#define IDC_EDIT_STARTA                 1015
#define IDC_EDIT1_STARTB                1016
#define IDC_EDIT_STARTB                 1016
#define IDC_EDIT1_STARTC                1017
#define IDC_EDIT_STARTC                 1017
#define IDC_EDIT1_START                 1018
#define IDC_EDIT_STARTD                 1018
#define IDC_EDIT1_STARTE                1019
#define IDC_EDIT_STARTE                 1019
#define IDC_EDIT1_STARTF                1020
#define IDC_EDIT_STARTF                 1020
#define IDC_BUTTON_BEGIN                1022
#define IDC_RADIO1                      1023
#define IDC_RADIO_TYPE33                1023
#define IDC_RADIO2                      1024
#define IDC_RADIO_TYPE44                1024
#define IDC_EDIT_START_33_0             1026
#define IDC_EDIT_START_33_1             1027
#define IDC_EDIT_START_33_2             1028
#define IDC_EDIT_START_33_3             1029
#define IDC_EDIT_START_33_4             1030
#define IDC_EDIT_START_33_5             1031
#define IDC_EDIT_START_33_6             1032
#define IDC_EDIT_START_33_7             1033
#define IDC_EDIT_START_33_8             1034
#define IDC_EDIT_END_33_0               1035
#define IDC_EDIT_END_33_1               1036
#define IDC_EDIT_END_33_2               1037
#define IDC_EDIT_END_33_3               1038
#define IDC_EDIT_END_33_4               1039
#define IDC_EDIT_END_33_5               1040
#define IDC_EDIT_END_33_6               1041
#define IDC_EDIT_END_33_7               1042
#define IDC_EDIT_END_33_8               1043
#define IDC_EDIT_DEPTH                  1047
#define IDC_EDIT_END0                   1053
#define IDC_EDIT_END1                   1054
#define IDC_EDIT_END2                   1055
#define IDC_EDIT_END3                   1056
#define IDC_EDIT_END4                   1057
#define IDC_EDIT_END5                   1058
#define IDC_EDIT_END6                   1059
#define IDC_EDIT_END7                   1060
#define IDC_EDIT_END8                   1061
#define IDC_EDIT_END9                   1062
#define IDC_EDIT_ENDA                   1063
#define IDC_EDIT_ENDB                   1064
#define IDC_EDIT_ENDC                   1065
#define IDC_EDIT_ENDD                   1066
#define IDC_EDIT_ENDE                   1067
#define IDC_EDIT_ENDF                   1068

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1048
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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