登录
首页 » matlab » SQP方法

SQP方法

于 2020-10-27 发布
0 188
下载积分: 1 下载次数: 3

代码说明:

说明:  序列二次规划法,求解非线性优化问题;是有约束优化问题最有效的算法之一(SQP, solving nonlinear optimization problems)

文件列表:

SQP方法, 0 , 2018-08-22
SQP方法\lagsqp.asv, 4153 , 2009-11-16
SQP方法\lagsqp.m, 4171 , 2009-11-16
SQP方法\newtlagr.asv, 3659 , 2009-11-14
SQP方法\newtlagr.m, 3691 , 2009-11-16
SQP方法\qpsubp.asv, 4608 , 2009-12-31
SQP方法\qpsubp.m, 4608 , 2009-12-31
SQP方法\sqpm.m, 4273 , 2009-12-31

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

发表评论

0 个回复

  • C#启动Windows IIS服务的实例
    C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:   ServiceController service = new ServiceController();//创建服务控制对象   service.ServiceName = "Messenger";//启动Windows信史服务   //判断当前服务状态   if (service.Status == ServiceControllerStatus.Stopped)   {    try    {    service.Start();// 启动服务    service.WaitForStatus(ServiceControllerStatus.Running);    }    catch (InvalidOperationException)    {    MessageBox.Show("不能启动该服务!");    }   }
    2022-02-13 12:56:43下载
    积分:1
  • source
    读取IGS电离层文件,格式为IONEX1.0(具体可参见CODE或IGS官方网站)(Reading IONEX1.0 )
    2012-07-05 13:33:27下载
    积分:1
  • 讯雷是下载工具,它在我的周围很流行,在我认为它很方便,实用。...
    讯雷是下载工具,它在我的周围很流行,在我认为它很方便,实用。--- mine is to download tool, in my very popular around, I think it is very convenient and practical.
    2022-06-15 19:37:34下载
    积分:1
  • stm32实验内容
    STM32F401RE的教学课程,有助于不了解STM32CubeMux的学生了解和使用,内含多个实验教程(STM32F401RE teaching course.)
    2019-01-14 01:09:58下载
    积分:1
  • grey
    说明:  灰色系统GM(1,1)模型,用于预测分析,简单易懂,条理清晰(Grey System GM(1,1) Model for Prediction and Analysis, Simple and Clear)
    2020-06-17 13:20:01下载
    积分:1
  • format will SEG
    将格式为SEG-Y的地震数据的某道信息截出来,程序为c++程序,经过编译了-format will SEG-Y seismic data information of a certain cut, and procedures for c procedures are followed, the compiler
    2022-01-25 17:39:42下载
    积分:1
  • FCM--master
    说明:  此代码是KFCM实现图像分割的算法,亲测有效。大家可以用(This code is the KFCM algorithm for image segmentation, and it is effective in pro test. You can use)
    2019-11-19 17:01:36下载
    积分:1
  • 抖音自动评论引流
    抖音引流脚本,快速评论,可设置评论次数和延时,达到引流的效果(Tremble drainage script, quick review, can set the number of comments and delay, to achieve the effect of drainage.)
    2020-10-19 21:17:30下载
    积分:1
  • NB
    说明:  用Java语言实现简单的朴素贝叶斯算法,进行机器学习。(Simple naive Bayesian algorithm is implemented in Java language for machine learning.)
    2019-04-25 21:18:40下载
    积分:1
  • JJ
    说明:  线性矩阵不等式求解的一个例子,通常用于系统控制中用来求未知矩阵(Solution of Linear Matrix Inequality)
    2018-12-11 20:13:32下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载