CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 单纯形法

搜索资源列表

  1. simplix

    0下载:
  2. 这是关于运筹学上的单纯形法的源码,此方法用的是两阶段法。-tacticians on the simplex method source code, the use of this method is a two-stage method.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3403
    • 提供者:黄玫
  1. 利用修正单纯形法解线性规划问题

    0下载:
  2. 优化方法中的解线性规划问题的一种方法,惩单纯形法,很好用的,欢迎大家下载-the optimization method for solving linear programming problems in a way Correctional simplex method, the good and you are welcome to download
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:52921
    • 提供者:王伟
  1. solver

    0下载:
  2. 线形规划代码:包括单纯形法,对偶形法,-linear programming code include : simplex method, the dual method, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1223536
    • 提供者:baihuafei
  1. optimumt1

    0下载:
  2. 这是一个高通滤波器的最优化算法。有约束问题采用的是惩罚函数法,无约束问题采用的是单纯形法-this is a high-pass filter to the optimization algorithm. Binding the issue of punitive function without constraint using the simplex method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2455
    • 提供者:宋亚平
  1. LinearProgram

    0下载:
  2. 本代码用单纯形法有效的解决运筹学中LP线性规划问题-code with the simplex method effective solution tacticians were LP Linear Programming
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2748
    • 提供者:aaa
  1. pippo

    0下载:
  2. 自己编的一个运筹学中单纯形法的一个程序,界面友好,按照提示来输入参数,可以解决很多线性规划问题-developed an operations research, which the simplex method of a process, a friendly interface, according to suggest to the input parameters, can solve a lot of linear programming problem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1939
    • 提供者:pippo
  1. simplex

    0下载:
  2. 本程序是为解决线性规划的标准优化问题,主要实现单纯形法的
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:741
    • 提供者:曾小松
  1. simplex

    0下载:
  2. 利用单纯形法求解线性规划,输入为标准型的线性规划,求解得到最优解和最优值
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1004
    • 提供者:nano
  1. dancunxing

    0下载:
  2. 自己编写的单纯形法求解最优值,使用visual basic 实现
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:47912
    • 提供者:hychen
  1. Optimization_procedures

    0下载:
  2. 本程序是单纯形法,参考书目:河海大学<吴凤平>运筹学方法与应用-This procedure is a simplex method, bibliography: Hohai University < WU Feng-ping> Operations Research Methods and Applications
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2243
    • 提供者:tudan
  1. danchunxing

    0下载:
  2. 单纯形法求目标函数极值及决策变量值,c语言编写-Simplex method for the objective function and decision-making variable extremum value, c language
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2817
    • 提供者:初蕾
  1. danchunxing

    0下载:
  2. 单纯形法在自动配煤系统中的应用。以配煤价格为目标,灰分、水分、硫分为约束条件,求解最优配比。由于方程具有通用性,也可用于其他行业。-Simplex method in the automatic blending system. Coal prices in the objective, ash, moisture, sulfur is divided into constraints, solving the optimal ratio. Since the equation has the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:271668
    • 提供者:蓝逸尘
  1. dualsimplex

    1下载:
  2. 对偶单纯形法,用于线性规划的求解-dual simplex methods
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1831
    • 提供者:laixudong
  1. simplex_PB06001091

    0下载:
  2. 线性规划问题的单纯形法的一个实现,c语言实现版本,比较简单-an implement of simplex of lp problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:2427
    • 提供者:wachmc
  1. Simplex

    0下载:
  2. 单纯形法是求解线性规划问题的通用方法。。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。 -Simplex method for solving linear programming problems is a common approach. . Due to the limited number of basic feasible solution, so by the limited issue of conversions will be
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1320
    • 提供者:song
  1. Improved-Simple-Method

    0下载:
  2. 运筹学中单纯形法是非常重要的算法,本代码主要针对改进的单纯形法做文章,很好的完成对各种线性规划问题的处理-Operations research simplex algorithm is very important, the code is aimed at making an issue of the improved simplex method, a good variety of linear programming problems to complete treatment
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:2830
    • 提供者:贾鹏飞
  1. 005

    0下载:
  2. 常用的数值计算C代码,包括共轭梯度法、单纯形法、数值积分、最小二乘、最速下降法等。-C code commonly used in numerical calculation, including the conjugate gradient method, simplex method, numerical integration, least squares, steepest descent method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:16125
    • 提供者:Snake
  1. 改进单纯形法

    0下载:
  2. 改进单纯形法,C++源代码。解线性规划最优解问题。
  3. 所属分类:数学计算/工程计算

  1. Simplex method for linear programming

    0下载:
  2. 线性规划中的单纯形法的c实现,代码有测试类,(Simplex method for linear programming)
  3. 所属分类:数学计算

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:
  1. 单纯形法Matlab程序-2016-11-17

    1下载:
  2. 一般线性规划问题具有线性方程组的变量数大于方程个数,这时会有不定的解。当决策变量个数n和约束条件个数m较大时,单纯形法是求解线性规划问题的通用方法。 从线性方程组找出一个个的单纯形,每一个单纯形可以求得一组解,然后再判断该解使目标函数值是增大还是变小了,决定下一步选择的单纯形。通过优化迭代,直到目标函数实现最大或最小值(In general linear programming problems, the number of variables with linear equations is
  3. 所属分类:数学计算

    • 发布日期:2018-04-29
    • 文件大小:6144
    • 提供者:刘善武
« 12 3 4 »
搜珍网 www.dssz.com