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

搜索资源列表

  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-algorithm

    0下载:
  2. 根据已知条件,利用单纯形算法计算农场的最大收益。-Under the given conditions, the simplex algorithm using the maximum farm income.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:17.4kb
    • 提供者:刘常云
  1. linerprogram

    0下载:
  2. 线性规划算法的实现,采用的是单纯型算法,输入方程和变量个数任意-Linear programming algorithm using the simplex algorithm, enter the equation and variable number of arbitrary
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:112.61kb
    • 提供者:liuqiang
  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. CHAPTER5

    1下载:
  2. 遗传算法是一种模拟生物进化机制的随机全局优化搜索方法,具有很强的全局优化能力及鲁棒性。遗传算法属于直接搜索法,对适应函数基本无限制,既不要求连续,也不要求函数可微,而且不需要初始信息可以寻求全局最优解克服了单纯形算法初始条件影响大,易陷入局部最小等缺点,操作方便,速度快,不需要复杂的规则,且可用于多目标寻优,在解空间进行高效启发式搜索,可以提高运算速度。-The genetic algorithm is one simulation organic evolution mechanism sto
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-11
    • 文件大小:3.2kb
    • 提供者:大同小异
  1. danchun0326

    0下载:
  2. 对偶单纯型算法,最优化理论作业,基于vc上的简单程序-Dual simplex algorithm, the optimization theory operations, based on the simple procedures vc
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. Simplex algorithm for optimization
  3. 所属分类:Audio program

    • 发布日期:2017-04-15
    • 文件大小:5.86kb
    • 提供者:dani
  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. snrr

    0下载:
  2. 单纯形算法的所有源程序,并举例两个函数说明,对函数用单纯形算法进行分析,寻找最优解。-Simplex algorithm of all source code, and that two functions, for example, use of function analysis of the simplex algorithm to find the optimal solution.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6.38kb
    • 提供者:lixi
  1. simplex_algorithm

    0下载:
  2. 运筹学与控制论中单纯形算法程序,希望对大家有帮助。-Operations research and control theory procedures simplex algorithm, we want to help.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:687byte
    • 提供者:lilin
  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. Simplex

    0下载:
  2. 单纯形法算法,试过,比较好用,大规模没有验证过,希望有人提出宝贵意见-Simplex method algorithm, tried to compare easy to use, large-scale has not verified the hope that it was valuable advice
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2.37kb
    • 提供者:吕克
  1. danchunxingsuanfa

    0下载:
  2. MATLAB版单纯性算法 可以列出单纯形表以及其他相关数据-Simple MATLAB version of the simplex algorithm can be listed in the table as well as other relevant data
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:2.58kb
    • 提供者:inter
  1. danchunxing

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

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

    0下载:
  2. 一个C#开发的线性规划 单纯形算法,能够求解中小规模的线性规划问题,欢迎大家下载,自己写的哦-A C# development of linear programming simplex algorithm to solve the small and medium-scale linear programming problem, welcome to download their own writing Oh! !
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2.8kb
    • 提供者:lihaiqiang
  1. simplex

    0下载:
  2. Matlab Code for simplex algorithm of any type
  3. 所属分类:Document

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

    0下载:
  2. matlab下的单纯形法 针对函数多个点简单可行的最优化计算-matlab simplex method under the multiple points for the function of the optimization calculation is simple and feasible
  3. 所属分类:matlab

    • 发布日期:2014-11-10
    • 文件大小:1kb
    • 提供者:方宇
  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
    • 提供者:刘搏
  1. Simplex-algorithm

    0下载:
  2. 单纯型算法的实验报告,有详尽的C语言代码实现。可以参考-Simplex algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:80.84kb
    • 提供者:刘志宏
  1. Simplex-algorithm--nonlinear-optimization-in-elec

    0下载:
  2. This the code for simplex algorithm in nonlinear optimization in electrical engineering ebook.-This is the code for simplex algorithm in nonlinear optimization in electrical engineering ebook.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-13
    • 文件大小:1.95kb
    • 提供者:amin
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com