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

📄 wave_dlg.h

📁 wavlet compression on c++ only cods
💻 H
字号:
// Copyright (c) 1999 Stephen T. Welstead. All rights reserved.
// File wave_dlg.h  Header for wavelet dialog

#ifndef WAVE_DLG_H
#define WAVE_DLG_H

#include "uwdlg.h"

#define NO_OF_WAVELETS 3

class twave_dialog: public tdialog {
   public:
   int wavelet_button [NO_OF_WAVELETS];
   int wavelet_choice;
   twave_dialog (HWND Parent,int init_value);
   virtual BOOL respond_wm_initdialog(void);
   virtual BOOL respond_wm_command (WPARAM wParam,LPARAM lParam);
   virtual BOOL exec_dialog (void);
   virtual ~twave_dialog (void);
   };

#endif

⌨️ 快捷键说明

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