資源簡介
遺傳算法和蟻群算法的完美結合!很強大!!
對想研究改進蟻群算法的朋友,很有用!快下載下來研究吧??!
代碼片段和文件信息
//?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個文件信息
評論
共有 條評論