-
程序对48个城市的TSP问题(城市坐标文件对应于48.txt)进行计算,求解路径和最优路径图如下。
48个城市结果,大的红*表示路径开始城市,途经城市依次用...
程序对48个城市的TSP问题(城市坐标文件对应于48.txt)进行计算,求解路径和最优路径图如下。
48个城市结果,大的红*表示路径开始城市,途经城市依次用蓝色方块和红色*标示。
-Procedures of the 48 cities TSP problem (document coordinates corresponding to the city 48.txt) to calculate the optimal solution of the path and road map are as follows. The results of 48 cities, the path of the red* indicates the beginning of the city, passing through the city followed by the blue box and red* marked.
- 2022-03-19 10:29:44下载
- 积分:1
-
STM8L_for_sensor
说明: 使用STM8L调试MPU6050和BMP280(using STM8L to drive mpu6050 and bmp280)
- 2019-04-21 16:15:26下载
- 积分:1
-
NS2 tutorial for beginners (in English) This document gives the general use of N...
NS2对初学者的教程(英文版)
此文档概括的给出了NS的使用和TCL的语法,对NS的入门很有帮助-NS2 tutorial for beginners (in English) This document gives the general use of NS and TCL syntax, on the NS entry helpful
- 2022-06-27 14:18:34下载
- 积分:1
-
BrickOut
这是用C#语言,.net平台所做的一个弹球的小游戏,是一个不错的了解windows编程的东西。(This is the C# language. Net platform doing a little game of pinball, is a good understanding of windows programming things.)
- 2005-08-22 17:24:01下载
- 积分:1
-
PLSQL PLSQL PLSQL PLSQL PLSQL PLSQL PLSQL PLSQL
plsql plsql plsql plsql plsql plsql plsql plsql -plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql plsql
- 2022-02-04 16:28:23下载
- 积分:1
-
带小缩略图Flash图片展示宽屏风格
宽屏风格带小缩略图Flash图片展示代码,适用于公司企业网站使用,特别是在首页放上这种大气的焦点图,让网站立即高大上了,哈哈,代码完整。
- 2023-03-13 19:50:04下载
- 积分:1
-
MSK_GMSK_SHIYAN
说明: MSK、GMSK非相干数字解调实验,不错的参考(MSK, GMSK noncoherent digital demodulation experiment, a good reference)
- 2009-08-22 09:50:18下载
- 积分:1
-
Java实现窗体右键菜单
Java实现窗体右键菜单,简约易操作的窗体菜单,这是一个相当易懂的制作实例。
super( "右键弹出菜单" ); //调用父类构造函数
ChangeColorAction action = new ChangeColorAction(); //菜单项事件处理
String[] str = {"Blue","Pink","Yellow","Red","Orange"}; //菜单项名称
ButtonGroup colorGroup=new ButtonGroup(); //实例化按钮组
popupMenu=new JPopupMenu(); //实例化弹出菜单
items=new JRadioButtonMenuItem[5]; //初始化数组
for (int i=0;i items[i]=new JRadioButtonMenuItem(str[i]); //实例化菜单项
popupMenu.add(items[i]); //增加菜单项到菜单上
colorGroup.add(items[i]); //增加菜单项到按钮组
items[i].addActionListener(action); //菜单项事件处理
}
addMouseListener(new MouseAdapter(){ //窗口的鼠标事件处理
public void mousePressed( MouseEvent event ) { //点击鼠标
triggerEvent(event); //调用triggerEvent方法处理事件
- 2023-03-05 04:05:03下载
- 积分:1
-
tanqiu
小时候大家都喜欢玩的小游戏,小弹球游戏,希望大家喜欢(the game make you happy
forever )
- 2012-10-08 13:43:26下载
- 积分:1
-
gitasar_rm
说明: SAR processing library
- 2019-05-31 04:56:22下载
- 积分:1