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

搜索资源列表

  1. LP--simplex

    0下载:
  2. lp求解的单纯形算法,有c++builder6.0开发-lp for the simplex algorithm, c builder6.0 Development
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:451.69kb
    • 提供者:肖昶
  1. SIMPLEX

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

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

    0下载:
  2. 单纯形算法源程序,具有选择是求解目标值的最大还是最小问题,同时也具有可行性变量约束限制-Simplex algorithm source with the target choice is to solve the biggest problem is still the smallest, but also with the feasibility of variable binding constraints
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7.42kb
    • 提供者:白芳
  1. Simplex

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

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

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

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

    0下载:
  2. simplex Fortran code to find the minimum
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:66.66kb
    • 提供者:York lane
  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
    • 文件大小:3.77kb
    • 提供者:fhcfan
  1. SIMPLEX

    0下载:
  2. 运筹学线性规划算法代码,只是用C语言求解而已。过程算法靠自己弄明白了,有高手最好。-Operations research linear programming algorithm code, but with C language to solve it. Algorithm to understand the process on their own, and have the best players.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.44kb
    • 提供者:Yuchen
  1. shuxuesuanfa

    1下载:
  2. 包括分枝定界算法,线性规划单纯形算法,马尔可夫链算法,贝叶斯决策方法,生产计划算法,动态规划的投资问题的C语言解决-Including the branch-and-bound algorithm, linear programming simplex algorithm, Markov chain algorithms, Bayesian decision-making methods, production planning algorithms, dynamic programming i
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:616.53kb
    • 提供者:宇航
  1. dualsimplex

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

    • 发布日期:2017-04-13
    • 文件大小:1.79kb
    • 提供者:laixudong
  1. Simplex

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

    • 发布日期:2017-03-29
    • 文件大小:150.11kb
    • 提供者:周国旗
  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
    • 文件大小:1.29kb
    • 提供者:song
  1. danchunxing

    0下载:
  2. 用于求解线性规划问题的单纯形算法,输入为方程个数、变量个数以及系数矩阵,输出为求解结果。-For solving linear programming problem simplex algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1.88mb
    • 提供者:sanmao
  1. simplex_method

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

    • 发布日期:2017-04-08
    • 文件大小:172.3kb
    • 提供者: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
    • 文件大小:19.8kb
    • 提供者:猎豹
  1. Simplex_method

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

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

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

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

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

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

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

    • 发布日期:2017-04-13
    • 文件大小:2.13kb
    • 提供者:MTR
  1. simplex-algorithm

    0下载:
  2. 应用于电力系统最优运行。C++源码。程序实现了运筹学中的单纯形算法。-This C++ procedure can be used for the optimal operation of the power system. The source code realize the "simplex algorithm" in operational research.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1.91kb
    • 提供者:刘搏
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com