登录
首页 » Visual C++ » tsp--yichuangsuanfa

tsp--yichuangsuanfa

于 2009-04-11 发布 文件大小:10051KB
0 260
下载积分: 1 下载次数: 49

代码说明:

  程序对48个城市的TSP问题(城市坐标文件对应于48.txt)进行计算,求解路径和最优路径图如下。 48个城市结果,大的红*表示路径开始城市,途经城市依次用蓝色方块和红色*标示。 (Procedures of the 48 cities TSP problem (document coordinates corresponding to the city 48.txt) to calculate the optimal solution of the path and road map are as follows. The results of 48 cities, the path of the red* indicates the beginning of the city, passing through the city followed by the blue box and red* marked.)

文件列表:

遗传算法
........\遗传算法
........\........\matlab画图M文件
........\........\...............\gatspsta.m
........\........\程序源码
........\........\........\GAApp
........\........\........\.....\Debug
........\........\........\.....\.....\BuildLog.htm
........\........\........\.....\.....\GAApp.exe.embed.manifest
........\........\........\.....\.....\GAApp.pch
........\........\........\.....\.....\GAApp.res
........\........\........\.....\.....\GAAppDoc.obj
........\........\........\.....\.....\GAAppView.obj
........\........\........\.....\.....\MainFrm.obj
........\........\........\.....\.....\StdAfx.obj
........\........\........\.....\.....\vc60.idb
........\........\........\.....\.....\vc60.pdb
........\........\........\.....\.....\vc80.idb
........\........\........\.....\.....\vc80.pdb
........\........\........\.....\GAApp.aps
........\........\........\.....\GAApp.clw
........\........\........\.....\GAApp.cpp
........\........\........\.....\GAApp.dsp
........\........\........\.....\GAApp.dsw
........\........\........\.....\GAApp.h
........\........\........\.....\GAApp.ncb
........\........\........\.....\GAApp.opt
........\........\........\.....\GAApp.plg
........\........\........\.....\GAApp.rc
........\........\........\.....\GAApp.sln
........\........\........\.....\GAApp.vcproj
........\........\........\.....\GAApp.vcproj.EC9694E89116431.akkun.user
........\........\........\.....\GAAppDoc.cpp
........\........\........\.....\GAAppDoc.h
........\........\........\.....\GAAppView.cpp
........\........\........\.....\GAAppView.h
........\........\........\.....\MainFrm.cpp
........\........\........\.....\MainFrm.h
........\........\........\.....\ReadMe.txt
........\........\........\.....\Release
........\........\........\.....\res

........\........\........\.....\...\GAApp.rc2


........\........\........\.....\Resource.h
........\........\........\.....\StdAfx.cpp
........\........\........\.....\StdAfx.h
........\........\........\TspGA
........\........\........\.....\Debug
........\........\........\.....\.....\BuildLog.htm
........\........\........\.....\.....\StdAfx.obj
........\........\........\.....\.....\TspGA.dll.embed.manifest
........\........\........\.....\.....\TspGA.obj
........\........\........\.....\.....\TspGA.pch
........\........\........\.....\.....\vc80.idb
........\........\........\.....\.....\vc80.pdb
........\........\........\.....\gacode.cpp
........\........\........\.....\gacode.h
........\........\........\.....\ReadMe.txt
........\........\........\.....\Release
........\........\........\.....\.......\gacode.obj
........\........\........\.....\.......\gacode.sbr
........\........\........\.....\.......\StdAfx.obj
........\........\........\.....\.......\StdAfx.sbr
........\........\........\.....\.......\TspGA.bsc
........\........\........\.....\.......\TspGA.exp
........\........\........\.....\.......\TspGA.lib
........\........\........\.....\.......\TspGA.obj
........\........\........\.....\.......\TspGA.pch
........\........\........\.....\.......\TspGA.res
........\........\........\.....\.......\TspGA.sbr
........\........\........\.....\.......\vc60.idb
........\........\........\.....\res
........\........\........\.....\...\TspGA.rc2
........\........\........\.....\Resource.h
........\........\........\.....\StdAfx.cpp
........\........\........\.....\StdAfx.h
........\........\........\.....\TspGA.aps
........\........\........\.....\TspGA.clw
........\........\........\.....\TspGA.cpp
........\........\........\.....\TspGA.def
........\........\........\.....\TspGA.dsp
........\........\........\.....\TspGA.dsw
........\........\........\.....\TspGA.h
........\........\........\.....\TspGA.ncb
........\........\........\.....\TspGA.opt
........\........\........\.....\TspGA.plg
........\........\........\.....\TspGA.rc
........\........\........\.....\TspGA.sln
........\........\........\.....\TspGA.vcproj
........\........\........\.....\TspGA.vcproj.EC9694E89116431.akkun.user
........\........\算法程序
........\........\........\mfc42.dll
........\........\........\stlport_vc646.dll
........\........\........\TspGA.dll
........\........\遗传算法说明.doc

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

