-
分支定界求TSP问题
说明: 该.m文件使用分支定界法来求解TSP问题(Branch and bound method for TSP)
- 2020-12-25 08:49:05下载
- 积分:1
-
详细介绍kalman filter的理论知识,通过实例说明kalman filter的工作机理...
详细介绍kalman filter的理论知识,通过实例说明kalman filter的工作机理-Kalman filter introduce in detail the theory of knowledge, through the examples of the work of kalman filter mechanism
- 2022-04-27 18:36:20下载
- 积分:1
-
snake
利用控制台操作实现界面贪吃蛇,功能具有代表性(use the perform of controlling to realise snake)
- 2012-11-09 00:16:58下载
- 积分: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
-
BK4813使用注意
BK4813外部电路设计使用时应注意事项(Design of BK4813 External Circuit)
- 2019-01-15 08:41:05下载
- 积分:1
-
ancypuz
很好的存储器演示算法,欢迎大家下载使用,谢谢合作()
- 2018-03-14 13:06:32下载
- 积分:1
-
php use the skills for the development of procedures with PHP helpful
php使用的技巧,对于用PHP开发程序很有帮助-php use the skills for the development of procedures with PHP helpful
- 2023-02-13 01:55:03下载
- 积分:1
-
bp
说明: BP神经网络的数据分类,里面包含数据,matlab2019亲测可用(BP neural network data classification, which contains data, matlab 2019 pro test available)
- 2020-07-07 17:03:37下载
- 积分:1
-
QT5教程 完整版
说明: 很好的书籍,值得仔细阅读。 解压后是qt5的相关资料(it's reserved read carefully)
- 2021-01-10 22:17:31下载
- 积分:1
-
granularity.Designer
说明: 实现地图加载保存放大缩小全图,以及要素属性框选查询功能(Realize the function of loading, saving, enlarging and reducing the whole map, as well as the function of checking and inquiring the attributes of elements)
- 2020-06-25 11:00:01下载
- 积分:1