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

搜索资源列表

  1. yunchouxue.rar

    0下载:
  2. 运筹学ppt考试复习专用 第一章  线性规划与单纯形法 第二章  线性规划的对偶理论 第三章  整数规划 第四章  目标规划 第五章  运输与指派问题 第六章  网络模型,Operational research ppt exam review chapter dedicated linear programming and simplex method chapter on linear programming duality theory of integer programmi
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:189138
    • 提供者:jane
  1. unconstrained_optimization

    1下载:
  2. VC实现的,多维函数搜索,无约束优化方法, (1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法 -VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton' s method (3) conjugate gradient
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3191037
    • 提供者:李湖
  1. danchun

    0下载:
  2. matlab环境下简单实现单纯形法的小程序-matlab environment simplex method to achieve a simple small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:965
    • 提供者:wenyu
  1. simplexmethod

    0下载:
  2. It give the solution for polynomial equations using simplex method. It is a method for optimization in all fields
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5723
    • 提供者:gowri
  1. simplemethod

    0下载:
  2. c实现的单纯形法,求解线性规划问题的一种解法-c achieved simplex method for solving linear programming problems of a solution
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1925
    • 提供者:Tony
  1. 2

    0下载:
  2. 单纯形法源程序 单纯形法源程序-Simplex method, simplex method source code source code source code simplex method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2737
    • 提供者:tom
  1. mathematicalprogrammingcode

    0下载:
  2. 它包含了数学规划、线性规划、一元函数极值、多元函数极值拟牛顿法、多元函数极值、单纯形搜索法、非线性规划的代码-It contains matlab code of mathematical programming, linear programming, unary function, extreme value, multi-function extremum quasi-Newton method, multi-function extremum, simplex method, nonli
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:22630
    • 提供者:温娟
  1. SIMPLEX

    0下载:
  2. 一个简单的visual basic 语言编写的单纯形法求解线性规划问题-A simple visual basic language of the simplex method for solving linear programming problems
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:9746
    • 提供者:tuzi
  1. danchunxingfa

    1下载:
  2. 单纯形法用于解决线性规划问题,网上找的,版权归原作者所有 -Simplex method linear programming problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:40286
    • 提供者:李晓凡
  1. LinearSolve

    0下载:
  2. 用MFC开发的图形化单纯形法解线性规划的小程序-MFC graphical development with the simplex method of solving linear programming applet
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:77229
    • 提供者:慕容风
  1. CPP

    0下载:
  2. c++单纯型法。方法不错,希望对大家有帮助。-The simplex method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2038
    • 提供者:Scott
  1. simplex-method-by-C

    0下载:
  2. 用C++编写的单纯性算法小程序,实现线性规划。-Simple algorithm a small program written in C++ linear programming.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:124097
    • 提供者:zhanghc09
  1. simple

    0下载:
  2. matlab相关代码 单纯形法代码 加上部分其简单介绍-matlab code simplex method code plus brief
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:804
    • 提供者:syt
  1. danchunxingfa

    0下载:
  2. 给定一个控制系统,利用单纯形法整定PID参数,matlab程序-setting PID parameters with simplex method
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:8673
    • 提供者:夏雨
  1. danchunxingfa

    0下载:
  2. matlab 实现的单纯形法,将问题建模,按要求输入后可以得到最优解,适合于所有线性规划问题-simplex method written in matlab
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:855
    • 提供者:yuli
  1. Archive

    0下载:
  2. 里面有两个简单的单纯形法的实现,一个一阶求导的实现,一些数据库上机作业-There are two simple realization of the simplex method, a first order derivative of the realization of a number of operations on the database machine
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:13827
    • 提供者:王林
  1. DPFalgorithm

    0下载:
  2. 该算法是关于DFP的修正单纯形法的MATLAB编程,比较简练,有需要,可以-This algorithm is about the DFP' s revised simplex method MATLAB programming, more concise, there is a need, you can look
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3381
    • 提供者:fat
  1. simplex

    0下载:
  2. 单纯形法的简单实现,参考算法导论上面的伪码-Simplex Method
  3. 所属分类:Other windows programs

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

    0下载:
  2. 根据单纯形法以最优的方式通过结点的距离求出结点的二维坐标-Simplex method according to the best mode determined by the distance of two-dimensional coordinates of the nodes of the node
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1308997
    • 提供者:zz
  1. Simplex

    0下载:
  2. 简单优化算法,同时为基本变量提供成本系数的估算.-Simplex method: Computes cost coefficients for the nonbasic variables
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1069
    • 提供者:甘继来
« 12 »
搜珍网 www.dssz.com