算法设计TSP问题的四种算法实现

上传者: hz51390 | 上传时间: 2021-06-25 21:53:22 | 文件大小: 1.99MB | 文件类型: ZIP
算法设计中的TSP问题的蛮力法、动态规划法、贪心法及回溯法。

文件下载

资源详情

[{"title":"( 60 个子文件 1.99MB ) 算法设计TSP问题的四种算法实现","children":[{"title":"TSP","children":[{"title":"TSP问题 贪心法","children":[{"title":"222.txt <span style='color:#111;'> 2.09KB </span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"vc60.pdb <span style='color:#111;'> 52.00KB </span>","children":null,"spread":false},{"title":"TSP问题 贪心法.pch <span style='color:#111;'> 198.96KB </span>","children":null,"spread":false},{"title":"vc60.idb <span style='color:#111;'> 41.00KB </span>","children":null,"spread":false},{"title":"StdAfx.obj <span style='color:#111;'> 2.00KB </span>","children":null,"spread":false},{"title":"TSP问题 贪心法.pdb <span style='color:#111;'> 481.00KB </span>","children":null,"spread":false},{"title":"TSP问题 贪心法.obj <span style='color:#111;'> 9.06KB </span>","children":null,"spread":false},{"title":"TSP问题 贪心法.ilk <span style='color:#111;'> 222.61KB </span>","children":null,"spread":false},{"title":"TSP问题 贪心法.exe <span style='color:#111;'> 204.06KB </span>","children":null,"spread":false}],"spread":true},{"title":"TSP问题 贪心法.cpp <span style='color:#111;'> 2.02KB </span>","children":null,"spread":false},{"title":"ReadMe.txt <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false},{"title":"TSP问题 贪心法.dsw <span style='color:#111;'> 553B </span>","children":null,"spread":false},{"title":"StdAfx.cpp <span style='color:#111;'> 301B </span>","children":null,"spread":false},{"title":"TSP问题 贪心法.plg <span style='color:#111;'> 878B </span>","children":null,"spread":false},{"title":"TSP问题 贪心法.opt <span style='color:#111;'> 47.50KB </span>","children":null,"spread":false},{"title":"TSP问题 贪心法.ncb <span style='color:#111;'> 49.00KB </span>","children":null,"spread":false},{"title":"TSP问题 贪心法.dsp <span style='color:#111;'> 4.53KB </span>","children":null,"spread":false},{"title":"StdAfx.h <span style='color:#111;'> 769B </span>","children":null,"spread":false}],"spread":false},{"title":"蛮力法Tsp","children":[{"title":"222.txt <span style='color:#111;'> 2.09KB </span>","children":null,"spread":false},{"title":"蛮力法Tsp.dsw <span style='color:#111;'> 543B </span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"vc60.pdb <span style='color:#111;'> 52.00KB </span>","children":null,"spread":false},{"title":"蛮力法Tsp.exe <span style='color:#111;'> 244.05KB </span>","children":null,"spread":false},{"title":"蛮力法Tsp.pch <span style='color:#111;'> 227.95KB </span>","children":null,"spread":false},{"title":"vc60.idb <span style='color:#111;'> 33.00KB </span>","children":null,"spread":false},{"title":"tsp.obj <span style='color:#111;'> 8.19KB </span>","children":null,"spread":false},{"title":"蛮力法Tsp.ilk <span style='color:#111;'> 406.78KB </span>","children":null,"spread":false},{"title":"蛮力法Tsp.pdb <span style='color:#111;'> 497.00KB </span>","children":null,"spread":false}],"spread":true},{"title":"蛮力法Tsp.dsp <span style='color:#111;'> 4.21KB </span>","children":null,"spread":false},{"title":"蛮力法Tsp.opt <span style='color:#111;'> 47.50KB </span>","children":null,"spread":false},{"title":"蛮力法Tsp.plg <span style='color:#111;'> 252B </span>","children":null,"spread":false},{"title":"蛮力法Tsp.ncb <span style='color:#111;'> 41.00KB </span>","children":null,"spread":false},{"title":"tsp.cpp <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false}],"spread":true},{"title":"回溯Tsp","children":[{"title":"回溯Tsp.dsw <span style='color:#111;'> 539B </span>","children":null,"spread":false},{"title":"回溯Tsp.ncb <span style='color:#111;'> 41.00KB </span>","children":null,"spread":false},{"title":"222.txt <span style='color:#111;'> 2.09KB </span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"vc60.pdb <span style='color:#111;'> 52.00KB </span>","children":null,"spread":false},{"title":"回溯Tsp.pdb <span style='color:#111;'> 497.00KB </span>","children":null,"spread":false},{"title":"回溯Tsp.exe <span style='color:#111;'> 224.05KB </span>","children":null,"spread":false},{"title":"vc60.idb <span style='color:#111;'> 33.00KB </span>","children":null,"spread":false},{"title":"回溯Tsp.ilk <span style='color:#111;'> 261.27KB </span>","children":null,"spread":false},{"title":"回溯Tsp.pch <span style='color:#111;'> 227.95KB </span>","children":null,"spread":false},{"title":"tsp.obj <span style='color:#111;'> 11.00KB </span>","children":null,"spread":false}],"spread":true},{"title":"回溯Tsp.dsp <span style='color:#111;'> 4.19KB </span>","children":null,"spread":false},{"title":"回溯Tsp.plg <span style='color:#111;'> 1.24KB </span>","children":null,"spread":false},{"title":"回溯Tsp.opt <span style='color:#111;'> 47.50KB </span>","children":null,"spread":false},{"title":"tsp.cpp <span style='color:#111;'> 2.58KB </span>","children":null,"spread":false}],"spread":true},{"title":"TSP(动态规划正确版)","children":[{"title":"TSP.plg <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false},{"title":"TSP.dsw <span style='color:#111;'> 531B </span>","children":null,"spread":false},{"title":"222.txt <span style='color:#111;'> 2.09KB </span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"vc60.pdb <span style='color:#111;'> 116.00KB </span>","children":null,"spread":false},{"title":"1.obj <span style='color:#111;'> 184.10KB </span>","children":null,"spread":false},{"title":"vc60.idb <span style='color:#111;'> 169.00KB </span>","children":null,"spread":false},{"title":"TSP.exe <span style='color:#111;'> 576.06KB </span>","children":null,"spread":false},{"title":"TSP.pch <span style='color:#111;'> 2.28MB </span>","children":null,"spread":false},{"title":"TSP.pdb <span style='color:#111;'> 1.11MB </span>","children":null,"spread":false},{"title":"TSP.ilk <span style='color:#111;'> 803.76KB </span>","children":null,"spread":false}],"spread":true},{"title":"TSP.dsp <span style='color:#111;'> 4.15KB </span>","children":null,"spread":false},{"title":"TSP.ncb <span style='color:#111;'> 49.00KB </span>","children":null,"spread":false},{"title":"1.cpp <span style='color:#111;'> 3.23KB </span>","children":null,"spread":false},{"title":"TSP.opt <span style='color:#111;'> 47.50KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}]

评论信息

  • qq_35113147 :
    没什么乱用
    2019-06-18
  • wiwiden123 :
    可运行,不过不是需要的
    2015-12-23

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明