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

搜索资源列表

  1. LP--simplex

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

    • 发布日期:2008-10-13
    • 文件大小:462529
    • 提供者:肖昶
  1. 最优化作业C++源代码

    3下载:
  2. 用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用,我已经全部调试过了-C compile some of the most optimized operating procedures, Newton, DFP, conjugate gradient method, the simplex method, interior point method, the points outside the law, outside p
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. c++源代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-03-15
    • 文件大小:2619
    • 提供者:tmaconfire
  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. dualsimplex

    0下载:
  2. 这是关于对偶单纯算法的c语言程序,也是非常简单易懂,是运筹中常用的-dual simplex method
  3. 所属分类:Mathimatics-Numerical algorithms

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

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

    • 发布日期:2017-04-10
    • 文件大小:1258
    • 提供者:linda
  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
    • 文件大小:1473
    • 提供者: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
    • 文件大小:631326
    • 提供者:宇航
  1. simplex_PB06001091

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

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

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

    • 发布日期:2017-03-29
    • 文件大小:153717
    • 提供者:周国旗
  1. danchun

    0下载:
  2. 用单纯形法求解线性规划最优解,能输出求解过程中产生的单纯形表,并输出最优解-Simplex method for solving linear programming optimal solution, can solve the output generated in the process of simplex tableau, and output the optimal solution
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1185
    • 提供者:
  1. C

    0下载:
  2. 包含了许多的最优化算法,有牛顿法,单纯形法等,都已运行通过了-Contains a number of optimization algorithms, there is Newton' s method, simplex method, etc., have to run through the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:5335
    • 提供者:hanxuan
  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-15
    • 文件大小:20275
    • 提供者:猎豹
  1. Simplex

    0下载:
  2. C语言求解单纯型算法,里面包括文件的相关说明。-C type for solving simplex algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1865
    • 提供者:cheny
  1. simplex

    0下载:
  2. Simplex method for C works for any input
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1570
    • 提供者:kikumarukike
  1. simplex

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

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

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

    • 发布日期:2017-04-12
    • 文件大小:2177
    • 提供者: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
    • 文件大小:1957
    • 提供者:刘搏
  1. Simplex-method

    0下载:
  2. Simplex-method on C++
  3. 所属分类:matlab例程

« 12 3 »
搜珍网 www.dssz.com