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

搜索资源列表

  1. dcxf

    0下载:
  2. 线性规划问题的单纯形法,输入规划问题的相关系数和约束条件可以得到最优解-Simplex method of linear programming problems, the correlation coefficient of the input programming problem, and constraints can obtain the optimal solution
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:652
    • 提供者:张圣辉
  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. 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. Archive

    0下载:
  2. 里面有两个简单的单纯形法的实现,一个一阶求导的实现,一些数据库上机作业-There are two simple realization of the simplex method, a first order derivative of the realization of a number of operations on the database machine
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:13827
    • 提供者:王林
  1. danchunxingfa

    0下载:
  2. 运筹学单纯形法C语言实现,-Simplex Method C language
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:1647
    • 提供者:卢豪
  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. piddanchn

    0下载:
  2. 单纯形法整定pid参数,所有过程全部自己实现,没有调用任何已有函数。而且已经做好接口,可以用于不同变量个数下的优化。-Simplex method pid tuning parameters, all the processes to achieve all their own, without calling any existing functions. And has good interface that can be used for different number of varia
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4846
    • 提供者:Tomas
  1. Linear-programming-simplex-method

    0下载:
  2. 线性规划单纯形法源程序,能解决一般线性规划问题,希望对大家有帮助!Source linear programming simplex method can solve general linear programming problem, we want to help!-Source linear programming simplex method can solve general linear programming problem, we want to help!
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1572
    • 提供者:有地下水
  1. simplex

    0下载:
  2. 单纯形法的简单实现,参考算法导论上面的伪码-Simplex Method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3127
    • 提供者:Andy
  1. simplex-matlab(1)

    0下载:
  2. 实现数值分析中单纯形法改进方法的matlab代码,即改进单纯形法算法,能够实现大型稀疏矩阵的迭代,这是3/3-Numerical analysis to achieve improved method simplex method matlab code that modified simplex method algorithm, to achieve large sparse matrix iteration, which is 3/3
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:3471
    • 提供者:mike
  1. simplex-matlab(2)

    0下载:
  2. 实现数值分析中单纯形法改进方法的matlab代码,即改进单纯形法算法,能够实现大型稀疏矩阵的迭代,代码分为三分。这是2/3-Numerical analysis to achieve improved method simplex method matlab code that modified simplex method algorithm, to achieve large sparse matrix iteration, the code is divided into thirds.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:6208
    • 提供者:mike
  1. simplex-matlab(3)

    0下载:
  2. 实现数值分析中单纯形法改进方法的matlab代码,即改进单纯形法算法,能够实现大型稀疏矩阵的迭代,这是3/3-Numerical analysis to achieve improved method simplex method matlab code that modified simplex method algorithm, to achieve large sparse matrix iteration, which is 3/3 ..
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1982
    • 提供者:mike
  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. Simplex-method-

    1下载:
  2. 最优化 单纯形法 求极值或最值有案例 并有结果-Optimal simplex method for extreme values ​ ​ or most cases and the outcome
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-14
    • 文件大小:3905
    • 提供者:Mew
  1. cdcxf

    0下载:
  2. 单纯形法c++编程,以解决运筹学中线性规划问题,程序简单明了,对于初学者来说是一个很不错的选择-Simplex Method c programming, operations research to solve linear programming problems, procedures simple and clear, for a newcomer is a very bad choice
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:4393
    • 提供者:陈红菲
  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. 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. SimpleMthd

    0下载:
  2. 单纯形法matlab程序 求解标准型线性规划:max c*x s.t. A*x=b x>=0 本函数中的A是单纯初始表,包括:最后一行是初始的检验数,最后一列是资源向量b N是初始的基变量的下标 输出变量sol是最优解, 其中松弛变量(或剩余变量)可能不为0 输出变量val是最优目标值,kk是迭代次数- example:max 2*x1+3*x2 s.t. x1+2*x2<=8 4*x1<=16 4*x
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1161
    • 提供者:王志贺
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com