资源简介
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个文件信息
相关资源
- 连续hopfield神经网络解决TSP问题
- 用8位spi实现16位spi
- TSP问题城市数据及最优解
- Exact Conditions of Blow-up and Global Existen
- doneex xcell compiler 2.1.2.9绿色汉化版(
- onvif协议视频转码推流网页播放
- 流媒体相关协议标准RTP/RTSP/RTCP PDF文档
- 山东大学编译原理PL/0语言 compiler实验
- Hopfield神经网络解决 TSP问题
- H264实时编码RTSP直播
- 三种解决TSP问题的近似算法的实现
- TSP城市问题145个城市数据及其相应的
- 遗传算法解决TSP旅行商问题程序开源
- 三维可压缩流场MPI+OpenMP混合并行算法
- Wind River Diab Compiler for PowerPC
- MPI和CUDA在多层快速多极子中的应用
- 论文研究 - 开放性试验研究Yokukansan
- 将rtsp转码为flv格式用于h5播放前端使
- 5种多旅行商问题(MTSP)的遗传算法
- FFT并行MPI实现
- Design_compiler经典教程
- 龙书《编译原理》(Compilers:Principle
- rtsp-h264.zip
- 免疫算法求解TSP问题详解
- websocket-rtsp-proxy-test.zip
- Writing A Compiler In Go.pdf
- TSP问题测试数据集
- DFT Compiler Scan User Guide Version E-2010.12
- MP4v2录制rtsp流存为MP4文件
- rtsp摄像头推流上云使用浏览器播放
评论
共有 条评论