资源简介
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
相关资源
- Qt4 图形设计与嵌入式开发 源代码
- robomaster步兵车开源代码
- 3KW数字LLC源代码
- 单片机LED流水灯源代码
- 单片机蜂鸣器源代码
- STM32的光立方和灯光秀控制算法源代码
- 三电平NPCSVPWM源代码
- UCOS2源代码(未移植版)
- 51单片机34个经典电路制作,附电路图
- windows系统编程源代码第四版
- FTP客户端源代码C语言
- DSS中的RTSPclientLib程序
- RTSPRTP C++ 源代码
- 将音视频文件转换为rtsp流(live555 媒
- tftpd32 源代码VC
- 用opencv处理RTSP视频流,其中视频流的
- 《实用数字图像处理与分析(2版)》
- sha256源代码
- AVR单片机 Bootloader(串口在线升级程序
- 15度地震偏移程序
- VC 多线程工具开源代码
- 堆和堆排序源代码
- TSP问题遗传算法C/C++实现
- 数字滤波器源代码
- c语言:循环语句输出菱形(源代码)
- ROS用A*算法源代码
- c++ 串口 发送消息、接收消息源代码(
- c++premer第五版源代码.zip
- 数据结构单链表c语言源代码
- 360新版界面源代码
评论
共有 条评论