run.h

来自「本软件实现了模拟cpu的基本工作原理和工作过程」· C头文件 代码 · 共 25 行

H
25
字号
// RUN.h: interface for the RUN class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_RUN_H__9668E490_9A03_4EAC_A433_BBA52EA6E51E__INCLUDED_)
#define AFX_RUN_H__9668E490_9A03_4EAC_A433_BBA52EA6E51E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class RUN  
{
public:
	RUN();
	virtual ~RUN();

private:
	


};

#endif // !defined(AFX_RUN_H__9668E490_9A03_4EAC_A433_BBA52EA6E51E__INCLUDED_)

⌨️ 快捷键说明

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