• 大小: 509KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-04
  • 语言: 其他
  • 标签: TSP  mpi  

资源简介

45城市的旅行商问题,并行MPI实现 45城市的旅行商问题,并行MPI实现

资源截图

代码片段和文件信息

// China45.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “China45.h“
#include “China45Dlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CChina45App

BEGIN_MESSAGE_MAP(CChina45App CWinApp)
//{{AFX_MSG_MAP(CChina45App)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CChina45App construction

CChina45App::CChina45App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CChina45App object

CChina45App theApp;

/////////////////////////////////////////////////////////////////////////////
// CChina45App initialization

BOOL CChina45App::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CChina45Dlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2169  2004-12-04 19:34  China45Recordset.h

     文件       9451  2004-11-18 06:00  ChinaCites1.txt

     文件      14336  2004-11-18 06:16  ChinaCites1.xls

     文件        446  2004-11-18 06:18  ChinaCites2.txt

     文件      27136  2004-11-18 05:53  ChinaCites.xls

     文件       1131  2005-11-10 03:30  GASetDlg.cpp

     文件       1271  2004-11-16 19:55  GASetDlg.h

     文件        208  2004-12-06 10:57  mssccprj.scc

     文件       2470  2004-11-17 09:10  PopNode.cpp

     文件        759  2005-09-08 02:13  PopNode.h

     文件       3597  2004-11-16 04:12  ReadMe.txt

     文件       1562  2004-12-01 06:22  Resource.h

     文件       1529  2004-12-01 07:27  ResultDlg.cpp

     文件       1450  2004-12-01 07:12  ResultDlg.h

     文件        209  2004-11-16 04:12  StdAfx.cpp

     文件       1054  2004-11-16 04:12  StdAfx.h

     文件    1609728  2007-01-26 21:08  Debug\China45.exe

     目录          0  2007-01-26 21:09  Debug

     文件       1078  2004-11-16 04:12  res\China45.ico

     文件        399  2004-11-16 04:12  res\China45.rc2

     目录          0  2006-12-03 09:01  res

     文件      24020  2006-08-23 11:25  China45.aps

     文件       4498  2006-08-23 17:20  China45.clw

     文件       2077  2004-11-16 04:12  China45.cpp

     文件       4598  2004-12-01 06:30  China45.dsp

     文件        539  2004-11-16 04:12  China45.dsw

     文件       1406  2004-11-16 22:20  China45.h

     文件      68608  2007-01-26 21:08  China45.ncb

     文件      56832  2006-08-23 17:20  China45.opt

     文件       2213  2006-04-21 05:34  China45.plg

............此处省略11个文件信息

评论

共有 条评论