CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 动态优化

搜索资源列表

  1. juzhen

    0下载:
  2. 矩阵的优化算法!矩阵的操作,是矩阵的的动态规划!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:林令
  1. 1

    1下载:
  2. 包括基本概念,数学规划的解析法,基本构件优化设计,线性规划,桁架优化设计,连续梁和钢架的优化设计,非线性规划在结构优化设计中的应用,动态规划,几何规划,结构动力优化
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10.33mb
    • 提供者:joeyouwei
  1. yunchouxue

    0下载:
  2. 运筹学算法的C++语言实现,如线性规划、动态规划等,是实现优化计算的-Operations research algorithms C++ language, such as linear programming, dynamic programming is optimal calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:97.54kb
    • 提供者:liuwei
  1. dynopt_4.1.3

    1下载:
  2. 基于Biegler动态优化正交配置法(联立算法)的matlab 代码,由M.Cizniar,M. Fikar等编写-dynopt is a set of MATLAB functions for determination of optimal control trajectory by given descr iption of the process, the cost to be minimised, subject to equality and inequality const
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:749.23kb
    • 提供者:陈旭
  1. dongtaiguihua

    0下载:
  2. 在VC++环境上,运用C语言程序,采用动态规划算法,实现了“租用游艇问题”,“抄写书稿问题”的优化设计。-In VC++ environment, the use of C language program, using dynamic programming algorithm, the realization of the " yacht rental," and " the question of copying the manuscr ipt" The
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:371.79kb
    • 提供者:zhangquan
  1. dynamic_matrix

    0下载:
  2. 动态矩阵运算库函数,可以解包后直接引用,有助于提高开发速度好优化结构-Dynamic matrix computation library functions, you can unpack and directly references, help to improve the development speed of a good optimizing the structure
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.24kb
    • 提供者:www
  1. dongtaiguihua

    0下载:
  2. 对一个公交最佳运营路线的优化处理 采用动态规划法 vc++编程-Optimal operation of a bus route optimization using dynamic programming vc++ programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:240.17kb
    • 提供者:
  1. PSO

    0下载:
  2. 针对传统的算法如遗传算法、粒子群算法等在TSP问题上求解精确性和求解规模上都还有一定的不足,本文提出了一种基于动态规划思想的粒子群优化算法。该算法用动态规划的方法实现粒子间的信息交互和粒子的进化,并且将粒子群中的粒子按无标度信息指导网络拓扑图的方式进行连接。仿真结果表明该方法能有效地减小误差率,提高解的精确,同时还保持了较低的计算复杂度,具有良好的稳健性。-TSP problem solving for the traditional algorithms such as genetic alg
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:307.28kb
    • 提供者:程徐
  1. 0-1Jump

    0下载:
  2. 用动态规划去解答0-1背包问题,此方法是在经典背包问题上进行的跳跃点优化而解答出来的,已成功通过编译调试-Using dynamic programming to answer 0-1 knapsack problem, this method is carried out on the classic knapsack problem jumps out optimization solutions, has successfully passed the compiler debugging
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:597byte
    • 提供者:Mary
  1. DecisionSystem

    0下载:
  2. winform线性优化求解,使用MWarray,linear动态链接,做出的一个简单的线性优化求解的实例。-LINEAR.DLL
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:325.89kb
    • 提供者:叶松涛
  1. best_allocation

    0下载:
  2. 某公司拟将某种设备5台分配给甲、乙、丙3个工厂,各工厂利润与设备数量之间的关系如下表所示,问这5台设备如何分配使3个工厂的总利润为最大? 动态规划算法的经典实例,这里做了进一步的优化和具体实施。-A company intends to assign some equipment 5 A, between B, C 3 plants, factories profits and the number of devices in the following table, asking how to
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.07kb
    • 提供者:里欧
  1. best_distance

    0下载:
  2. 某工厂自国外进口一部机器,需从制造厂A运到目的地E。运输期间可能会发生的运输成本如下图所示。试求运输成本最低的路线(用动态规划法编程求解),动态规划的经典实例,这里扩大了算法的使用情况并作出了优化改进,对常见的本算法的缺漏进行了弥补-A factory a machine imported abroad, to be shipped the manufacturer to the destination E. A Transportation costs may occur during t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:里欧
  1. fangpan

    0下载:
  2. 用MATLAB实现动态聚类或迭代自组织数据分析,最小二乘回归分析算法,LCMV优化设计阵列处理信号。- Using MATLAB dynamic clustering or iterative self-organizing data analysis, Least-squares regression analysis algorithm, LCMV optimization design array signal processing.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:3.83kb
    • 提供者:舒建宏
  1. cPPand-DP

    0下载:
  2. 动态规划算法求解水库优化调度的C++程序,适用于水文专业或者水利专业的学生学习使用。-Use DP to solve reservoir operation problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.28kb
    • 提供者:宋文峰
  1. jiegiu

    0下载:
  2. 用MATLAB实现动态聚类或迭代自组织数据分析,感应双馈发电机系统的仿真,LCMV优化设计阵列处理信号。- Using MATLAB dynamic clustering or iterative self-organizing data analysis, Simulation of doubly fed induction generator system, LCMV optimization design array signal processing.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:10.62kb
    • 提供者:mengaojuikang
  1. fenghiu

    0下载:
  2. 可以动态调节运行环境的参数,包含优化类的几个简单示例程序,计算两个矩阵之间的欧氏距离。- Can dynamically adjust the parameters of the operating environment, Optimization class contains several simple sample programs, Calculation of the Euclidean distance between the two matrices.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:4.25kb
    • 提供者:kunkangkiu
  1. pu876

    0下载:
  2. LCMV优化设计阵列处理信号,可以动态调节运行环境的参数,自己编的5种调制信号。- LCMV optimization design array signal processing, Can dynamically adjust the parameters of the operating environment, Own five modulation signal.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-18
    • 文件大小:5kb
    • 提供者:赵士胜
  1. ga758

    0下载:
  2. 算法优化非常好,几乎没有循环,可以动态调节运行环境的参数,独立成分分析算法降低原始数据噪声。- Algorithm optimization is very good, almost no circulation, Can dynamically adjust the parameters of the operating environment, Independent component analysis algorithm reduces the raw data noise.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-15
    • 文件大小:5kb
    • 提供者:李英兵
搜珍网 www.dssz.com