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

搜索资源列表

  1. Oxxgh_ysddcxp

    0下载:
  2. 运筹学是经济学、管理学的基础学科,本本源码利用原始单纯性法求解线性规划问题。Operations research in economics, management science disciplines, the books source to use the original simplex method for solving linear programming problems.-Operations research in economics, management science
  3. 所属分类:Game Program

    • 发布日期:2017-04-17
    • 文件大小:205406
    • 提供者:萍缘
  1. piddanchn

    0下载:
  2. 单纯形法整定pid参数,所有过程全部自己实现,没有调用任何已有函数。而且已经做好接口,可以用于不同变量个数下的优化。-Simplex method pid tuning parameters, all the processes to achieve all their own, without calling any existing functions. And has good interface that can be used for different number of varia
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4846
    • 提供者:Tomas
  1. Simplex-Method

    0下载:
  2. 先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。-First find a basic feasible solution, authenticate it, see if it is the optimal solution If not, switch to another according to certain rules to improve the basic feasible solu
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:271310
    • 提供者:李哲
  1. Simplexalgorithm

    0下载:
  2. 单纯形法,求解线性规划问题的通用方法。这里给出其Matlab源程序-Simplex method for solving linear programming problems common method. Here are its Matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:650
    • 提供者:lucy
  1. optimization-matlab

    0下载:
  2. 最优化单纯型法-matlab算法 最优化单纯型法-matlab算法-Simplex method optimization algorithm optimization-matlab-matlab algorithm simplex method simplex method optimization algorithm-matlab
  3. 所属分类:LabView

    • 发布日期:2017-04-03
    • 文件大小:1458
    • 提供者:zhangbo
  1. qsimpleresource

    0下载:
  2. The QSimplex class is a Linear Programming problem solver based on the two-phase simplex method for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:8969
    • 提供者:tangjaja
  1. optimization

    0下载:
  2. many optimization methods(BFGS Method / Golden section search method / Hooke & Jeeves direct search method / Simplex method)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:3886381
    • 提供者:Duknom Do
  1. Simplex_Method

    0下载:
  2. simplex method program for optimization using visual C-simplex method program for optimization using visual C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1022394
    • 提供者:ghldnjs yank
  1. cdcxf

    0下载:
  2. 单纯形法c++编程,以解决运筹学中线性规划问题,程序简单明了,对于初学者来说是一个很不错的选择-Simplex Method c programming, operations research to solve linear programming problems, procedures simple and clear, for a newcomer is a very bad choice
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:4393
    • 提供者:陈红菲
  1. simpgdsearch

    0下载:
  2. 大家看看,关于最优单纯形法非线性方程matlab源代码-We can see that on the optimal simplex method matlab source code. . .
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2698
    • 提供者:王高
  1. the-simple-method

    0下载:
  2. 单纯性算法最优控制VC++实现。通过修改对象参数,利用单纯性法获取控制最优参数。-VC++ simplex algorithm to achieve optimal control. By modifying the object parameter, using the simple method to obtain the optimal control parameters.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:65407
    • 提供者:zhyhot
  1. python

    1下载:
  2. 普通计算器+作图(给函数)+单纯形法计算 (附有文档说明)-calculator+plot for function+Simplex Method (a doc file for introduce)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:134144
    • 提供者:wkl7123
  1. mp

    0下载:
  2. 利用最优化算法中的单纯形法求解线性回话问题的最优解,只需输入矩阵,即可得结果-The use of optimization algorithm simplex method for solving linear optimal answer the question, just enter the matrix, you can get results
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1237
    • 提供者:懿璐
  1. danchunxingsuanfa

    0下载:
  2. 单纯形法,求解线性规划问题的通用方法。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。 -Simplex method, the general method for the linear programming problem. Simplex method the basic id
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1184
    • 提供者:wenxuan
  1. SimplexMethod

    0下载:
  2. 单纯形法求函数极小值, fun: 待求的函数 x0: x初值 step0: 初始步长 res:函数fun精度设置,最近两次的fmax和fmin之差小于该值就返回 maxnum: 最大迭代次数-A Simplex Method for Function Minimization
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1951
    • 提供者:jxiangj2012
  1. simpx

    0下载:
  2. 单纯形法函数,用单纯形求线性规划的极小值问题-Simplex method functions with simplex solving linear programming problems minima
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:807
    • 提供者:barry
  1. d

    0下载:
  2. 该源代码是利用单纯形法来求最优化问题的解-The source code is the simplex method for solving optimization problems
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3309
    • 提供者:薛文静
  1. dunchunxingfa

    0下载:
  2. 单纯形法,一种传统的优化方法,比较难,可以运行,用来学习交流-Simplex method, a traditional optimization methods, is more difficult, you can run for Learning Exchange
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:898801
    • 提供者:是与非
  1. BigM

    0下载:
  2. 求解线性规划问题的大M算法,是原始单纯型算法的改进-Big M Method (an improved simplex method )for solving linear programming problem
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1013
    • 提供者:李明扬
  1. 2007

    0下载:
  2. 国家集训队2007论文集 Day1 北京 高逸涵 与圆有关的离散化 四川2 王晓珂 解析一类组合游戏 湖南 仇荣琦 欧拉回路性质与应用探究 广东 余江伟 如何解决动态统计问题 福建 杨 沐 浅析信息学中的“分”与“合” 浙江 李宇骞 浅谈信息学竞赛中的线性规划——简洁高效的单纯形法实现与应用 湖南 袁昕颢 动态树及其应用 陕西 杨 哲 凸完全单调性的加强与应用 上海 王欣上 浅谈基于分层思想的网络流算法 广东 陈
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5550221
    • 提供者:sxy
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 20 »
搜珍网 www.dssz.com