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

📄 resource.h

📁 利用人工智能的经典算法实现迷宫游戏;里面的A星(a*)算法可以很方便的移植到应用程序中
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by qiyuan.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_QIYUANTYPE                  129
#define IDD_DIALOG1                     130
#define IDB_BITMAP1                     133
#define IDB_BITMAP2                     134
#define IDB_BITMAP3                     135
#define IDB_BITMAP4                     136
#define IDR_TOOLBAR1                    137
#define IDD_MapSetDLG                   141
#define IDD_WalkSetDLG                  142
#define IDD_MapChoose                   143
#define IDD_SetDLG                      144
#define IDD_RobotChoose                 160
#define IDB_BITMAP5                     162
#define IDB_BITMAP6                     163
#define IDB_BITMAP7                     164
#define IDB_BITMAP8                     165
#define IDB_BITMAP9                     166
#define IDB_BITMAP10                    167
#define IDB_BITMAP11                    168
#define IDB_BITMAP12                    169
#define IDB_BITMAP13                    170
#define IDB_BITMAP14                    171
#define IDC_EDIT6                       1005
#define IDC_EDIT7                       1006
#define IDC_EDIT8                       1007
#define IDC_EDIT9                       1008
#define IDC_EDIT1                       1009
#define IDC_EDIT2                       1010
#define IDC_AotoWalk                    1010
#define IDC_ArtificialWalk              1011
#define IDC_RandomMap                   1012
#define IDC_ArtificialMap               1013
#define IDMapSetOK                      1014
#define IDC_EDIT3                       1015
#define IDMapSetCANCEL                  1015
#define IDC_EDIT4                       1016
#define IDWalkSetOK                     1016
#define IDWalkSetCANCEL                 1017
#define IDC_COMBO1                      1022
#define IDC_NewSetWalkAoto              1027
#define IDC_WalkArtificial              1028
#define IDC_RandomMaze                  1029
#define IDC_ArtificialMaze              1030
#define IDC_RobotChooseNum              1033
#define IDC_RADIO2                      1034
#define IDC_RADIO3                      1035
#define IDC_RADIO4                      1036
#define IDC_RADIO5                      1037
#define IDC_RADIO6                      1038
#define IDC_RADIO7                      1039
#define IDC_RADIO8                      1040
#define IDC_RADIO9                      1041
#define IDC_RADIO10                     1042
#define IDC_RobotSTATIC1                1043
#define IDC_STATIC2                     1044
#define IDC_STATIC3                     1045
#define IDC_STATIC4                     1046
#define IDC_STATIC5                     1047
#define IDC_STATIC6                     1048
#define IDC_STATIC7                     1049
#define IDC_STATIC8                     1050
#define IDC_STATIC9                     1051
#define IDC_STATIC10                    1052
#define IDM_DIALOG1                     32772
#define IDM_GameSet                     32772
#define ID_MENUITEM32773                32773
#define ID_BUTTON32774                  32774
#define ID_BUTTON32775                  32775
#define ID_BUTTON32776                  32776
#define ID_BUTTON32777                  32777
#define ID_BUTTON32778                  32778
#define ID_GameStart                    32779
#define ID_GamePause                    32780
#define ID_GameResume                   32781
#define IDM_TEST                        32782
#define ID_ChooseRobot                  32783

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        172
#define _APS_NEXT_COMMAND_VALUE         32784
#define _APS_NEXT_CONTROL_VALUE         1053
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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