resource.h

来自「这是用提升小波变换与嵌入零树编码实现的256色灰度BMP图像压缩与解压缩的程序。」· C头文件 代码 · 共 37 行

H
37
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Decompress.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_DECOMPTYPE                  129
#define IDD_DIALOG1                     131
#define IDC_EDIT1                       1000
#define ID_HaarOne                      32771
#define ID_HaarTwo                      32772
#define ID_HaarThree                    32773
#define ID_FileClose                    32774
#define ID_D97One                       32775
#define ID_D97Two                       32776
#define ID_D97Three                     32777
#define ID_EZW_Encode                   32778
#define ID_EZW_Decode                   32779
#define ID_HaarFour                     32780
#define ID_D97Four                      32781
#define ID_WholeFind                    32782
#define ID_FourFind                     32783
#define ID_EightFind                    32784
#define ID_PSNR                         32785

// 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         32786
#define _APS_NEXT_CONTROL_VALUE         1003
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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