发表评论

0 个回复

  • Hardware-information-viewer
    VC++系统开发实例精粹 硬件信息查看器程序代码 Hardware information viewer(Instance of VC++ System hardware information viewer the essence of the program code Hardware information viewer)
    2011-05-28 18:53:58下载
    积分:1
  • TextToSound
    本文简单介绍了如何运用VC编程,Microsoft Speech SDK 建立自己的文本语音转换应用程序. (This paper briefly describes how to use VC programming, Microsoft Speech SDK to create your own text to speech application.)
    2013-07-27 13:27:07下载
    积分:1
  • syn
    SYN Flood是当前最盛行的DoS(拒尽服务进攻)与DDoS(散布式拒尽服务进攻)的方法之一,这是一种利用TCP协议缺点,发送大批伪造的TCP连接请求,从而使得被进攻方资源耗尽(CPU满负荷或内存不足)的进攻方法。(SYN Flood is one of the most popular DoS (refuse to do service attack) and DDoS (Distributed refuse to do service attack), which is a Use the TCP protocol shortcomings, sending a large number of forged TCP connection requests, making the offensive resource exhaustion (CPU full load or memory) Offensive....)
    2012-02-24 21:09:08下载
    积分:1
  • IEC6150C
    说明:  iec61850软件实现框架,可以帮助大家快速进入实现阶段。(IEC61850)
    2010-04-19 17:14:15下载
    积分:1
  • U008
    数据库示例,ADO实现,Visual C++ (Database example, ADO implementation, Visual C++)
    2011-05-09 21:48:21下载
    积分:1
  • MIMO-radar-signal-modeling
    均匀线阵方向图, MIMO雷达信号建模、波束形成和目标检测(Uniform linear array pattern MIMO radar signal modeling, beamforming and target detection)
    2020-07-02 13:20:01下载
    积分:1
  • SafetyEva
    电力系统设备安全性评估 主要针对接入分布式电源的配电网(The safety Calculation of Power system)
    2013-10-05 18:23:49下载
    积分:1
  • tabu-search
    An algorithm for tabu search methode for solving optimization problems
    2013-11-18 01:29:59下载
    积分:1
  • CatchScreen-4.26
    截屏保存为单色位图。其中有把彩色转换为单色的功能(Screenshot is saved as a monochrome bitmap. Which has the function of color into monochrome)
    2011-06-01 15:18:33下载
    积分:1
  • NDIS_6[1].0_miniport__driver
    说明:  实现一个千兆以太网卡的NDIS的miniport驱动实例源代码 对于那些希望写一个NDIS 6.0的miniport设备驱动的开发人员来说,实例实在是太少了,只有一个DDK中的E100BEX。这里,我将选择一个当前比较流行的以太网控制器(Realtek 8111/8168/8169/8110等PCI的千兆以太网控制器),针对它们写一个NDIS6的驱动(The realization of a Gigabit Ethernet card, the NDIS driver miniport instance of the source code for those who wish to write an NDIS 6.0 of the miniport device driver developers, the example is too small, there is only one DDK in E100BEX. Here, I will choose a more popular current Ethernet controller (Realtek 8111/8168/8169/8110, such as PCI Gigabit Ethernet controller), for them to write a driver NDIS6)
    2008-12-06 11:41:00下载
    积分:1
  • 696516资源总数
  • 106936会员总数
  • 1今日下载