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

搜索资源列表

  1. Mathematical-Programming

    0下载:
  2. 数学规划 lp - 线性规划 linprog - 线性规划(在MATLAB5.3使用) fmin - 一元函数极值 fminu - 多元函数极值拟牛顿法 fmins - 多元函数极值单纯形搜索法 constr - 非线性规划 fmincon - 非线性规划(在MATLAB5.3使用)- Mathematical Programming lp- Linear Programming linprog- linear programming (in M
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:23025
    • 提供者:lxc
  1. danchun

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

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:chen0357139
  1. danchunxingfa

    0下载:
  2. 单纯形法源码 单纯形法源程序 运筹学 单纯形法c语言 单纯形法的c语言程序 单纯形-Simplex method simplex method source-source operations research simplex method simplex method c language c language program of the simplex
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4149
    • 提供者:lan4062840
  1. simplemethod

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

    • 发布日期:2017-04-13
    • 文件大小:1970
    • 提供者:chenga728h317
  1. SIMPLEX

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

    • 发布日期:2017-04-30
    • 文件大小:9783
    • 提供者:yinag60i558
  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
    • 文件大小:2905
    • 提供者:yuaan85u084
  1. AGCLP

    0下载:
  2. AGC的一个例子,是单纯形法实现的,实现时间可能偏长,但是能实现功能呢- An example of the AGC, the simplex method is implemented to realize time may be rather long, but it can achieve functional
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:898
    • 提供者:罗雅懿
  1. dcx

    0下载:
  2. 利用C语言来实现数学规划中的单纯形法,算法较简单,没有使用其他的数学技巧。-Use C language to achieve linear programming simplex method
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4052
    • 提供者:吴佳迅
  1. 5d1cb02cb5af

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

    • 发布日期:2017-05-14
    • 文件大小:3191598
    • 提供者:张越
  1. anneal_NM

    0下载:
  2. 模拟退火和单纯形法相结合的混合算法,用于求解最优化问题中的全局最优解。-Hybrid simulated annealing algorithm and simplex Combination for solving optimization problems in the global optimal solution.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2491
    • 提供者:ada liu
  1. linear-programming-R

    2下载:
  2. 用R语言实现单纯形法,来求解AX<=b类的线性规划问题。-R scr ipt realize simplex method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2655
    • 提供者:liping
  1. simplex

    0下载:
  2. 用单纯形法求解线性规划问题,此代码中需要针对具体问题设置参数。-Simplex method for solving linear programming problems
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1032
    • 提供者:齐晶
  1. pidcanshu

    0下载:
  2. 可实现单纯寻优,避免局部解,速度快,能够实现对单纯形的要求。-Simple optimization can be achieved to avoid partial solutions, fast, able to achieve the requirements of the simplex.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:7747
    • 提供者:金才良
  1. danchunxing

    0下载:
  2. 可实现单纯寻优,避免局部解,速度快,能够实现对单纯形的要求,实现求解。-Simple optimization can be achieved to avoid partial solutions, fast, able to achieve the requirements of the simplex.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:4859
    • 提供者:金才良
  1. simplex_method

    0下载:
  2. 一个单纯形法的小例程,希望能够对大家有用-an example of simplex method
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4068
    • 提供者:赵亮博
  1. guangpan

    2下载:
  2. Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法 线性规划 单纯形法 修正单纯形法 大M法 变量有界单纯形法 整数规划 割平面法 分支定界法 0-1规划 二次规划 拉格朗曰法 起作用集算法 路径跟踪法 粒子群优化算法 基本粒子群算法 带压缩因子的粒子群算法 权重改进的粒子群算法 线性递减权重法 自适应权重法 随机权重法 变学习因子的粒子群算法 同步变化的学习因子 异步变化的学习因子 二阶粒子群算法 二阶振荡粒子群算法-radien
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:47563
    • 提供者:我去
  1. QALGFN7

    0下载:
  2. 单纯形法c++编程,可用于线性规划问题的研究解决优化问题-C++ programming, simplex method can be used in the study of linear programming to solve optimization problem
  3. 所属分类:source in ebook

    • 发布日期:2017-12-16
    • 文件大小:3072
    • 提供者:Chievarchy
  1. psogramgateway

    0下载:
  2. 这是用单纯形法发来进行函数优化的程序,可以运行成功,需要的就下吧-This is sent by the simplex method for function optimization program, can run successfully, need under it
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:16918
    • 提供者:vyler
  1. matlab

    0下载:
  2. 单纯形法matlab程序Artificial neural network (YU simplex method matlab program -Artificial neural network (YU simplex method matlab program
  3. 所属分类:source in ebook

    • 发布日期:2017-12-15
    • 文件大小:12288
    • 提供者:他里雾
  1. 958272

    0下载:
  2. 这是用单纯形法发来进行函数优化的程序,可以运行成功,需要的就下吧-This is sent by the simplex method for function optimization program, can run successfully, need under it
  3. 所属分类:Hook api

    • 发布日期:2017-12-11
    • 文件大小:16921
    • 提供者:Renald
« 1 2 ... 16 17 18 19 20 2122 23 24 »
搜珍网 www.dssz.com