登录
首页 » matlab » HV

HV

于 2017-12-31 发布 文件大小:2415KB
0 158
下载积分: 1 下载次数: 1

代码说明:

说明:  计算多目标解集之间的HV指标的程序。。。。。(Calculate multi-target HV index between the solution set of the program...)

文件列表:

compute_hypervolume_contributions.m, 3115 , 2011-03-18
crowding_distance_selection.m, 999 , 2011-03-26
ALO.pdf, 2967555 , 2015-11-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • AHP
    根据输入的决策矩阵,利用AHP方法,进行0-1标准化处理,得出标准化后的结果。(According to the input decision matrix, the AHP method is used to perform 0-1 normalization processing, and the standardized result is obtained.)
    2020-06-17 11:00:02下载
    积分:1
  • 购物车主要是为广大网上顾客购物的资源平台。购物车主要目标是建设在网上对用户进行信息服务互动平台。...
    购物车主要是为广大网上顾客购物的资源平台。购物车主要目标是建设在网上对用户进行信息服务互动平台。-If the owner to the general resources of the Internet platform to customers. The main goal is to Cart online construction information service user interaction platform.
    2022-02-13 15:40:44下载
    积分:1
  • Java自定义鼠标光标
    super("自定义光标"); //调用父类构造函数   int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组   Container container=getContentPane(); //得到容器   container.setLayout(new FlowLayout()); //设置容器布局管理器   for (int i=0;i   JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象    jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标    container.add(jta); //增加组件到容器上   }      Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象   Image image=toolkit.getImage("cursor.gif"); //得到图像   Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象   JTextArea jta=new JTextArea(3,6); //实例化文本框   jta.setCursor(customCursor); //设置文本框光标   container.add(jta); //增加组件   setSize(300,160); //设置窗口大小   setVisible(true); //窗口可视
    2022-03-06 15:35:47下载
    积分:1
  • 20111141974639
    方程计算器 一元一次,一元二次,二元一次皆可,自动报错。 (One dollar equation calculator, a quadratic, binary one can be, automatic error.)
    2011-11-09 20:44:33下载
    积分:1
  • 价值750的后台响应式汉化模板
    后台ui框架源码 包含登陆 注册 后台首页 文章列表 用户列表等等(Background UI framework source code)
    2020-06-19 05:40:01下载
    积分:1
  • 大乐透选号软件VB版附源码
    超级大乐透选号软件VB版附源码,作者:新林。程序用到的Access数据库已内附。   关于容错,目前的定义很简单,就是例 选择10个条件,如果设置总容错为3,那么只要通过的条件达到7,也就是10-3,就也算通过保留下来。   对于所有过滤条件能够全部通过的号码要能够与其它的号码能区别开来,到时可优先选择全部通过的进行投注   500wan的总容错的意思大概是总共允许的差,全部累加起来,暂时不需要这样,就设定总容错是全部条件减去符合的条件,不符合的条件数是否在容错的范围内,是的话就保留。   要特别注意的是,在这里,把大乐透的前区5个号码,后区2的号码,要分别查看数据库字段中过滤值字段,后面是2的代表是后区的,在想,对后面2个进行总共是66种组合方式,有必要进行过滤吗?
    2022-06-20 20:41:54下载
    积分:1
  • ESF-TinyOS-MN010
    香港科技大学原创的tinos编程中文教程,PDF高清版。(HKUST original tinos programming Chinese tutorial, PDF HD version.)
    2013-08-03 13:07:09下载
    积分:1
  • DonForex PerfectZones
    DonForex PerfectZones Metatrader 4 Trading system
    2018-07-06 05:39:43下载
    积分:1
  • A variety of time
    各种时频分析工具包part4,非常有用的!忘了是哪位大哥发的,现转发到这,希望对大家有所帮助!-A variety of time-frequency analysis tool kit part4, very useful! Forgot who made Big Brother, it is forwarded to it, and they hope to be helpful to everyone!
    2022-08-21 20:19:32下载
    积分:1
  • 第五次作业
    数据滤波是去除噪声还原真实数据的一种数据处理技术, Kalman滤波在测量方差已知的情况下能够从一系列存在测量噪声的数据中,估计动态系统的状态. 由于, 它便于计算机编程实现, 并能够对现场采集的数据进行实时的更新和处理(Data filtering is to remove noise and a data processing technique of real data reduction, Kalman filter can from a series of measurement noise variance in measuring the condition of known data, state estimation of dynamic systems. Because it is convenient for computer programming, and can be collected on the spot data update and real-time processing)
    2018-01-01 10:49:25下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载