资源简介

遗传算法和蚁群算法的完美结合!很强大!! 对想研究改进蚁群算法的朋友,很有用!快下载下来研究吧!!

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “AIDemo.h“
#include “MainFrm.h“

#include “AIDoc.h“
#include “GA/GAView.h“
#include “ACO/ACOView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#endif

using namespace ACO;
using namespace GA;
// CAIApplication

BEGIN_MESSAGE_MAP(CAIApplication CWinApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()


// CAIApplication construction

CAIApplication::CAIApplication()
{
// TODO: add construction code here
// Place all significant in

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-03-22 19:19  Genetic_and_Ant_Algorithms_src\
     目录           0  2012-03-22 19:19  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\
     目录           0  2012-03-22 19:19  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\ACO\
     文件        6596  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\ACO\ACOView.cpp
     文件        1244  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\ACO\ACOView.h
     文件         354  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\ACO\AntConstants.cpp
     文件         478  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\ACO\AntConstants.h
     文件        2600  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\ACO\AntOptions.cpp
     文件         632  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\ACO\AntOptions.h
     文件       13800  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\ACO\AntSystem.h
     文件        3663  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\AIDemo.cpp
     文件         555  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\AIDemo.h
     文件       15691  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\AIDemo.rc
     文件         873  2007-12-02 10:45  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\AIDemo.sln
     文件        8288  2007-12-02 10:45  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\AIDemo.vcproj
     文件        2784  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\AIDoc.cpp
     文件         703  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\AIDoc.h
     文件        6007  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\AIView.cpp
     文件        1657  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\AIView.h
     文件        7504  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\AutoFont.cpp
     文件        2340  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\AutoFont.h
     文件       15431  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\Chart.cpp
     文件        2950  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\Chart.h
     文件       12631  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\Color.cpp
     文件       14495  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\Color.h
     目录           0  2012-03-22 19:19  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\Debug\
     文件      337408  2007-12-02 10:49  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\Debug\AIDemo.exe
     目录           0  2012-03-22 19:19  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\GA\
     文件         412  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\GA\GAConstants.cpp
     文件         646  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\GA\GAConstants.h
     文件        2309  2006-09-25 14:08  Genetic_and_Ant_Algorithms_src\Genetic and Ant Algorithms_src\GA\GAOptions.cpp
............此处省略27个文件信息

评论

共有 条评论