CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - simplex matlab

搜索资源列表

  1. adaboost-emd-wavelet-ARIMA

    1下载:
  2. emd/wavelet信号处理的matlab程序 ARIMA时间序列matlab预测程序 单纯形法matlab程序 图论算法及其matlab代码 adaboost原理及代码-emd/wavelet signal processing matlab program ARIMA time series matlab prediction program simplex method matlab program graph theory algorithm matlab code a
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:1624459
    • 提供者:胡倩
  1. simple

    0下载:
  2. matlab相关代码 单纯形法代码 加上部分其简单介绍-matlab code simplex method code plus brief
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:804
    • 提供者:syt
  1. nelder

    0下载:
  2. downhill simplex问题 matlab 简单-Simplex Downhill matlab code
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:2528
    • 提供者:huiying
  1. dan-chun-xing

    0下载:
  2. 基于matlab,求解一般标准线性规划的单纯形算法-Based on matlab, the simplex algorithm for solving general standard linear programming
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:3463
    • 提供者:吴娟
  1. danchunxingfa

    0下载:
  2. 给定一个控制系统,利用单纯形法整定PID参数,matlab程序-setting PID parameters with simplex method
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:8673
    • 提供者:夏雨
  1. danchunxingfa

    0下载:
  2. matlab 实现的单纯形法,将问题建模,按要求输入后可以得到最优解,适合于所有线性规划问题-simplex method written in matlab
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:855
    • 提供者:yuli
  1. simplex_table

    0下载:
  2. 线性规划问题的通用解法单纯性算法的matlab源程序,可以显示出每一步迭代的单纯形表。-General solution of linear programming problems with simple algorithm matlab source, can show each iteration of the simplex table.
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:1150
    • 提供者:cc
  1. DPFalgorithm

    0下载:
  2. 该算法是关于DFP的修正单纯形法的MATLAB编程,比较简练,有需要,可以-This algorithm is about the DFP' s revised simplex method MATLAB programming, more concise, there is a need, you can look
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3381
    • 提供者:fat
  1. Simplexalgorithm

    0下载:
  2. 单纯形法,求解线性规划问题的通用方法。这里给出其Matlab源程序-Simplex method for solving linear programming problems common method. Here are its Matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:650
    • 提供者:lucy
  1. simpgdsearch

    0下载:
  2. 大家看看,关于最优单纯形法非线性方程matlab源代码-We can see that on the optimal simplex method matlab source code. . .
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2698
    • 提供者:王高
  1. Simplex2phase

    1下载:
  2. matlab两阶段单纯形法解线性规划问题的函数,有详细的注释和说明,还有一个word文档是用该程序解决实际问题的一个例子。-Matlab codes for simplex 2 phase algorithm, detailed comments and instructions, and a example using this code to solve a real problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-02-28
    • 文件大小:346112
    • 提供者:郭子
  1. Desk332top

    0下载:
  2. 【谷速软件编程】matlab源码-计算规范单纯形的投影 可以作为参考使用,程序是word版本-[Valley] matlab source software programming speed- simplex projection calculation specifications can be used as a reference, the program is a word version
  3. 所属分类:Wavelet

    • 发布日期:2017-04-27
    • 文件大小:10287
    • 提供者:张娥
  1. SA

    0下载:
  2. 改进单纯形法解决线性规划问题的matlab实现。-Improved simplex method for solving linear programming problems matlab realize.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:856
    • 提供者:
  1. danchunxing

    0下载:
  2. matlab中单纯形寻优方法的子程序,可以直接用来调用-matlab in the simplex method of optimization routines can be directly used to call
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1366
    • 提供者:kang
  1. Die-maximum-likelihood-methode

    0下载:
  2. Die Maximum-Likelihood-Methode,matlab-likelihood analysis of exponential distribution,Likelihood fit of exponential folded with gaussian using MATLAB function fmins (simplex algorithm)
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:193319
    • 提供者:daijiangtao
  1. self-adaptation-control

    0下载:
  2. 用MATLAB编写的自适应控制仿真程序如下,程序中有关离散相似法仿真及单纯形法寻优的原理请参见有关参考书-Adaptive control using MATLAB simulation program follows the principles of procedural law relating to similar discrete simulation and optimization of the simplex method, see the relevant reference
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:46625
    • 提供者:m
  1. matlabNLP

    0下载:
  2. matlab 编写的非线性优化算法源码,注意,不是应用,而是把函数的源码。包括单纯形,牛顿法等基本源码-matlab nonlinear optimization code, is the resource of function, including simplex,Newton ...
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:10906
    • 提供者:薛总
  1. danchunxingfa

    0下载:
  2. 这是最优化方法里面的单纯行法的程序,用matlab编写的-This optimization method is inside the simplex method of procedure, using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1954
    • 提供者:gong
  1. danchun

    0下载:
  2. matlab环境下简单实现单纯形法的小程序-matlab environment simplex method to achieve a simple small program
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:chen0357139
  1. 2phaseSimplexMethod.m

    0下载:
  2. This the matlab code for 2phase simplex method which I used it for my semester project. With a little parameter modification, the code should work with any kind of linear programming problem. All details comments are provided within the code as well.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3456
    • 提供者:Peter
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com