登录
首页 » WINDOWS » 拉格朗日乘子法

拉格朗日乘子法

于 2017-11-27 发布 文件大小:1KB
0 271
下载积分: 1 下载次数: 71

代码说明:

  用次梯度方法求解拉格朗日对偶问题的例子。。。。。。(Solve the optimal problem)

文件列表:

拉格朗日乘子法
拉格朗日乘子法\constrains.m, 76, 2017-11-13
拉格朗日乘子法\obj.m, 53, 2017-11-13
拉格朗日乘子法\Untitled3.m, 187, 2017-11-13
拉格朗日乘子法\次梯度方法求解拉格朗日对偶问题
拉格朗日乘子法\次梯度方法求解拉格朗日对偶问题\subgradient_uzawa.m, 362, 2017-11-13

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

发表评论

0 个回复

  • tuike_pdd
    说明:  老虎淘宝客 拼多多模块(必须要配合老虎淘宝客主程序使用)(Tiger Taobao Clients Combine Multiple Modules)
    2020-06-21 14:20:02下载
    积分:1
  • This is the door with my colleagues and I strive for the isolation of the subrou...
    这是我和同事门一起努力编的的孤立子程序。基本上所以孤立子的情况都考虑到了,对计算物理,特别是搞非线性数学的极大的帮助-This is the door with my colleagues and I strive for the isolation of the subroutine. So basically the situation soliton is taken into account for Computational Physics, in particular, engage in non-linear mathematics of great help
    2022-08-17 09:12:38下载
    积分:1
  • 云模型Matlab程序
    说明:  云模型上计算使用,可以计算综合云中的望值Ex、熵En、超熵He。(Computing Usage on Cloud Model)
    2019-07-03 21:29:59下载
    积分:1
  • 实验3
    1、单向通信 向甲方连续不断地发送变量a的值,未按键,a=0x0f,按键后根据按键确定a值;并将a的值取反从P0口输出,控制D0、D1、D2、D3相应点亮。乙方接收到数据并偶校验正确后,将接收数据取反从P0口输出,控制D0、D1、D2、D3相应点亮。 2、双向通信 甲方连续不断地发送变量a的值,未按键,a=0x0f,按键后根据按键确定a值;乙方未按键不发送,按键后将乙方按键得到的a*16发送;甲乙双方都将发送数据与接收数据相或后再取反,从P0口输出控制D0—D7相应点亮。 3、间隔发送 未按键,甲方不发送数据,按键后甲方每隔50ms连续发送4个字节:0xff、a、a、a。 乙方只在收到甲方数据0xff后的3个数据并验证相同时,才将接收数据*16发送。 甲乙双方都将发送数据与接收数据相或后,从P0口输出控制D0—D7相应点亮。(1. One-way communication The value of variable a is continuously sent to Party A without key, a = 0x0f. After the key is pressed, the value of a is determined according to the key; and the value of a is output from P0 port to control the corresponding lighting of D0, D1, D2 and D3. After receiving the data and checking it correctly, Party B will output the received data from P0 port and control D0, D1, D2 and D3 to light up accordingly. 2. Two-way communication Party A continuously sends the value of variable a without key, a = 0x0f, and determines a value according to the key after the key; Party B does not send the key without key, and sends the a*16 obtained by the key after the key is pressed; Both parties will send the data to or from the receiving data, and then retrieve the data and control D0-D7 from the P0 port to light up accordingly. 3. Interval Sending Without keys, Party A does not send data. After keys, Party A sends 4 bytes continuously every 50 ms: 0xff, a, a.)
    2020-11-16 09:29:42下载
    积分:1
  • pb word文档
    pb word文档,全部是pb实用文档需要就下载吧(Pb word documents, all Pb practical documents need to download it.)
    2018-09-14 15:46:44下载
    积分:1
  • 项目采用eclipse3.3+myeclipse6.0.1GA+SQLServer2000+TomCat6.0开发,实现了简单的论坛功能。 设置分页条数分别...
    项目采用eclipse3.3+myeclipse6.0.1GA+SQLServer2000+TomCat6.0开发,实现了简单的论坛功能。 设置分页条数分别在forumdisplay.jsp(10行)和viewthread.jsp(17行) 数据库采用直连,驱动在项目文件夹下,jtds-1.2.2.jar -Project uses eclipse3.3+ myeclipse6.0.1GA+ SQLServer2000+ TomCat6.0 develop, implement a simple forum function. Set the number of pages, respectively forumdisplay.jsp (10 lines), and viewthread.jsp (17 lines) database using Direct Connect, the driver in the project folder, jtds-1.2.2.jar
    2023-04-06 19:40:04下载
    积分:1
  • “跑表”类VB 提供的 Timer 控件的精度好象可以达到 1 毫秒,但实际上只能达到几十毫秒。此“跑表”类使用多媒体的定时器而真正提供精确到 1 毫秒的定时(...
    “跑表”类VB 提供的 Timer 控件的精度好象可以达到 1 毫秒,但实际上只能达到几十毫秒。此“跑表”类使用多媒体的定时器而真正提供精确到 1 毫秒的定时(1KB)-"stopwatch" VB Timer control of the accuracy seems to be a millisecond, but only reached tens of milliseconds. This "stopwatch" the use of multimedia timer provide accurate and true to a millisecond timing (1KB)
    2023-09-02 05:55:03下载
    积分:1
  • 本文件为VB公共模块,最常用的字母API FAC…
    此文档为VB公共模块,封了多数常用的API,方便VB开发人员调用。包括注册表操作、磁盘、网络、窗体、文件等操作的API。模块内有简单使用说明。-this document for public VB module, the most commonly used letters of API to facilitate VB developers call. Including the registry operation, disk, network, forms, documents, etc API. A simple module for use.
    2022-07-24 09:16:59下载
    积分:1
  • panorama
    说明:  图片拼接 实现了多个图片的无缝拼接技术,完美无瑕(Picture stitching achieves seamless stitching technology of multiple pictures, perfect and flawless)
    2019-05-27 14:30:45下载
    积分:1
  • 2
    说明:  FreeRTOS实验6-1 FreeRTOS任务创建和删除实验(动态方法)(Task creation and deletion experiments (dynamic methods))
    2019-03-15 21:42:37下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载