-
moead-py-master
使用Python实现MOEA/D,对于分解部分可以更换其他分解函数;对于基因重组部分可以更换其他交叉变异算子(Using Python to implement MOEA/D, other decomposition functions can be replaced for the decomposition part, and other crossover mutation operators can be replaced for the gene recombination part.)
- 2020-11-25 14:29:33下载
- 积分:1
-
论坛的logo背 景景论坛的logo背景论坛的logo背景
论坛的logo背 景景论坛的logo背景论坛的logo背景-logologologologo
- 2022-08-17 07:06:06下载
- 积分:1
-
Java生成一个文件打开的文件选择对话框窗口
Java生成一个文件打开的文件选择对话框窗口,和Win系统的浏览文件窗口相似,使用Java代码模拟实现的窗口程序,相关代码如下:
button.addActionListener(new ActionListener() { //按钮事件处理
public void actionPerformed(ActionEvent e) {
int state; //文件选择器返回状态
chooser.removeChoosableFileFilter(chooser.getAcceptAllFileFilter()); //移去所有文件过滤器
chooser.addChoosableFileFilter(new MyFileFilter("gif","图像文件")); //增加文件过滤器,接爱gif文件
if (comboBox.getSelectedIndex()==0) //组合框为"打开"
state=chooser.showOpenDialog(null); //显示打开文件对话框
else
state=chooser.showSaveDialog(null); //显示保存文件对话框
File file = chooser.getSelectedFile(); //得到选择的文件
- 2022-11-18 17:40:03下载
- 积分:1
-
即模式提取算法源程序
即模式提取算法源程序-that model extraction algorithm source
- 2022-12-15 01:05:03下载
- 积分:1
-
32点FFT的实现
32 bit FFT implementation
- 2022-06-12 01:10:37下载
- 积分:1
-
Guide to 3D Vision Computation
说明: This classroom-tested and easy-to-understand textbook/reference describes the state of the art in 3D reconstruction from multiple images, taking into consideration all aspects of programming and implementation. Unlike other computer vision textbooks, this guide takes a unique approach in which the initial focus is on practical application and the procedures necessary to actually build a computer vision system.
- 2019-04-02 15:37:25下载
- 积分:1
-
VB.NET源码:另类控制面板
VB.NET源码:另类控制面板,先看一下演示截图吧,运行窗口中的按钮对应一个控制面板中的功能,这个界面就类似于控制面板的界面,只是做了功能,界面方面没有怎么优化,所以看上去是土鳖了一些。VB.NET2008代码。
- 2023-05-17 02:10:04下载
- 积分:1
-
王爽汇编课件
说明: 汇编语言的ppt,有兴趣可观看,非诚勿扰(Assembly language ppt, interesting to watch, if you are the one)
- 2019-06-04 18:03:32下载
- 积分:1
-
gkodcode
Development of a VC source code, for learning network programming, hope you like them, good dongdong
- 2017-04-13 18:53:42下载
- 积分:1
-
在打沙场用的最简单,最自动的快捷老板系统
在打沙场用的最简单,最自动的快捷老板系统-Used in the battlefield to fight the simplest, most automated systems quickly boss
- 2022-01-27 15:39:04下载
- 积分:1