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

📄 resource.h

📁 01背包问题演示程序 用mfc实现01背包问题的dp算法
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 01knapsackMFC.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_MY01KNTYPE                  129
#define IDD_DIALOG1                     131
#define IDC_W01                         1000
#define IDC_W02                         1001
#define IDC_W03                         1002
#define IDC_W04                         1003
#define IDC_W05                         1004
#define IDC_W06                         1005
#define IDC_W07                         1006
#define IDC_W08                         1007
#define IDC_W09                         1008
#define IDC_W10                         1009
#define IDC_V01                         1010
#define IDC_V02                         1011
#define IDC_V03                         1012
#define IDC_V04                         1013
#define IDC_V05                         1014
#define IDC_V06                         1015
#define IDC_V07                         1016
#define IDC_V08                         1017
#define IDC_V09                         1018
#define IDC_V10                         1019
#define IDC_MAXWEIGHT                   1020
#define IDC_WEIGHTGOT                   1021
#define IDC_VALUEGOT                    1022
#define IDC_CACULATEBUTTON              1023
#define IDC_CHECK1                      1026
#define IDC_CHECK2                      1027
#define IDC_CHECK3                      1028
#define IDC_CHECK4                      1029
#define IDC_CHECK5                      1030
#define IDC_CHECK6                      1031
#define IDC_CHECK7                      1032
#define IDC_CHECK8                      1033
#define IDC_CHECK9                      1034
#define IDC_CHECK10                     1035
#define ID_SNAPSACK                     32773

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

⌨️ 快捷键说明

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