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

📄 resource.h

📁 人工智能中经典算法-宽度搜索和启发是搜索(A*算法)在VC环境下的实现代码
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by AI.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_AITYPE                      129
#define IDD_InitDIALOG                  130
#define IDD_INPUTDIALOG                 135
#define IDC_ST1                         1014
#define IDC_ST2                         1015
#define IDC_ST3                         1016
#define IDC_ST4                         1017
#define IDC_ST5                         1018
#define IDC_ST6                         1019
#define IDC_ST7                         1020
#define IDC_ST8                         1021
#define IDC_ST9                         1022
#define IDC_ED1                         1023
#define IDC_ED2                         1024
#define IDC_ED3                         1025
#define IDC_ED4                         1026
#define IDC_ED5                         1027
#define IDC_ED6                         1028
#define IDC_ED7                         1029
#define IDC_ED8                         1030
#define IDC_ED9                         1031
#define IDC_TST1                        1034
#define IDC_Depth                       1035
#define IDC_TST2                        1041
#define IDC_TST3                        1042
#define IDC_TST4                        1043
#define IDC_TST5                        1044
#define IDC_TST6                        1045
#define IDC_TST7                        1046
#define IDC_TST8                        1047
#define IDC_TST9                        1048
#define IDC_TED1                        1049
#define IDC_TED2                        1050
#define IDC_TED3                        1051
#define IDC_TED4                        1052
#define IDC_TED5                        1053
#define IDC_TED6                        1054
#define IDC_TED7                        1055
#define IDC_TED8                        1056
#define IDC_TED9                        1057
#define ID_BUTTON32771                  32771
#define ID_ASTAR                        32773
#define IDM_ViewStep                    32774
#define IDM_ViewTree                    32775
#define ID_ASTARINPUT                   32776
#define ID_BFS                          32777

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        136
#define _APS_NEXT_COMMAND_VALUE         32778
#define _APS_NEXT_CONTROL_VALUE         1036
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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