-
遗传算法求解多旅行商问题
旅行商问题(TravelingSalesmanProblem,TSP)是一个经典的组合优化问题。经典的TSP可以描述为:一个商品推销员要去若干个城市推销商品,该推销员从一个城市出发,需要经过所有城市后,回到出发地。应如何选择行进路线,以使总的行程最短。从图论的角度来看,该问题实质是在一个带权完全无向图中,找一个权值最小的Hamilton回路。由于该问题的可行解是所有顶点的全排列,随着顶点数的增加,会产生组合爆炸,它是一个NP完全问题。(Traveling Salesman Problem (TSP) is a classic combinatorial optimization problem. The classic TSP can be described as: a merchandiser sells goods to several cities. The salesman starts from a city and needs to go through all the cities and return to the starting point. How to choose the route of travel so that the total journey is the shortest. From the point of view of graph theory, the essence of the problem is to find a Hamilton loop with the smallest weight in a completely undirected graph with weights. Since the feasible solution to this problem is the full permutation of all vertices, as the number of vertices increases, a combinatorial explosion occurs, which is an NP-complete problem.)
- 2020-06-17 11:00:02下载
- 积分:1
-
此程序为潮流计算中的雅克比矩阵程序,也是潮流计算的核心部分。...
此程序为潮流计算中的雅克比矩阵程序,也是潮流计算的核心部分。-This program for the power flow calculation of the Jacobian matrix program, but also the core of the power flow calculation.
- 2022-02-02 22:29:19下载
- 积分:1
-
sanci
用于发电机保护时的三次谐波提取,例如三次谐波保护(Three harmonic extraction for generator protection)
- 2017-09-18 15:46:12下载
- 积分:1
-
VB截屏程序 可转换BMP图像格式为JPG文件
VB截屏程序 可转换BMP图像格式为JPG文件,不知何原因,这个截屏程序抓不到运行效果图哦,自己下载源码体验吧。
- 2022-02-24 18:49:47下载
- 积分:1
-
一个2D游戏开发的编辑器源码。包括场景编辑,物品编辑,角色编辑。本站上传的该源码文档为2DGameRef...
一个2D游戏开发的编辑器源码。包括场景编辑,物品编辑,角色编辑。本站上传的该源码文档为2DGameRef-a 2D game development of the source code editor. Scenes include editors, articles editor, editorial role. Upload the site of the source document for two DGameRef
- 2022-11-26 04:35:03下载
- 积分:1
-
Makes itself a small Chinese character font program itself becomes smaller font...
使自己成为一个小汉字字体程序自己变成小字体小字体程序自己变成中文程序
- 2023-04-18 05:25:04下载
- 积分:1
-
BP
说明: SAR成像的BP算法,后向投影(Backprojection BP)合成孔径雷达(SAR)成像算法
(Backprojection BP SAR imaging algorithm)((Backprojection BP SAR imaging algorithm))
- 2017-11-27 21:39:04下载
- 积分:1
-
Reverse Engineering Master s thesis, reference of great value, great
逆向工程硕士毕业论文,极具参考价值,非常棒的-Reverse Engineering Master s thesis, reference of great value, great
- 2022-04-19 07:41:17下载
- 积分:1
-
[安卓开源]仿手机QQ音乐播放器项目
说明: 654684313216846123168
- 2019-07-04 12:31:29下载
- 积分:1
-
MCP3204
51单片机读取16位AD芯片MCP3204程序,可读取4路通道,程序中写了两路,可根据注释增加或减少通道数,1602显示,有Proteus仿真。(51 MCU reads 16-bit AD chip MCP3204 program, which can read 4 channels and write two channels. According to the annotation, the number of channels can be increased or reduced. 1602 shows that there is Proteus simulation.)
- 2019-06-28 13:13:11下载
- 积分:1