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

搜索资源列表

  1. SIMPLEX

    1下载:
  2. 用C写的求解线性规划问题,即在一组线性不等式或等式组的约束条件下求某个线性函数的最值问题.-using simplex method to solve the linear program
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1468
    • 提供者:ivy
  1. Simplex

    0下载:
  2. 这是运筹学中关于单纯形算法的c程序,可以运行,而且也比较易懂-simplex method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1277
    • 提供者:linda
  1. Revisedsimplexmathod

    0下载:
  2. 此算法为改进的单纯形算法,也是运筹学中要用到的方法,可以运行的-revised simplex method
  3. 所属分类:Algorithm

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

    0下载:
  2. 线性规划中的单纯形法,单纯形法是求解线性规划的最主要方法,程序首先确定初始可行解,如没有找到,则引入人工变量或松弛变量来求解-Of linear programming simplex method, simplex method for solving linear programming are the most important methods, procedures to determine first of all, the initial feasible solution, su
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3859
    • 提供者:fhcfan
  1. optimizethedesign

    0下载:
  2. 优化设计常用程序,用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用。-Commonly used to optimize the design process, using C++ for some of the most optimized operating procedures, the Newton method, DFP method, conjugate gradient method, simplex meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:9948
    • 提供者:lijiale
  1. Simplex

    0下载:
  2. 单纯形法C++代码 供大家相互学习交流-Simplex method, C++ code for all to learn from each other
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:153717
    • 提供者:周国旗
  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-04-01
    • 文件大小: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. simplex_method

    0下载:
  2. 自己编写的计算运筹学单纯型法的源代码,用VC++6.0-Computing operations research simplex method of source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:176437
    • 提供者:Lee
  1. simplex

    0下载:
  2. 优化设计算法:用单纯形法求解目标函数的最优解和最优值,已经验证算法的正确性,在visual c++6.0下开发-Optimization algorithm: the simplex method with the optimal solution of objective function and the optimal value, has verified the correctness of the algorithm in visual c++6.0 under development
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:20275
    • 提供者:猎豹
  1. Simplex_method

    0下载:
  2. 单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:294639
    • 提供者:黄仕明
  1. simplex

    0下载:
  2. 用单纯形法中的人工变量法求解线性规划问题,C语言实现-Simplex method of artificial variables for solving linear programming, C language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1910
    • 提供者:高磊
  1. simplex-method

    0下载:
  2. 本程序实现单纯形法的一些计算,对单纯形噶进行求值。-Simplex method to achieve this procedure some calculations, simplex Karma evaluated.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:281227
    • 提供者:王彬
  1. Simplex

    0下载:
  2. C++ Code for Simplex Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2177
    • 提供者:MTR
  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. Improved-simplex-method

    1下载:
  2. 此为C++环境下的运筹学改进单纯形法算法。 运算效率高,结果精确。-This is a C + + environment to improve operational research simplex method algorithm. High computational efficiency, accurate results.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5146281
    • 提供者:李虹颖
  1. simplex-method

    0下载:
  2. Simplex method with GUI in Delphi, with source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:270682
    • 提供者:testerx86
  1. Simplex-metod

    0下载:
  2. simplex method mathlab
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:569767
    • 提供者:Ivan
  1. simplex-method

    0下载:
  2. 用于线性约束规划的单纯形法,通过C程序编写,调试运行通过,注释完备。-For linear constraint programming simplex method, by C programming, debugging and running through the complete comment.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1201
    • 提供者:wang
  1. Simplex method for linear programming

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

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:
« 12 3 4 »
搜珍网 www.dssz.com