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

📄 unit1.h

📁 运用回溯法编写了国际跳棋的程序.并且考虑了对称性快速得出所有答案.
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TShape *Shape13;
        TShape *Shape33;
        TShape *Shape34;
        TShape *Shape25;
        TShape *Shape14;
        TShape *Shape24;
        TShape *Shape15;
        TShape *Shape23;
        TShape *Shape37;
        TShape *Shape52;
        TShape *Shape42;
        TShape *Shape35;
        TShape *Shape36;
        TShape *Shape32;
        TShape *Shape41;
        TShape *Shape31;
        TShape *Shape53;
        TShape *Shape43;
        TShape *Shape47;
        TShape *Shape56;
        TShape *Shape46;
        TShape *Shape54;
        TShape *Shape55;
        TShape *Shape45;
        TShape *Shape51;
        TShape *Shape57;
        TShape *Shape73;
        TShape *Shape65;
        TShape *Shape64;
        TShape *Shape63;
        TShape *Shape75;
        TShape *Shape74;
        TShape *Shape44;
        TBevel *Bevel1;
        TBevel *Bevel2;
        TBevel *Bevel3;
        TBevel *Bevel4;
        TBevel *Bevel5;
        TBevel *Bevel6;
        TBevel *Bevel7;
        TBevel *Bevel8;
        TBitBtn *BitBtn1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TBevel *Bevel9;
        TLabel *Label1;
        TLabel *Label5;
        void __fastcall BitBtn1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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