unit1.h

来自「小弟撰寫的類神經pca對圖片的壓縮與解壓縮,對來源圖片training過後,可使」· C头文件 代码 · 共 55 行

H
55
字号
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Menus.hpp>
#include <ExtCtrls.hpp>
#include <Dialogs.hpp>
#include <ExtDlgs.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TMainMenu *MainMenu1;
        TMenuItem *Open1;
        TImage *Image1;
        TMenuItem *Define1;
        TMenuItem *Train1;
        TImage *Image2;
        TOpenPictureDialog *OpenPictureDialog1;
        TMenuItem *Decode1;
        TEdit *Output;
        TEdit *Rate;
        TEdit *Times;
        TEdit *Block;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TMenuItem *Test1;
        TMenuItem *Exit1;
        TImage *Image3;
        TMenuItem *GO1;
        TLabel *Label5;
        TLabel *Label6;
        void __fastcall Define1Click(TObject *Sender);
        void __fastcall Exit1Click(TObject *Sender);
        void __fastcall Train1Click(TObject *Sender);
        void __fastcall Decode1Click(TObject *Sender);
        void __fastcall Test1Click(TObject *Sender);
        void __fastcall Open1Click(TObject *Sender);
        void __fastcall GO1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
 

⌨️ 快捷键说明

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