登录
首页 » C++ » YPTS

YPTS

于 2018-05-28 发布 文件大小:58KB
0 173
下载积分: 1 下载次数: 1

代码说明:

  求解TSP问题的蚁群算法图形演示程序,并有相应的比例统计界面,重新编译程序后,再运行()

文件列表:

ReadMe.txt, 5272 , 2006-09-25
iACO\ACOView.h, 1244 , 2006-09-25
AIDoc.h, 703 , 2006-09-25
AIView.h, 1657 , 2006-09-25
iACO\AntConstants.h, 478 , 2006-09-25
iACO\AntOptions.h, 632 , 2006-09-25
iACO\AntSystem.h, 13800 , 2006-09-25
AutoFont.h, 2340 , 2006-09-25
Chart.h, 2950 , 2006-09-25
Color.h, 14495 , 2006-09-25
GA\GAConstants.h, 646 , 2006-09-25
GA\GAOptions.h, 613 , 2006-09-25
GA\GASystem.h, 14002 , 2006-09-25
GA\GAView.h, 776 , 2006-09-25
KCSideBannerWnd.h, 7521 , 2006-09-25
MainFrm.h, 834 , 2006-09-25
MemDC.h, 2842 , 2006-09-25
PerfTimer.h, 10113 , 2006-09-25
Resource.h, 1370 , 2006-09-25
stdafx.h, 1714 , 2006-09-25
Utils.h, 526 , 2006-09-25
WndUtil.h, 1784 , 2006-09-25
XAIDemo.h, 555 , 2006-09-25
iACO\ACOView.cpp, 6596 , 2006-09-25
AIDoc.cpp, 2784 , 2006-09-25
AIView.cpp, 6007 , 2006-09-25
iACO\AntConstants.cpp, 354 , 2006-09-25
iACO\AntOptions.cpp, 2600 , 2006-09-25
AutoFont.cpp, 7504 , 2006-09-25
Chart.cpp, 15431 , 2006-09-25
Color.cpp, 12631 , 2006-09-25
GA\GAConstants.cpp, 412 , 2006-09-25
GA\GAOptions.cpp, 2309 , 2006-09-25
GA\GASystem.cpp, 108 , 2006-09-25
GA\GAView.cpp, 6319 , 2006-09-25
KCSideBannerWnd.cpp, 24287 , 2006-09-25
M6AIDemo.cpp, 3663 , 2006-09-25
MainFrm.cpp, 2981 , 2006-09-25
MemDC.cpp, 156 , 2006-09-25
PerfTimer.cpp, 1021 , 2006-09-25
stdafx.cpp, 292 , 2006-09-25
Utils.cpp, 641 , 2006-09-25
res\Toolbar.bmp, 1078 , 2006-09-25
solution.dat, 52 , 2006-09-25
res\AIDemo.ico, 21630 , 2006-09-25
res\AIDemoDoc.ico, 1078 , 2006-09-25
res\AIDemo.manifest, 700 , 2006-09-25
xAIDemo.rc, 15691 , 2006-09-25
res\AIDemo.rc2, 401 , 2006-09-25
WAIDemo.sln, 873 , 2007-12-02
AIDemo.vcproj, 8288 , 2007-12-02
Debug, 0 , 2007-12-02
GA, 0 , 2017-12-01
iACO, 0 , 2017-12-01
res, 0 , 2017-12-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • c语言编写的学生成绩管理程序。有不完美之处。
    用c语言编写的学生成绩管理程序。有不完美之处。-Using c language student performance management process. Have imperfections.
    2022-03-04 04:16:13下载
    积分:1
  • BabelKit是一个通用多语言库代码表的接口。它接收维护使用多语言的多个库代码定义集中的所有编程工作。代码管理和翻译页可以让开发人员定义新的虚拟代码表
    BabelKit是一个通用多语言数据库代码表的接口。它接收维护使用多语言的多个数据库代码定义集中的所有编程工作。代码管理和翻译页可以让开发人员定义新的虚拟代码表,新语言,输入所有代码和它的描述,再将它们翻译成所有相关的语言。Perl和PHP类可以检索代码描述,并自动地用用户语言生成HTML代码选择元素。这简化了Web站点及数据库的国际化和本地化。 -BabelKit is an general multi- languages databases code page connection. It receives the maintenance to use the multi- languages many databases code to define the centralized all programming work. The code management and the translation page may let the development personnel define the new hypothesized code page, the new language, input all codes and its description, translate again them all correlations the language. Perl and the PHP kind may retrieve the code description, and automatically produces the HTML code choice element with the user language. This simplified the Web stand and the database internationalization and the localization.
    2023-08-09 19:55:03下载
    积分:1
  • 的课后练习
    数据结构的课后练习-Data structure of the after-school practice
    2023-06-03 04:30:03下载
    积分:1
  • chen-hui-lan(Data-Structure)
    数据结构 课件 附PPT 附实现源码数据结构 课件 附PPT 附实现源码(Class data structure attached PPT courseware data structure to achieve source components attached attached attached PPT achieve source)
    2013-10-05 16:21:56下载
    积分:1
  • PowerBuilder应用开发经验及示例
    PowerBuilder应用开发经验及示例-PowerBuilder application development experience and example
    2022-01-23 10:54:42下载
    积分:1
  • sqstack
    和线性表类似,栈也有两种存储表示:顺序栈和链栈。   顺序存储结构简称为顺序栈。和顺序表类似,对顺序栈也需要事先为它分配一个可以容纳最多元素的存储空间。 (and linear scale similar Stack also have two storage : order Stack and Stack chain. Sequence storage structure referred to as the sequence of stack. Table and order similar to the order Stack also needs prior to allocate it can accommodate a maximum of elements of storage space.)
    2007-04-18 16:43:18下载
    积分:1
  • 这个代码是约瑟夫环链表实现循环的方法,可以帮助理解…
    本代码是约瑟夫环的循环链表实现方法,可以帮助理解约瑟夫环的基本原理,及其实现-This code is Joseph Central List realize the cycle method, can help to understand the basic principles of Joseph Ring, and its realization
    2023-06-02 18:20:03下载
    积分:1
  • carpub
    一个简单的停车场管理程序,是初级学习数据结构时的一个十分重要的实验,了解这个对学习堆栈十分有用,基本题目是 设有一个可以停放[size=10.5pt]N[size=10.5pt]辆汽车的狭长的停车场,[size=10.5pt] [size=10.5pt]它们有一个大门可以供车辆进出。车辆按到达停车场时间的先后次序从停车场最里面向门口处停放(最先到达的第一辆车停在停车场的最里面)。如果停车场已放满[size=10.5pt]N[size=10.5pt]辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就可进入停车场。停车场内如果有某辆车要开走,在它之后进入停车场的车辆都必须先退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进入。每辆车在离开停车场时,根据它在停车场内停留时间的长短交费。如果停在便道上的车辆未进入停车场就要离去,允许其离去时不收停车费,并且仍然保持在便道上等待的车辆的次序()
    2007-09-05 20:25:00下载
    积分:1
  • Java data structures and algorithms (second edition)
    Java数据结构和算法(第二版)-lafore著,教材中使用到的APPLET。-Java data structures and algorithms (second edition)-lafore, and materials used to APPLET.
    2022-09-20 04:20:03下载
    积分:1
  • 库和VB相关联的各种实例参考代码文档
    与数据库和VB相关联的各种实例参考代码文档-VB and databases and a variety of examples of associated document reference code
    2022-11-18 18:25:03下载
    积分:1
  • 696516资源总数
  • 106459会员总数
  • 0今日下载