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

搜索资源列表

  1. 方易饲料配方系统

    2下载:
  2. 虽然是利用VB写的,可是它里面包含了线性规划重的单纯型法在实践当中应用的例子,很好!-Write with Visual Basic, but it included a very nice practical application of Simplex algorithm in Linear Programming.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:329.83kb
    • 提供者:黄鹏
  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. calss_dcx

    0下载:
  2. 应用单纯形算法对不同线性规划问题的求解与输出-Simplex algorithm applied to different linear programming problem to solve and output
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:677byte
    • 提供者:许冬
  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. simplex

    0下载:
  2. this is complexity algorithm in c-this is complexity algorithm in c++
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:300.18kb
    • 提供者:omar
  1. mySimplex

    0下载:
  2. 简单的单纯型算法的过程,十分简单,便于初学者学习使用-The simplex algorithm is a simple process, very simple, easy for beginners learning to use
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:19.66kb
    • 提供者:nvuip
  1. simplex1

    0下载:
  2. Simplex算法解决线性问题(LP) 求最大值问题,约束都是‘<=’号-Simplex algorithm, a standard LP solver. Maximum Problem. <= constraints
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1.28kb
    • 提供者:liu dong
  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. Simplex algorithm - an optimization algorithm for solving linear programming problems by searching the vertices of a convex polyhedron in multidimensional space.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:50.18kb
    • 提供者:Tanya
  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
    • 文件大小:121.19kb
    • 提供者:zhanghc09
  1. Llyhi

    0下载:
  2. 线性规划算法的改进与在企业管理中的应用本文首先介绍了线性规划问题中单纯形法和两阶段法的算法改进,并对这两种方法进行行了分析并进行举例说明。然后对线性规划增减约束条件的灵敏度进行分析。最后说明线性规划在企业管理中的应用。 已通过测试。 -Linear programming algorithm improvement and business management paper first introduces the simplex method and two-stage method in
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-10
    • 文件大小:105.67kb
    • 提供者:面积
  1. Simplex-algorithm

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

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

    0下载:
  2. 用java实现的线性规划单纯形算法,是我研究生作业的一部分,内有大量的注释,配合算法导论可以理解明白。-Using java to achieve linear programming simplex algorithm is part of my graduate job, there are a large number of comments, with the Introduction to Algorithms can be understood to understand.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:3.17kb
    • 提供者:xuchao
  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
    • 文件大小:3.3kb
    • 提供者:fat
  1. Simplex

    0下载:
  2. 单纯性算法在寻找最短路中的应用,采用C++实现单纯性算法在寻找最短路中的应用,采用C++实现-Simplex algorithm to find the shortest path in the application, using the simplex algorithm in finding C++ achieve the shortest application, using C++ achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3.54mb
    • 提供者:panzhihao
  1. danchunxing

    0下载:
  2. 采用fortran90编写的单纯形算法,用于解决线性规划问题-Fortran90 simplex algorithm written for solving linear programming problems
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:195.54kb
    • 提供者:鲜章林
  1. simplex

    0下载:
  2. 单纯形法程序,基本优化算法,优化理论,优化算法-simplex algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:853byte
    • 提供者:hevez
  1. simplex100

    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. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2.84kb
    • 提供者:yuaan85u084
  1. Simplex.ZIP

    0下载:
  2. Simplex algorithm downhill with some typical optimization cases of non-linear functions. It also includes an interesting routine for tracking Contour lines.-Simplex algorithm downhill with some typical optimization cases of non-linear functions. It
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:21.14kb
    • 提供者:alex
  1. 5d1cb02cb5af

    0下载:
  2. 用单纯形算法求解多元函数极值计算机程序代码- Using the Simplex Algorithm Multivariate function extreme computer program code
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3.04mb
    • 提供者:张越
« 12 »
搜珍网 www.dssz.com