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

搜索资源列表

  1. Code_MATLAB_Optimization

    17下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
  3. 所属分类:matlab例程

    • 发布日期:2012-12-20
    • 文件大小:41587
    • 提供者:
  1. Classicalalgorithm

    0下载:
  2. 数学建模比赛常用的算法,包括插值与拟合、线性规划、整数规划、动态规划、遗传算法等-Competition commonly used mathematical modeling algorithms, including interpolation and fitting, linear programming, integer programming, dynamic programming, genetic algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:3058753
    • 提供者:Arthur
  1. interior-method

    1下载:
  2. 内点法的机组组合程序,采用不可行内点启动的原对偶线性规划内点法,采用了稀疏技术-unit commitment program using interior method
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:71669
    • 提供者:李鹏飞
  1. MIP

    1下载:
  2. 运用分支定界法求解混合整数线性规划,可用于求解电力系统机组组合问题- solving mixed integer linear programming branch and bound method ,and the program can solve unit commitment problem
  3. 所属分类:Energy industry

    • 发布日期:2017-03-23
    • 文件大小:1891
    • 提供者:苏济归
  1. LinearProg.cpp

    0下载:
  2. 单纯形线性规划源代码,代码简洁用于求解线性规划问题。GNU C++下编译通过。写成了类,直接调用接口即可。-Simplex linear programming source code, code used to solve simple linear programming problem. Under the GNU C++ compiler through. Written in a category, you can directly call the interface.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1024
    • 提供者:李昂
  1. a

    0下载:
  2. 利用matlab求解线性规划与非线性规划-Using matlab for solving linear programming and nonlinear programming
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:6830
    • 提供者:momo
  1. vc

    0下载:
  2. vc编的线性规划源码,单纯形方法求解线性规划问题-vc-compile-source linear programming, simplex method for solving linear programming problems
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:6887
    • 提供者:sh
  1. qas

    0下载:
  2. 运筹学很有用的程序,线性规划课本里的习题答案,求解线性规划问题-Useful operational research procedures, linear programming exercises in the textbook answer for solving linear programming problems
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1211
    • 提供者:孙皓
  1. shuxueguihua

    0下载:
  2. 数学中经常用到的一些规划模型包含整数规划、线性规划、非线性规划-Frequently used for mathematical programming model contains a number of integer programming, linear programming, nonlinear programming
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:615147
    • 提供者:詹惠崇
  1. acmprogramming

    0下载:
  2. 几个经典算法的标准代码,涵盖了动态规划、线性规划等-Several classical algorithm standard code, covering dynamic programming, linear programming, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:14353
    • 提供者:李磊
  1. program_play

    0下载:
  2. matlab的线性规划的优化算法内涵6个线性规划实例.-matlab linear programming optimization algorithm of the connotation of six examples of linear programming.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:122238
    • 提供者:wylie
  1. thj

    0下载:
  2. 这是单纯性算法的线性规划的实现程序,用Java和jsp做的,在Myeclipse和tomcat中通过,可以实现任意个数个方程和未知数的情况,适应力强。-This is a simple algorithm for the realization of linear programming procedures, using Java and jsp do tomcat in Myeclipse and adopted, can achieve any number of equations an
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:4600
    • 提供者:hbtmthj
  1. conjugate_grad_2d

    0下载:
  2. 此算法采用matlab7.0环境下编写的代码,用于求解线性规划问题中非约束条件下的最优解问题。-This algorithm uses matlab7.0 environment code written for solving linear programming problems under the conditions of the Central African constrained optimal solution problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:840
    • 提供者:喻琴燕
  1. matlabsuanfa

    0下载:
  2. 这个程序是基于matlab平台环境下编成的,数学计算方面的算法,包括动态规划算法,拉格朗日插值法,解非线性整数规划法,解线性规划,以及解常微分算法-This procedure is based on matlab platform into the environment, mathematics calculation algorithms, including dynamic programming algorithm, Lagrange interpolation, solution o
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:16983
    • 提供者:肖可
  1. line

    0下载:
  2. 线性规划及一维搜索算法程序设计,基本理解和掌握了单纯形算法的基本原理,能够通过编写程序来求线形规划等基本问题-Linear programming and one-dimensional search algorithm program design, basic understanding and grasp of the simplex algorithm of the basic principles, through the preparation process to seek the
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:21515
    • 提供者:胡华敏
  1. linearProgram

    0下载:
  2. 组合数学中单纯形算法解决一般线性规划问题-Combinatorial mathematics in the general simplex algorithm to solve linear programming problem
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:101100
    • 提供者:walle
  1. linp

    0下载:
  2. 线性规划算法,可以关注的啦20个字了把 -Linear programming algorithm, can be of concern to you 20 words of the
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:15925
    • 提供者:王楠
  1. lingo

    1下载:
  2. 这是关于lingo的部分源代码,lingo是个非常著名的解决线性规划问题的软件,功能非常之强大,最优化问题解决的非常好,在实际工程中应用十分广泛。-This is the lingo on the part of the source code, lingo is a very well-known problem to solve linear programming software, features a very powerful optimization problem resolve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:334987
    • 提供者:吴建林
  1. Linearprogramming

    0下载:
  2. 线性规划,matlab实现的两个引例,数学建模-Linear programming, matlab implementation of the two cited cases, mathematical modeling
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1310
    • 提供者:newland
  1. linearprog_code

    0下载:
  2. 这是一个老师布置的作业程序,我是用C++ Builder 4.0写的. 如果学过<线性规划>的话,这个程序要干什么大家都知道,就是求解线性规划问题,即在一组线性不等式或等式组的约束条件下求某个线性函数的最值问题。-Teacher This is a layout of operating procedures, I am using the C++ Builder 4.0 Writing. If the study had <linear programming>, th
  3. 所属分类:Algorithm

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