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

📄 resource.h

📁 这是一些Huffman编码的代码
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Huffman.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_HUFFMAN_DIALOG              102
#define IDR_MAINFRAME                   128
#define IDD_DIALOGRESULT                129
#define IDB_QIDONG                      130
#define IDC_FINIESHINPUT                1005
#define IDC_LASTPAGE                    1006
#define IDC_NEXTPAGE                    1007
#define IDC_HUFFMAN                     1009
#define IDC_RADIO1                      1010
#define IDC_RADIO3                      1012
#define IDC_OTHERHUFFMAN                1013
#define IDC_BEST                        1014
#define IDC_STATIC1                     1027
#define IDC_STATIC2                     1028
#define IDC_STATIC3                     1029
#define IDC_STATIC4                     1030
#define IDC_STATIC5                     1031
#define IDC_STATIC6                     1032
#define IDC_STATIC7                     1033
#define IDC_STATIC8                     1034
#define IDC_STATIC9                     1035
#define IDC_STATIC10                    1036
#define IDC_EDIT1                       1037
#define IDC_EDIT2                       1038
#define IDC_EDIT3                       1039
#define IDC_EDIT4                       1040
#define IDC_EDIT5                       1041
#define IDC_EDIT6                       1042
#define IDC_EDIT7                       1043
#define IDC_EDIT8                       1044
#define IDC_EDIT9                       1045
#define IDC_EDIT10                      1046
#define IDC_EDIT1KIND                   1047
#define IDC_LIST1                       1048
#define IDC_STATIC15                    1051

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

⌨️ 快捷键说明

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