文件名称:3-6
-
所属分类:
- 标签属性:
- 上传时间:2017-12-20
-
文件大小:256kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
使用f[i][j]代表从i到j所花费最小费用,则将从i到j路径变成i->z->j,k代表要走的站点数量,起始位置为i所以终点位置为:i+k,保证最后一段为k所以循环截止到i<=n-k,z就是中间站点。如果这样比f[i][j]小,则交换值(Using f[i][j] to represent the minimum cost from I to j will turn I from J to i->z->j, K represents the number of sites to go, and the initial location is I, so the end point is i+k, which ensures the last segment is k, so the cycle ends to i<=n-k, and the middle point is the middle. If this is smaller than f[i][j], exchange values)
相关搜索: 算法
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
3-6 | ||
3-6\3-6.cbp | 1059 | 2017-11-29 |
3-6\3-6.depend | 101 | 2017-11-29 |
3-6\3-6.layout | 321 | 2017-11-30 |
3-6\bin | ||
3-6\bin\Debug | ||
3-6\bin\Debug\3-6.exe | 967597 | 2017-11-29 |
3-6\main.cpp | 653 | 2017-11-29 |
3-6\obj | ||
3-6\obj\Debug | ||
3-6\obj\Debug\main.o | 12309 | 2017-11-29 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.