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

tsp--yichuangsuanfa

于 2009-04-11 发布 文件大小:10051KB
0 95
下载积分: 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 个回复

  • 016
    Visual C++MFC编程实例016(C++MFC016)
    2010-08-27 18:04:34下载
    积分:1
  • Malloc_Implementaion
    详细解析MALLOC/free;New/delete内部实现机制,以及实现。(Detailed analysis MALLOC/free New/delete internal implementation mechanisms, and implementation.)
    2013-11-17 18:55:32下载
    积分:1
  • testZeroMQ
    内含简单项目代码及ZeroMQ使用教程,资源适合初学者,可以满足快速入门要求 下载ZeroMQ 下载网址:http://zeromq.org/intro:get-the-software 点击“Windows sources”下载zeromq-4.0.3.zip文件 编译ZeroMQ库文件 解压zeromq-4.0.3.zip文件,进入buildsmsvc目录,用VS打开*.sln工程文件,编译生成解决方案。编译完成后,会在lib目录下生成dll和lib文件 编写简单的测试工程 1.用VS新建2个项目,一个是server端,一个是client端 2.将ZeroMQ源码项目的include目录下的两个文件“zmq.h”,“zmq_utils.h”拷贝至自己新建的工程 3.将ZeroMQ源码项目的lib目录下的两个文件“libzmq.dll”,“libzmq.lib”拷贝至自己新建的工程 4.将文件“zmq.h”,“zmq_utils.h”和“libzmq.lib”添加进自己新建的项目。(ZeroMQ simple project containing the code and tutorials, resources for beginners, to meet the requirements of the Quick Start Download ZeroMQ Download URL: http://zeromq.org/intro:get-the-software Click " Windows sources" download zeromq-4.0. 3.zip ZeroMQ library files compiled zeromq-4.0.3.zip unzip the file, enter builds msvc directory, with VS open*. sln project file, the compiler generates solutions. After the compilation is complete, it will generate dll and lib files in the lib directory to write a simple test project. Using VS New two projects, one is server-side, is a client-side two would both include directories ZeroMQ source project under File " zmq.h" , " zmq_utils.h" copy to their new project 3 would be two files ZeroMQ source project lib directory under " libzmq.dll" , " libzmq.lib" copy to their new project 4 would file " zmq.h" , " zmq_utils.h" and " libzmq.lib" added to their new projects.)
    2014-02-19 08:43:26下载
    积分:1
  • levelset_withoutreinitialization
    利用水平集函数来检测物体轮廓,一般水平集收敛用到signed distance function的,但是这里实现的程序不用每次都要进行reinitialization就可以使水平集函数趋于收敛。(The use of level set function to detect an object contour, the general level set signed distance function used in the convergence, but the program here do not realize every time to be able to make the level set reinitialization functions tend to converge.)
    2010-01-13 22:30:46下载
    积分:1
  • link
    vc创建超链接风格的静态控件LinkStaticDemo 的程序源码(vc create a hyperlink style static controls LinkStaticDemo the program source code)
    2011-07-03 09:57:36下载
    积分:1
  • Virtual-Desktop
    多虚拟桌面的实现!包括了多个虚拟桌面的管理,添加新的虚拟桌面等功能(Implementation of multiple virtual desktops! Including a number of virtual desktop management, adding new features such as virtual desktops)
    2011-09-28 23:52:43下载
    积分:1
  • Cronometro
    Source code of an I time fact in VB6
    2015-11-08 11:10:34下载
    积分:1
  • EX21_Adc_SOC
    DSP2812 AD采集源码 触发方式多样化 (The DSP2812 AD acquisition source trigger the diversification of)
    2012-04-20 18:39:40下载
    积分:1
  • ArduPlane-2.75
    APM固定翼版代码,对于飞控开发人员有参考意义(APM Arduplane code,useful for flight control developer.)
    2020-09-02 15:38:08下载
    积分:1
  • h264_sdvr_rdk_source_reference_manual_ver1.0
    说明:  其具体功能介绍了h264,dvr,软解码,arm,c使用该文档(Its specific features introduced h264, dvr, soft decoding, arm, c the use of the document)
    2008-08-29 15:54:49下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载