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

搜索资源列表

  1. simplex

    0下载:
  2. 用matlab编写程序实现最优控制中的单纯形法。-Matlab programming with optimal control of the simplex method.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2527
    • 提供者:高盼
  1. cPP-matlab

    0下载:
  2. 应用于电力系统最优运行。 是C++与matlab相结合的源码程序,充分利用了matlab长于矩阵处理的优势。 程序实现了运筹学中的单纯形算法。-This procedure can be used for the optimal operation of the power system which combines C++ and matlab, and makes the most of matlab for matrix operations. The source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1624
    • 提供者:刘搏
  1. Simplex-method-matlab

    0下载:
  2. 文档中包含算例和它的单纯形法MATLAB程序-Examples of the simplex method program design and calculation
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:13178
    • 提供者:吕召燕
  1. Matlab-program-of-the-simplex-method

    0下载:
  2. 单纯形法matlab程序,计算方程组(函数的个数显然大于方程个数)-Matlab program of the simplex method, the calculation equations (function number is clearly greater than the equation number)
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:12334
    • 提供者:李亭
  1. [M]

    0下载:
  2. 原始单纯形法(大M法,无需给出初始基变量) Programmed by Liyang(faruto s Studio~!) BNU MATH Email:liyangbnu@mail.bnu.edu.cn QQ:516667408 last modified 2008.4.27 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量- Of the origina
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1314
    • 提供者:hongye
  1. matlab-code

    0下载:
  2. 几个多目标求极值的Matlab算法,包括模式搜索法、Rosenbrock法、单纯形法、Powell法、最速下降法、共轭梯度法、牛顿法、信赖域法-Matlab algorithm, several multi-objective extremum including pattern search method, Rosenbrock method, simplex method, Powell method, the steepest descent method, conjugate gradi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:3667
    • 提供者:陈亮
  1. simplex

    0下载:
  2. 改进单纯形法在matlab中的实现。通过该程序可以实现优化目标。-Improved simplex method is implemented in matlab.Through the program can realize the optimization goal.
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:1472
    • 提供者:淡如水
  1. simplex-method

    0下载:
  2. matlab程序下的单纯形法,其中有二阶段法,大M法,灵敏度分析-simplex method with matlab,including two stage method,big M method and sensitivity analysis
  3. 所属分类:Algorithm

    • 发布日期:2017-11-03
    • 文件大小:149457
    • 提供者:xiajie
  1. optimization-matlab

    0下载:
  2. 最优化单纯型法-matlab算法 最优化单纯型法-matlab算法-Simplex method optimization algorithm optimization-matlab-matlab algorithm simplex method simplex method optimization algorithm-matlab
  3. 所属分类:LabView

    • 发布日期:2017-04-03
    • 文件大小:1458
    • 提供者:zhangbo
  1. simplex

    0下载:
  2. simplex method for matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:920
    • 提供者:lee
  1. simplex

    0下载:
  2. 在matlab环境中,利用单纯形法求解线性规划问题-In the matlab environment, using the simplex method for solving linear programming problems
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:742
    • 提供者:
  1. Simplex

    0下载:
  2. 采用最基本的单纯形法编写了matlab程序,可用于求解各种线性规划问题-Matlab procedures used to prepare the basic simplex method can be used to solve a variety of linear programming problems
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:750
    • 提供者:李晨昊
  1. simplex

    0下载:
  2. 该MATLAB程序实现了simplex迭代算法,该算法可以在不对目标函数求导情况下进行优化,适合数据量较大的算法优化。-The MATLAB program to achieve a simplex iterative algorithm, which can be optimized in the right objective function derivation, the large amount of data suitable algorithm optimization.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1551
    • 提供者:Tom
  1. simplex

    0下载:
  2. 线性规划最常用的单纯形法的matlab实现,运行时以simthod.m主文件,范例见数据代码。注意要将所有m文件放在一个文件夹后再运行-The most commonly used linear programming simplex method matlab implementation to simthod.m master file, see the sample data code at runtime. Note to all m files in a folder and then
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5672
    • 提供者:wcy
  1. simplex

    0下载:
  2. 使用Matlab编程工具对单纯形法的基本算法的实现,不包括二阶段修正部分-Simplex algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1150
    • 提供者:yang
  1. Simplex

    2下载:
  2. this a M-file MATLAB that it can be solve a simple LP problem bye simplex method.-this is a M-file MATLAB that it can be solve a simple LP problem bye simplex method.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:567
    • 提供者:rassel
  1. GUI-based-on-Matlab

    0下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码。用单纯形法来做的-Improved genetic algorithm fuzzy C- means clustering MATLAB source. To do with the simplex method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:5325
    • 提供者:郑晨
  1. simplex-master

    0下载:
  2. Simplex algorithm in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5103
    • 提供者:Pedro
  1. matlab

    0下载:
  2. 单纯形法matlab程序Artificial neural network (YU simplex method matlab program -Artificial neural network (YU simplex method matlab program
  3. 所属分类:source in ebook

    • 发布日期:2017-12-15
    • 文件大小:12288
    • 提供者:他里雾
  1. Matlab-(2)

    0下载:
  2. Matlab artificial complex of simplex method -Matlab artificial complex of simplex methodMatlab artificial complex of simplex method
  3. 所属分类:source in ebook

    • 发布日期:2017-12-15
    • 文件大小:47104
    • 提供者:他里雾
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com