resource.h

来自「演示在角色扮演游戏中如何利用人工神经网络进行智能分类的训练」· C头文件 代码 · 共 55 行

H
55
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ANNApp.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_ANNAPP_DIALOG               102
#define IDD_TRAIN_PAGE_DLG              103
#define IDD_TEST_PAGE_DLG               104
#define IDR_MAINFRAME                   128
#define IDI_FAILED                      142
#define IDI_OK                          143
#define IDC_BUTTON_TRAIN                1004
#define IDC_EDIT_LR                     1006
#define IDC_EDIT_MT                     1007
#define IDC_LIST_TRAINSET               1010
#define IDC_STATIC_GOOD                 1011
#define IDC_STATIC_ITER                 1012
#define IDC_STATIC_TOTERROR             1013
#define IDC_SLIDER_INT                  1014
#define IDC_SLIDER_EXP                  1015
#define IDC_CHECK_AUTOLR                1016
#define IDC_SLIDER_CLOTHING             1018
#define IDC_SLIDER_WEAPON               1019
#define IDC_STATIC_CL03                 1020
#define IDC_STATIC_CL06                 1021
#define IDC_STATIC_CL09                 1022
#define IDC_STATIC_WP03                 1023
#define IDC_STATIC_WP06                 1024
#define IDC_STATIC_WP09                 1025
#define IDC_EDIT_INPUT0                 1026
#define IDC_EDIT_INPUT1                 1027
#define IDC_BUTTON_RUN                  1028
#define IDC_EDIT_OUT0                   1029
#define IDC_EDIT_OUT1                   1030
#define IDC_EDIT_OUT2                   1031
#define IDC_STATIC_WP0                  1032
#define IDC_STATIC_CL0                  1033
#define IDC_STATIC_NNINFO               1034
#define IDC_STATIC_OUT0                 1035
#define IDC_STATIC_OUT1                 1036
#define IDC_STATIC_OUT2                 1037

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1038
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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