unit2.h~
来自「线程调用参数然后输出,参数使用来控制计算的输出」· H~ 代码 · 共 21 行
H~
21 行
//---------------------------------------------------------------------------
#ifndef Unit2H
#define Unit2H
//---------------------------------------------------------------------------
#include "Unit1.h"
//---------------------------------------------------------------------------
#include <Classes.hpp>
//---------------------------------------------------------------------------
class th1 : public TThread
{
private:
protected:
void __fastcall Execute();
public:
__fastcall th1(bool CreateSuspended);
};
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?