resource.h

来自「数据结构与算法的排序算法演示,这是我上大学的时候做的实验,里面展示了几种常用的排」· C头文件 代码 · 共 29 行

H
29
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Sort.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDI_FRAME                       128
#define IDR_SORTTYPE                    129
#define IDI_ICON1                       130
#define ID_INSERTIONSORT                32771
#define ID_BUBBLESORT                   32772
#define ID_SELECTIONSORT                32773
#define ID_AUTOINPUT                    32774
#define ID_QUICKSORT                    32775
#define ID_HEAPINPUT                    32776
#define ID_HEAPSORT                     32777

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

⌨️ 快捷键说明

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