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

📄 resource.h

📁 BFS、DFS、有向图、无向图中的各种算法的实现
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by graph.rc
//
#define IDD_ABOUTBOX                    100
#define IDD_FORMVIEW                    101
#define IDD_FORMVIEW1                   102
#define IDR_MAINFRAME                   128
#define IDR_GRAPHTYPE                   129
#define IDD_INPUT_DIALOG                130
#define IDD_BAR                         131
#define IDI_ICON1                       133
#define IDD_DIALOG_DELETEARC            134
#define IDD_DIALOG_VIEW                 135
#define IDD_FORMVIEW2                   138
#define IDD_DIALOG_TYPE                 142
#define IDD_DIALOG_YOU_VIEW             143
#define IDD_DIALOG_ARCINPUT             144
#define IDD_YOU_BAR                     145
#define IDD_DIALOG_VIEWKEDA             146
#define IDD_DIALOG_RESULTBOX            147
#define IDD_DIALOG_MINIPATH             148
#define IDD_DIALOG_MINIRESULT           149
#define IDD_DIALOG_VIEWARC              150
#define IDD_DIALOG_WEIGHT_RESULT        151
#define IDC_OUT_VERNUM                  1001
#define IDC_OUT_ARCNUM                  1002
#define IDC_LIST1                       1005
#define IDC_EDIT1                       1006
#define IDC_OUT_NAME                    1007
#define IDC_BUTTON1                     1008
#define IDC_BUTTON2                     1009
#define IDC_BUTTON3                     1010
#define IDC_BUTTON4                     1011
#define IDC_BUTTON5                     1012
#define IDC_BUTTON6                     1013
#define IDC_BUTTON7                     1014
#define IDC_EDIT2                       1016
#define IDC_LINKS                       1019
#define IDC_VERTEXS                     1020
#define IDC_ARCS                        1021
#define IDC_DFS_START                   1023
#define IDC_DFS_NEXT                    1024
#define IDC_DFS_NAME                    1025
#define IDC_ALL_VERTEX                  1026
#define IDC_BFS_NEXT                    1027
#define IDC_BFS_START                   1028
#define IDC_BFS_NAME                    1029
#define IDC_RADIO1                      1030
#define IDC_RADIO2                      1031
#define IDC_YOU_VERTEXS                 1032
#define IDC_YOU_ARCS                    1033
#define IDC_YOU_ALL                     1034
#define IDC_EDIT3                       1035
#define IDC_LIST2                       1036
#define ID_DRAW_VERTS                   32771
#define ID_DRAW_ARCS                    32772
#define ID_MODIFY_DELETE_VERT           32774
#define ID_MODIFY_DELETE_ARC            32775
#define ID_INPUT                        32776
#define ID_HANDLE                       32778
#define ID_VIEW_VER                     32779
#define ID_MODIFY_MOVE                  32781
#define ID_INPUT_ARC                    32784
#define ID_VIEW_ARCWEIGHT               32785

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        156
#define _APS_NEXT_COMMAND_VALUE         32787
#define _APS_NEXT_CONTROL_VALUE         1037
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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