rimshot.h

来自「mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环」· C头文件 代码 · 共 56 行

H
56
字号
/* -*- Mode: C++; c-basic-offset:4 ; -*- *//*  $Id: rimshot.h,v 1.3 2002/11/11 13:49:56 gropp Exp $ * *  (C) 2001 by Argonne National Laboratory. *      See COPYRIGHT in top-level directory. *//* style:c++ header*/// rimshot.h : main header file for the RIMSHOT application//#if !defined(AFX_RIMSHOT_H__2CC6723E_77B4_41B3_B62C_CF482B7A447E__INCLUDED_)#define AFX_RIMSHOT_H__2CC6723E_77B4_41B3_B62C_CF482B7A447E__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/////////////////////////////////////////////////////////////////////////////// CRimshotApp:// See rimshot.cpp for the implementation of this class//class CRimshotApp : public CWinApp{public:	CRimshotApp();// Overrides	// ClassWizard generated virtual function overrides	//{{AFX_VIRTUAL(CRimshotApp)	public:	virtual BOOL InitInstance();	//}}AFX_VIRTUAL// Implementation	//{{AFX_MSG(CRimshotApp)	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_RIMSHOT_H__2CC6723E_77B4_41B3_B62C_CF482B7A447E__INCLUDED_)

⌨️ 快捷键说明

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