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

搜索资源列表

  1. jixieshou

    0下载:
  2. :本文提出了一种基于单纯形方法的机械手位姿逆解的分步求解方法。这种方法充分利用了单纯形法 大范围收敛和计算简单的特性,在不计算目标函数一阶导数的情况下,确定极值点的查找方向与步长,多次迭代,直至目标函数满足所给条件。最后,用一个六自由度的肘机器人验证了该求解方法的有效性。- This paper presents a simplex method based on robot position and orientation of the sub-step inverse solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:769160
    • 提供者:杨元龙
  1. linearandintegercode

    1下载:
  2. 线性规划问题(单纯形法、完整单纯形法与修正单纯形法)与整数规划问题(割平面法、分支定界法与0-1规划)的matlab源程序-matlab source programs of linear programming including simple method, complete simple method and modified simple method and integer programming including dividing plane method, branch and
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:5420
    • 提供者:张干清
  1. danchunxing

    0下载:
  2. 一个用于求解无约束优化问题的单纯形法-matlab编写,内有使用说明.-One for solving unconstrained optimization problems the simplex method-matlab written instructions inside.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:3258
    • 提供者:魏亭
  1. Simple

    1下载:
  2. 最优化理论与方法 课本算法 matlab实现 单纯形法(对偶) 具体使用方法见程序说明~-Optimization theory and method to achieve textbook algorithm matlab simplex method (dual) specific descr iption of the procedures to use, see ~
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:913
    • 提供者:GPack
  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. Improved-Simple-Method

    0下载:
  2. 运筹学中单纯形法是非常重要的算法,本代码主要针对改进的单纯形法做文章,很好的完成对各种线性规划问题的处理-Operations research simplex algorithm is very important, the code is aimed at making an issue of the improved simplex method, a good variety of linear programming problems to complete treatment
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:2830
    • 提供者:贾鹏飞
  1. Simplex-method-procedure

    1下载:
  2. 单纯形法的MATLAB程序,自己编的,对于学习线性规划编程的同学有用-Simplex method of MATLAB programs, their compilation, and programming for students to learn useful for linear programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-01-08
    • 文件大小:9136
    • 提供者:王鹏
  1. xxgh

    1下载:
  2. 此程序在matlab环境下运行,适于求解线性规划一类问题。(单纯形法)-This program runs under matlab environment, suitable to solve a class of linear programming problems. (Simplex method)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3259
    • 提供者:范玉红
  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. SimplexMethodForNLP

    0下载:
  2. 源码给出了非线性LP问题的单纯形算法,程序分为5个.M文件,其中simple.m为单纯形算法,其他为调用文件,欢迎大家讨论下载。-Source LP problem given the nonlinear simplex algorithm, the program is divided into 5. M file, which simple.m for the simplex algorithm, the other for calling the file, please download
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2616
    • 提供者:lihaiqiang
  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. linear-program-java

    1下载:
  2. 线性规划中的单纯形法的java实现,代码有测试类,还有实现类-Linear programming simplex method in java, the code is a test class, as well as the implementation class
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:2731
    • 提供者:manqingli
  1. [M]

    0下载:
  2. 原始单纯形法(大M法,无需给出初始基变量) Programmed by Liyang(faruto s Studio~!) BNU MATH Email:liyangbnu@mail.bnu.edu.cn QQ:516667408 last modified 2008.4.27 求解标准型线性规划:max C*X s.t. A*X=b (b>=0) X>=0 输入:C是n维行向量,A是m*n的系数矩阵,b是m维列向量- Of the origina
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1314
    • 提供者:hongye
  1. danchunxingfa

    0下载:
  2. 单纯形法,优化方法课程中,实现求解线性规划问题的通用方法(In the course of simplex method and optimization method, a general method for solving linear programming problems is presented)
  3. 所属分类:matlab例程

  1. Simplex method for linear programming

    0下载:
  2. 线性规划中的单纯形法的c实现,代码有测试类,(Simplex method for linear programming)
  3. 所属分类:数学计算

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:
  1. SimplexMethod

    0下载:
  2. 一个单纯形法计算线性规划的GUI,可用于运筹学作业的参考(A simplex method for computing GUI of linear programming)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:1250304
    • 提供者:Drthink
  1. 54895228simplex

    0下载:
  2. 一种多学科优化算法-单纯形法,提供大家参考.(A multidisciplinary optimization algorithm - simplex method)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:19456
    • 提供者:幽梦随缘
  1. Desktop

    0下载:
  2. 遗传算法和单纯形算法程序代码,MATLAB代码,编码正确无误,望共同分享交流(Simple algorithm program code, MATLAB code, code correctly correct, hope to share exchanges)
  3. 所属分类:matlab例程

  1. mysimplexMax

    0下载:
  2. 用matlab解决单纯形表,可以实现单纯形表的计算问题(Using MATLAB to solve simplex table)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:Li丶z
« 1 2 3 45 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com