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

📄 tec2000.h

📁 模拟了tec2000的所有功能
💻 H
字号:
// TEC2000.h : main header file for the TEC2000 application
//

#if !defined(AFX_TEC2000_H__1C972288_4DC8_40E6_82C1_05C5F4A75D13__INCLUDED_)
#define AFX_TEC2000_H__1C972288_4DC8_40E6_82C1_05C5F4A75D13__INCLUDED_

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

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols

/////////////////////////////////////////////////////////////////////////////
// CTEC2000App:
// See TEC2000.cpp for the implementation of this class
//

class CTEC2000App : public CWinApp
{
public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	CTEC2000App();


	void ShowMins();
	WORD *memory;
	WORD *R;
	int *F;
/*	CString R0;
	CString R1;
	CString R2;
	CString R3;
	CString R4;
	CString R5;
	CString R6;
	CString R7;
	CString R8;
	CString R9;
	CString R10;
	CString R11;
	CString R12;
	CString R13;
	CString R14;
	CString R15;
	CString C;
	CString Z;
	CString V;
	CString S;*/
    CString help;
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTEC2000App)
	public:
	virtual BOOL InitInstance();
	virtual int ExitInstance();
	//}}AFX_VIRTUAL

// Implementation
	//{{AFX_MSG(CTEC2000App)
	afx_msg void OnAppAbout();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TEC2000_H__1C972288_4DC8_40E6_82C1_05C5F4A75D13__INCLUDED_)

⌨️ 快捷键说明

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