• 大小: 9KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 语言: C/C++
  • 标签: TSP  源代码  VC++  

资源简介

Hopfield网络解决n=7的TSP问题,用VC++实现

资源截图

代码片段和文件信息

#include 
#include 
#include 
#include 

#include 

#define N 7 /* number of cities */
 seven()
{
float u0ttao;
float v0v1v2v3v4v5v6dvdeltasdist;
float u[8][8]vb[9][9]v[9][9]du[8][8];
float ABCDJK;
int xiyje;
int ncolumn[9]; /* cycling times */
float d[8][8]={0.00.00.00.00.00.00.00.0 /* distance */
0.00.01.31.2514.014.014.014.0 /* between */
0.01.30.014.01.351.952.34514.0/* 7 cities */
0.01.2514.00.01.32.7251.9514.0
0.014.01.351.30.01.4251.32514.0
0.014.01.952.7251.4250.014.01.45
0.014.02.3451.951.32514.00.01.375
0.014.014.014.014.01.451.3750.0};

u0=0.02; /* step 1:initialization */
A=3.3B=3.3C=1.5D=1.8; /* step 1: */
J=30.0K=30

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       4240  2005-06-18 19:43  hopfiledTsp\tsp.dsp

     文件        514  2008-09-01 09:38  hopfiledTsp\tsp.dsw

     文件      41984  2008-09-01 10:33  hopfiledTsp\tsp.ncb

     文件        240  2008-09-01 10:33  hopfiledTsp\tsp.plg

     文件        218  2007-06-04 14:14  hopfiledTsp\www.pudn.com.txt

     文件       3424  2008-09-01 10:16  hopfiledTsp\tsp.c

     文件      53760  2008-09-01 10:33  hopfiledTsp\tsp.opt

     目录          0  2008-09-01 10:08  hopfiledTsp\Debug

     目录          0  2008-09-01 10:08  hopfiledTsp

----------- ---------  ---------- -----  ----

               104380                    9


评论

共有 条评论