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

搜索资源列表

  1. Simplexmethod

    0下载:
  2. 基于单纯形法,现采用编程来计算最优解,matlab程序和简要说明文档。-Based on simplex method, is used to calculate the optimal solution of programming, matlab program and a brief descr iption of the document.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:6199
    • 提供者:liliujun
  1. NetworkFlowModel

    0下载:
  2. A tutorial on network simplex method to solve network flow models. Descr iption, algorithm, example and step by step solution process.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:775903
    • 提供者:Chimni
  1. mine

    0下载:
  2. 利用MATLAB编程实现线性规划,利用单纯形法处理问题-Linear programming using MATLAB programming, dealing with the problem using the simplex method
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:776
    • 提供者:沙沙
  1. danchun

    0下载:
  2. 把单纯型法应用于新的方程解析,求解最佳值,解决实际问题-The simplex method applied to the new analytical equation, solving the optimal value, solve practical problems
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:1087
    • 提供者:海成
  1. Nelder_John

    0下载:
  2. 这是一个单纯形法的Matlab程序,用于无约束非线性规划问题-Simplex method
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1054
    • 提供者:xxm
  1. fenxianxingguihuazhongdancunxingfaqiujizhideCyuyan

    0下载:
  2. 日常生活生产中有大量求极值的问题,一般计算机实现用穷举法或牛顿迭代法,但其计算量非常大。使用单纯形法可根据单纯形各个顶点的目标函数值,加以比较,丢掉其中最坏的点,代之以新点,。-Daily production of a large number of extremum problems, general computer implemented by the exhaustive method or Newton' s iterative method, but its calculat
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:119774
    • 提供者:wangyiping
  1. originalsimpleM111.m

    0下载:
  2. 原始单纯形法(大M法,无需给出初始基变量)。输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量 输出:x最优解(如果有的话),fval最优值,flag解的状态说明,interation求解时的循环次数-The original simplex method (big M method, without giving the initial basic variable). Input: C is the n-dimensional row vector, A is the coef
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1331
    • 提供者:红叶
  1. LP

    0下载:
  2. 此代码运用单纯形法,比较有效的解决运筹学中LP线性规划问题。-This code use the simplex method, more effective solution to operations research, linear programming problem LP.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:419278
    • 提供者:高飞
  1. 005

    0下载:
  2. 常用的数值计算C代码,包括共轭梯度法、单纯形法、数值积分、最小二乘、最速下降法等。-C code commonly used in numerical calculation, including the conjugate gradient method, simplex method, numerical integration, least squares, steepest descent method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:16125
    • 提供者:Snake
  1. simplemathodandLS

    0下载:
  2. 单纯形法是线性规划问题的最优解求解的方法,最小二乘法通过最小化误差平方和寻找数据的最佳函数匹配。这里给提供了源码。-Simplex method linear programming method for solving the optimal solution, the least square method by minimizing the square error function to find the best match the data. Here to provide a so
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:12109
    • 提供者:weike.liu
  1. fashizhong.c

    0下载:
  2. 用51单片机的串口来发送时钟,并且相当准确,用的是单工方式-Microcontroller with a serial port 51 to send the clock, and very accurate, using a simplex method
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:26694
    • 提供者:刘凯伟
  1. simplex_method

    0下载:
  2. simplex method using c that may help somebody.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-03
    • 文件大小:1246
    • 提供者:fin
  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. c13c047be852

    0下载:
  2. 性规划中著名的单纯形法。本程序就是基于单纯形算法写的计算线性规划的小软件。-Planning in the well-known simplex method. This procedure is based on the calculation of the simplex algorithm of linear programming to write a small software.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:11956
    • 提供者:刘航
  1. NelderMid

    1下载:
  2. The Nelder–Mead method or downhill simplex method or amoeba method is a commonly used nonlinear optimization technique, which is a well-defined numerical method for twice differentiable and unimodal problems. However, the Nelder–Mead technique is onl
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:3066
    • 提供者:masha
  1. dancunxingfa

    0下载:
  2. 这是一个实现运筹学编程的单纯型法和改进单纯型法。-This is an implementation of programming operations research simplex method and the improved simplex method.
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:4741
    • 提供者:xiaoyandong
  1. SimplexMethod

    0下载:
  2. Simplex method used in operational research done using C programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1429
    • 提供者:mhd77
  1. dcxf

    0下载:
  2. 一种基于单纯形法的改进微粒群优化算法及其收敛性分析-Simplex Method Based on Improved Particle Swarm Optimization Algorithm and Its Convergence Analysis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2135
    • 提供者:郭学会
  1. danchunxingfa

    0下载:
  2. 单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:797
    • 提供者:马晓敏
  1. LinearPlan

    0下载:
  2. 利用单纯型法求最大值和最小值 这里是控制台的程序-Simplex method using the maximum and minimum demand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2855
    • 提供者:杨关
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »
搜珍网 www.dssz.com