登录
首页 » C++ » IIVQZLY2

IIVQZLY2

于 2018-05-12 发布 文件大小:73KB
0 381
下载积分: 1 下载次数: 1

代码说明:

  用蚁群算法求解TSP问题,最大的特点是有详细的中文注释()

文件列表:

41zASA算法\ReadMe.txt, 3818 , 2005-03-09
41zASA算法\el51.txt, 612 , 2002-10-22
41zASA算法\Ant_System_Alogrithm.h, 1497 , 2005-03-13
41zASA算法\ASA.h, 1334 , 2005-03-09
41zASA算法\ChildView.h, 1267 , 2005-03-09
41zASA算法\GamblingPad.h, 840 , 2005-03-13
41zASA算法\MainFrm.h, 1744 , 2005-03-09
41zASA算法\Resource.h, 488 , 2005-03-09
41zASA算法\StdAfx.h, 1330 , 2005-03-13
41zASA算法\Ant_System_Alogrithm.cpp, 7300 , 2005-03-13
41zASA算法\ASA.cpp, 3636 , 2005-03-09
41zASA算法\ChildView.cpp, 1392 , 2005-03-11
41zASA算法\GamblingPad.cpp, 954 , 2005-03-13
41zASA算法\MainFrm.cpp, 3280 , 2005-03-09
41zASA算法\StdAfx.cpp, 205 , 2005-03-09
41zASA算法\res\Toolbar.bmp, 838 , 2005-03-09
41zASA算法\ASA.APS, 24908 , 2005-03-09
41zASA算法\ASA.clw, 1668 , 2005-03-09
41zASA算法\ASA.dsp, 4591 , 2005-03-09
41zASA算法\ASA.dsw, 531 , 2005-03-09
41zASA算法\res\ASA.ico, 1078 , 2005-03-09
41zASA算法\ASA.ncb, 82944 , 2005-03-13
41zASA算法\ASA.opt, 53760 , 2005-03-13
41zASA算法\ASA.plg, 1187 , 2005-03-13
41zASA算法\ASA.rc, 8321 , 2005-03-09
41zASA算法\res\ASA.rc2, 395 , 2005-03-09
l结果1.gif, 11396 , 2005-03-13
z结果2.jpg, 42266 , 2005-03-13
41zASA算法\Debug, 0 , 2005-03-13
41zASA算法\res, 0 , 2017-12-01
41zASA算法, 0 , 2017-12-01

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

发表评论

0 个回复

  • DatabaseAccessLayer
    数据库访问层的通用设计。可根据配置文件的更改适应不同的底层数据库。隔离业务逻辑层。采用C++标准库及ADO方式对数据库进行访问。(The universal design of the database access layer.According to the configuration file changes to adapt to different underlying database. Isolate the business logic layer. C + + standard library and the ADO way to access the database.)
    2012-07-26 16:49:43下载
    积分:1
  • build-empty-linear-form
    数据结构空线性表的建立,并附上基本功能:初始化、插入、删除(严格)(Build data structures empty linear form, attach basic functions: initialization, insert, delete (strict))
    2013-11-29 17:58:44下载
    积分:1
  • pwwMap 核心技术
    大数据的关键技术,目前世界最核心的技术。
    2022-03-18 23:47:53下载
    积分:1
  • hbMS
    MFC编的数据库管理系统,ODBC连接SQL。里面用了列表控件,组合框控件等。实现管理数据库,直接在列表框控件中操作即可。(MFC series database management systems, ODBC connection SQL. They spent a list control, combo box controls. Implement management database directly in the ListBox control can operate.)
    2013-06-27 11:24:35下载
    积分:1
  • 深度学习之TensorFlow:入门、原理与进阶实战
    该压缩文件是《深度学习之Tensorflow的入门、原理及进阶实战》,里面讲述了如何搭建TensorFlow环境,并讲述了深度学习的一些理论基础知识,而且通过例子进行辅助,能更好的理解掌握。(The compressed file is "Introduction, Principle and Advanced Combat of Tensorflow for Deep Learning", which describes how to set up the TensorFlow environment, and describes some theoretical basic knowledge of deep learning, and assists with examples to better understand .)
    2019-04-20 20:40:46下载
    积分:1
  • xiaobaishu
    参加数学建模的同学很可能会遇到这套题。本程序采用链表进行编写,很方便地解决了小白鼠问题。(Mathematical modeling of the students participating are likely to encounter this question, the program uses the list to solve the problem of mice, very convenient.)
    2013-08-29 16:09:43下载
    积分:1
  • bwzgear
    ug平台上基于MFC的变位直齿轮参数化设计的开发,连接Access数据库。(ug platform development based MFC displacement spur gear parametric design to connect Access database.)
    2020-09-12 09:27:58下载
    积分:1
  • QuickSort
    改进的基于c++的快速排序算法排序算法大体可分为两种:     一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。     另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved fast sorting algorithm based on C ++)
    2018-01-19 15:12:55下载
    积分:1
  • ADO
    C++实现的使用ADO方式连接ACCESS 2007数据库并从中取数据(C++ to achieve the use of ADO to connect the ACCESS 2007 database and fetch data from)
    2012-05-27 16:54:14下载
    积分:1
  • hashtable102
    哈希表实现源码,在VS2005环境下编译。使用了模板。(Hash table to achieve source in VS2005 compiler environment. The use of templates.)
    2016-02-18 09:12:52下载
    积分:1
  • 696516资源总数
  • 106637会员总数
  • 8今日下载