登录
首页 » C++ » YPTS

YPTS

于 2018-05-28 发布 文件大小:58KB
0 195
下载积分: 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 个回复

  • Prim
    编程实现Prim算法,基于最小堆数据结构,生成最小代价生成树。 (其中随机生成点和边,形成连通图) 根据输入的顶点数的不同,分析时间复杂度。(Implement Prim’s algorithms based on min-heap and disjoint set data structure for constructing a minimum cost spanning tree. Generate weighted undirected complete graph for given size n according to the following approach: 1) Randomly generate n points ( ) on a plane 2) Randomly generate k pairs of points as edges of the graph. 3) The weight of an edge of the graph is defined as the the Euclidean distance between two endpoints of the edge. )
    2011-06-11 16:28:53下载
    积分:1
  • ddt
    多段图、遍历、排序。用C语言解决多段图中的成本问题,得出最佳优化方案。(More paragraphs figure, traverse, ranking. C language solve more paragraphs in the chart the cost, obtains the best optimization scheme. )
    2012-05-12 13:49:10下载
    积分:1
  • huffman
    数据结构(严蔚敏版)中哈夫曼树的操作程序源代码(Of data structure (Yan Wei Min version) operating procedures in the source code Huffman tree)
    2010-05-24 23:19:39下载
    积分:1
  • 一个适用于书店的图书管理信息系统,包括各种统计分析、员工管理等...
    一个适用于书店的图书管理信息系统,包括各种统计分析、员工管理等-a bookstore in the library management information systems, including statistical analysis, staff management etc.
    2022-03-20 04:53:34下载
    积分:1
  • 通过程序添加表
    通过使用dbms_sql包程序创建表实例创建动态使用程序表 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-02-28 15:45:03下载
    积分:1
  • 0712233
    数据结构c语言版,图的遍历,周游世界,无向图的遍历,包含14个国家。(Data structure c language version, graph traversal, travel around the world, undirected graph traversal, including 14 countries.)
    2009-12-20 17:04:09下载
    积分:1
  • 库和VB相关联的各种实例参考代码文档
    与数据库和VB相关联的各种实例参考代码文档-VB and databases and a variety of examples of associated document reference code
    2022-11-18 18:25:03下载
    积分:1
  • AVL___Tree
    c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示(c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table)
    2007-02-06 21:20:32下载
    积分:1
  • SQL Server database structure viewer program (VC
    SQL Server 数据库结构查看程序(VC源码)-SQL Server database structure viewer program (VC-source)
    2022-02-13 10:03:24下载
    积分:1
  • This is a set of relatively complete applicable to the parties Hotel service sys...
    这是一套较为完整的能适用于酒店宾馆的各方服务系统,功能强大-This is a set of relatively complete applicable to the parties Hotel service system, powerful
    2022-02-02 08:03:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载