登录
首页 » matlab » xianxingguihuayuwuyuesuyouhua

xianxingguihuayuwuyuesuyouhua

于 2012-05-03 发布 文件大小:928KB
0 109
下载积分: 1 下载次数: 8

代码说明:

  用数学软件包MATLAB求解线性规划问题,用数学软件包LINDO、LINGO求解线性规划问题,建模案例:投资的收益与风险.(Solve linear programming problems using the mathematical package MATLAB mathematical software package LINDO, LINGO solve linear programming problems, modeling case: benefits and risks of investment.)

文件列表:

第4讲 线性规划
..............\LINGO1.lg4,4096,2007-09-03
..............\xxgh1.m,278,2002-09-09
..............\xxgh2.m,173,2002-09-09
..............\xxgh3.m,283,2002-09-09
..............\xxgh4.m,174,2002-09-10
..............\xxgh5.m,351,2002-09-11
..............\第4讲 线性规划.ppt,641024,2008-01-09
第5讲 无约束优化
................\fun.m,153,2002-09-12
................\fun0.m,36,2002-09-11
................\fun1.m,82,1997-01-18
................\fun2.m,74,2000-05-16
................\fun3.m,175,2000-05-18
................\wliti1.m,205,2002-09-11
................\wliti2.m,53,2002-09-11
................\wliti3.m,68,2002-09-11
................\wliti31.m,88,2002-12-09
................\wliti32.m,188,2002-12-09
................\wliti41.m,93,2002-12-12
................\wliti42.m,218,2002-09-11
................\wliti43.m,103,2002-09-11
................\wliti44.m,1325,2002-09-11
................\wliti5.m,52,2002-12-12
................\第5讲 无约束优化.ppt,832000,2008-01-09

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

发表评论

0 个回复

  • pid
    以中等纯度的精馏塔为研究对象,考虑到不等分子溢流的影响和非理想的汽液平衡,可以得到塔顶产品轻组分含量Y与回流量L之间的传递函数为: 其中由于现场环境干扰,输出带有测量噪声是(0,1)的正态分布序列,它的方差为ɑ=0.5。由于输出中带有很大的噪声信号,故将数字滤波技术中常见的低通滤波器由于偏差控制,滤掉其中的噪声信号,然后在对其进行PID计算,得到实际的控制量。在该方法在噪声较强的环境下,可以得到较好的控制效果。 控制要求: 1、 采用带低通滤波器的增量式PID将塔顶轻组分含量控制在0.99 2、 用ISTE法整定PID参数 3、 在控制过程中,到150周期加入幅度为-20 的阶跃干扰,在第300周期干扰消失。分析PID参数的抗干扰性。 (Medium-purity distillation column, taking into account ranging from molecular overflow and non-ideal vapor-liquid equilibrium, the transfer function between the light component content of the top product Y and the back flow L can be obtained as: Because the field of environmental interference, output with the measurement noise is a normal distribution (0,1) sequence, its variance ɑ = 0.5. As with a lot of noise in the output signal, it will be common in low-pass filter in the digital filtering techniques due to the bias control, filter out the noise signal, then its PID, the actual amount of control. In the strong noise environment, you can get better control effect. Control requirements: 1, using the incremental PID with a low-pass filter to the top of the tower content of light components in the 0.99 2, the method of ISTE tuning PID parameters 3, in the control process, to 150 cycles join the range of-20 step disturbance, disappearance of interference in the first 300 c)
    2012-04-07 07:27:43下载
    积分:1
  • CCDF_OFDMA
    this is for ofdma application
    2012-04-07 19:58:24下载
    积分:1
  • DCT
    基于DCT数字水印算法的Matlab实现源代码(DCT-based digital watermarking algorithm Matlab source code)
    2013-04-24 19:11:04下载
    积分:1
  • DT_hetero_wsn
    Direct transmission energy protocol for Wireless sensor networks for heterogeneous setup.
    2015-06-13 15:14:38下载
    积分:1
  • matlab语音识别系统(源代码)
    基于mfcc参数的语音识别,matlab代码,可以对孤立语音词识别(Speech recognition based on MFCC parameters, matlab code, can identify isolated speech words)
    2018-03-15 12:43:47下载
    积分:1
  • MFCC
    calcul de coefficient mfcc
    2011-04-23 03:46:01下载
    积分:1
  • main
    omp 算法 你可以通过这个算法完成图像恢复,效果好,恢复时间短,误码率低,解决凸优化算法复杂度高的缺点convex optimization algorithm with high complexity(omp algorithm you can accomplish by this algorithm for image restoration, good effect, shorter recovery time, error rate, to solve the shortcomings of convex optimization algorithm with high complexity)
    2014-01-13 20:49:57下载
    积分:1
  • Las_Oficinas_y_Agencias_Tributarias_para_el_trami
    Informacion necesaria
    2014-01-17 08:27:06下载
    积分:1
  • chazhi
    sp3精密星历插值,采用滑动牛顿多项式,可以达到cm级精度,插值结果为速度和位置(Star calendar interpolation)
    2021-04-13 09:28:56下载
    积分:1
  • adaboost_for_matlab
    AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learning (classification) algorithm with AdaBoost. A demo file (demo.m) is provided that demonstrates how these two files can be used with a classifier (basic threshold classifier) for two class classification problem.(AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learning (classification) algorithm with AdaBoost. A demo file (demo.m) is provided that demonstrates how these two files can be used with a classifier (basic threshold classifier) for two class classification problem.)
    2020-10-21 21:17:23下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载