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

搜索资源列表

  1. line

    0下载:
  2. vb解决单纯形法 需要自己添加数组模块内容-vb solve the simplex method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3161
    • 提供者:Tgq
  1. Untitled4

    0下载:
  2. 单纯形法的matlab编程,其中具体数值视具体问题而定-Matlab programming simplex method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:995
    • 提供者:max
  1. AHPSO

    0下载:
  2. 为提高粒子群算法的寻优精度,提出一种将单纯形法(SM)与粒子群(PSO)算法相结合的自适应混合粒子群优化(AHPSO)算法。-To improve the accuracy of the particle swarm optimization algorithm, a simplex method (SM) and particle swarm (PSO) algorithm combining the adaptive hybrid particle swarm optimization (A
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:1013049
    • 提供者:陈晓川
  1. Linear-programming

    0下载:
  2. 线性规划matlab算法,包括单纯形法,修正单纯形法,大M法,变量有界单纯形法。-Matlab algorithm of linear programming, including the simplex method, revised simplex method, big-M method, the variable bounded simplex method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2334
    • 提供者:王觅蕤
  1. simplex-method-by-C

    0下载:
  2. 用C++编写的单纯性算法小程序,实现线性规划。-Simple algorithm a small program written in C++ linear programming.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:124097
    • 提供者:zhanghc09
  1. Tssiimplexh

    0下载:
  2. 本程序源码是为解决线性规划的标准优化化问题,主要实现单纯形法的 -The program source code is the simplex method to solve the standard of linear programming optimization of the problem,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:799
    • 提供者:chenhebingb
  1. DM2

    0下载:
  2. 大M法的单纯形法实现,用于计算线性规划问题,很好用的,并且注释很清楚-Big M Method, Simplex Method used to calculate the linear programming problem, well used, and comment is very clear
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1244
    • 提供者:张宇
  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. Llyhi

    0下载:
  2. 线性规划算法的改进与在企业管理中的应用本文首先介绍了线性规划问题中单纯形法和两阶段法的算法改进,并对这两种方法进行行了分析并进行举例说明。然后对线性规划增减约束条件的灵敏度进行分析。最后说明线性规划在企业管理中的应用。 已通过测试。 -Linear programming algorithm improvement and business management paper first introduces the simplex method and two-stage method in
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-10
    • 文件大小:108208
    • 提供者:面积
  1. uduiioudanchhs

    0下载:
  2. 用delphi实现运筹学线性规划划对偶单纯形法程序源码 -Operations Research Linear programming with delphi program to program source code dual simplex method
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:221970
    • 提供者:面积
  1. Oxxgh_ysddcxp

    0下载:
  2. 运筹学是经济学、管理学的基础学科,本本源码利用原始单纯性法求解线性规划问题。 -Operations research in economics, management science disciplines, the books source to use the original simplex method for solving linear programming problems.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:205231
    • 提供者:李威
  1. CPPdanchunxingfa

    0下载:
  2. 用C++实现修正单纯形法的优化计算,算法简洁,应用广泛-Corrected with C++ realize the simplex method of optimization calculation algorithm is simple, and widely used
  3. 所属分类:MPI

    • 发布日期:2017-12-05
    • 文件大小:5537
    • 提供者:III
  1. D11R5

    0下载:
  2. 多元函数的下山单纯形法,配有实际调用的例子与输入数据-Multivariate function downhill simplex method, with the example of the input data of the actual call
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:1821
    • 提供者:liubt
  1. D11R9

    0下载:
  2. 解线性规划的单纯形法,配有实际调用的例子与输入数据-Simplex method for solving linear programming, with the example of the input data of the actual call
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:3207
    • 提供者:liubt
  1. originalsimple

    0下载:
  2. 原始单纯形法(需直接给出初始的基变量) 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量,XB承装初始基变量的下标。输出:x最优解(如果有的话),fval最优值,flag解的状态说明,interation求解时的循环次数。-Original simplex method (to be given directly to the initial base variable) Solvin
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:1155
    • 提供者:kangkankan
  1. MO_Lab1

    0下载:
  2. my version of the algoritm simplex method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:993565
    • 提供者:Alexander
  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. xianxingguihua

    0下载:
  2. 用单纯形法求解线性规划 用完整单纯形法求解线性规划 用修正单纯形法求解线性规划 -Complete simplex method for solving linear programming using the simplex method for solving linear programming using the revised simplex method for solving linear programming
  3. 所属分类:assembly language

    • 发布日期:2017-11-06
    • 文件大小:2445
    • 提供者:wangchun
  1. Simplexc

    0下载:
  2. 单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。-Simplex method, the general method for solving linear programming problems. Simplex American mathematician GB Danzig in 1947 first proposed.
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:4394
    • 提供者:淡如水
  1. neuy

    0下载:
  2. 在linux平台下实现单纯形法的优化过程。比在vc中更加方便-On the Linux platform to achieve the optimal process of simplex method. More convenient than in the vc
  3. 所属分类:Driver develop

    • 发布日期:2017-11-30
    • 文件大小:6047
    • 提供者:淡如水
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 21 »
搜珍网 www.dssz.com