资源简介
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个文件信息
相关资源
- Microsoft ACPI Source Language (ASL) Compi
- 使用神经网络解决TSP
- TCC(Tiny C Compiler)0.9.26源码 VS版工程
- TCC(Tiny C Compiler)0.9.26源码 VS版工程
- 通过减少问题规模形式,做并行计算
- MPI并行计算教程与
- 改进模拟退火算法求解TSP问题
- 二维二阶VTI介质拟声波正演模拟与逆
- 二维VTI介质拟声波正演模拟与逆时偏
- 《并行算法实践》mpi源程序
- 基于改进_ACS-3-opt_蚁群算法的_TSP
- RTSP/RTP 嵌入式流媒体服务器的实现
- 粒子群算法解决TSP问题pso_tsp.rar
- 货郎担问题算法以及详细说明.
- tsplib上的数据att48
- 运用遗传算法解决tsp问题
- 用动态规划法解决TSP问题
- OpenMP程序
- RTSP 协议的中文版
- CompilerTool源码(Delphi).7z
- MPI并行遗传算法
- 添加WIN7 Print Spooler服务
- 基于MPI得并行矩阵乘法 Cannon算法实现
- live555 的openRTSP 改写
- h5无插件 RTSP 摄像头在线播放代码2
- rtsp tcp获取h264裸码流
-
Estimation of Dependences ba
sed on Empirica - TSP的标准测试数据dsj1000
- TSP回溯法实现从武汉出发,进行34个省
- RtspServerForHisiv500
评论
共有 条评论