多核编程与并行计算
实验八:
// exa8.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "exa8.h"
#include "MainFrm.h"
#include "exa8Doc.h"
#include "exa8View.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
///////////////////////////////////////////////////////////////////////////// // CExa8App
BEGIN_MESSAGE_MAP(CExa8App, CWinApp)
//{{AFX_MSG_MAP(CExa8App) ON_COMMAND(ID_APP_ABOUT, OnAppAbout) // NOTE - the ClassWizard will add and remove mapping macros here. // DO NOT EDIT what you see in these blocks of generated code! //}}AFX_MSG_MAP // Standard file based document commands