classtype0.~h
来自「類神經網路的基本運算-TLU,為所有學習類神經入門的的第一個演算法,單一的neu」· ~H 代码 · 共 26 行
~H
26 行
//---------------------------------------------------------------------------
#ifndef ClassType0H
#define ClassType0H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TFormClassType0 : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TButton *Button1;
void __fastcall Button1Click(TObject *Sender);
void __fastcall SetLabel(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TFormClassType0(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormClassType0 *FormClassType0;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?