登录
首页 » matlab » eFAST

eFAST

于 2021-04-09 发布 文件大小:6KB
0 248
下载积分: 1 下载次数: 11

代码说明:

  eFAST全局敏感度分析matlab程序,可设置自己的参数(EFAST global sensitivity analysis matlab program can set its own parameters)

文件列表:

eFAST\CVmethod.m, 1097 , 2008-03-10
eFAST\efast_sd.m, 2774 , 2009-12-18
eFAST\efast_ttest.m, 1927 , 2008-03-10
eFAST\Model_efast.m, 4163 , 2008-03-10
eFAST\ODE_efast.m, 846 , 2007-09-05
eFAST\parameterdist.m, 1318 , 2008-03-10
eFAST\Parameter_settings_EFAST.m, 841 , 2008-03-10
eFAST\SETFREQ.m, 645 , 2008-03-10
eFAST, 0 , 2018-07-16

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

发表评论

0 个回复

  • sony_imx385_16av200
    说明:  海思16av200平台的imx385驱动源码,亲测有效(The imx385 driver source code of Hisilicon 16av200 platform, which is effective for personal test)
    2020-12-23 18:19:06下载
    积分:1
  • nsga2code
    说明:  对多目标遗传算法进行解析,基于多目标协同优化算法编写的遗传算法程序,具有很好的收敛性,提供了相应测试算例。(Analyzing multi-objective genetic algorithm, the genetic algorithm program based on multi-objective cooperative optimization algorithm has good convergence, and provides corresponding test examples.)
    2021-01-04 02:38:56下载
    积分:1
  • C# 泛型列表List用法示例
    C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。   private void Frm_Main_Load(object sender, EventArgs e)   {    List People = new List{//创建人员列表    new Person(1,"王*科"),    new Person(2,"王*科"),    new Person(3,"赵*东")};    var query = from p in People//过滤人员名称中以"科"结束的序列    where p.Name.EndsWith("科")    select new    {    人员ID = p.ID,    人员姓名 = p.Name    };    foreach (var item in query)//遍历查询结果    {    label1.Text += item + " ";    }   }   }   public class Person   {    public Person(int id, string name)    {    this.ID = id;    this.Name = name;    }    public int ID { get; set; }//人员ID    public string Name { get; set; }//人员姓名   }
    2023-01-08 20:45:03下载
    积分:1
  • delphi源程序看看,这可能对你有帮助
    delphi源程序看看,这可能对你有帮助-delphi look at the source, which may have been helpful to you
    2023-02-06 20:05:04下载
    积分:1
  • 模态计算
    说明:  模态分析的ansys apdl源程序,具有通用性(The ANSYS APDL source program of modal analysis is universal.)
    2019-05-04 12:47:37下载
    积分:1
  • 107 网口笔记
    说明:  使用STM32F407进行以太网通信,并涉及到数据链路层的工业以太网通信,使用LWIP协议栈(STM32F407 is used for Ethernet communication, which involves industrial Ethernet communication in data link layer, and LWIP protocol stack is used.)
    2019-07-02 19:32:18下载
    积分:1
  • 服务器代码3.5。这8款
    服务端代码 3.5的在。... ... ..... -server code in 3.5. That clause 8
    2022-03-18 14:05:34下载
    积分:1
  • C#做的中国农历小程序
    C#做的中国农历小程序-C# so the Chinese Lunar small program
    2022-02-06 04:50:41下载
    积分:1
  • python3 octopush模块
    说明:  python3 octopush module
    2020-06-22 01:20:02下载
    积分:1
  • 小球加速运动,可用于多种扩展。物体加速的算法
    小球加速运动,可用于多种扩展。物体加速的算法-Ball accelerated motion, can be used for a variety of expansion. Objects to speed up the algorithm
    2022-07-02 15:52:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载