CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 最优化算法

搜索资源列表

  1. 最优化

    0下载:
  2. 运筹学中,用单纯性算法来实现最优化max准则的源程序。 因为是初学者, 可能有些不标准请谅解-tacticians, and use simple algorithms to achieve optimal max guidelines of the source. Because beginners, some may not please standards of Understanding
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.44kb
    • 提供者:岳晓林
  1. tianji

    0下载:
  2. 田忌赛马问题:用动态规划问题,解决最优化问题,不错的算法哦-Tianji race issue : dynamic programming problem solving optimization problems, a good algorithm oh.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:918byte
    • 提供者:iori
  1. Dynamic_Programming

    1下载:
  2. 多阶段决策过程( multistep decision process )是指 这样一类特殊的活动过程,过程可以按时间顺序分解成若干个相互联系的阶段,在每一个阶段都需要做出决策,全部过程的决策是一个决策序列。 动态规划 ( dynamic programming )算法 是解决 多阶段决策过程最优化问题 的一种常用方法,难度比较大,技巧性也很强。利用动态规划算法,可以优雅而高效地解决很多贪婪算法或分治算法不能解决的问题。动态规划算法的基本思想是:将待求解的问题分解成若干个相互联系的子问题,先求解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.17kb
    • 提供者:汤烈
  1. factorialxxxyy

    0下载:
  2. 一个最优化的大数阶乘算法,可以计算超过5位数的阶乘,而运算时间只需几秒。-an optimization of large factorial algorithm can calculate the median of over 5 factorial, and the computation time only a few seconds.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.27kb
    • 提供者:刘华
  1. method_0.618

    0下载:
  2. 最优化理论与算法(第2版)这本书中的课后作业。用C++实现的一些具体算法。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.29kb
    • 提供者:diandian
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:4.89mb
    • 提供者:gufeng20081010
  1. 最优化的一系列算法

    0下载:
  2. 最优化的一系列算法.rar
  3. 所属分类:数据结构常用算法

  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2.59kb
    • 提供者:prince
  1. QuadraticInterpolation

    0下载:
  2. 二次差值算法,迭代,适用于机械最优化问题-Quadratic interpolation
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:732byte
    • 提供者:crystal
  1. Fibonacci

    0下载:
  2. 最优化fibonacci 算法程序 -最优化fibonacci 算法程序最优化fibonacci 算法程序
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6.3kb
    • 提供者:欧文
  1. uuy

    0下载:
  2. 最优化问题之一的算啊与代码 多级安全中敏感标记的最优化挖掘 C++算法与分析-Optimization problem with one count ah multi-level security code in the most sensitive marker of the C++ algorithms to optimize mining and analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:436.61kb
    • 提供者:李天
  1. 10064196dogleg

    0下载:
  2. 最优化折线算法,欢迎大家尝试下效果,-Line optimization algorithm, welcome to try the next result, thank you
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.79kb
    • 提供者:hewei
  1. stones-combined

    0下载:
  2. 动态规划法是求解最优化问题的一种方法,该文主要研究其求解问题的基本思想及具体步骤,详细分析其用于石子合并问题上的算法设计,并给出其算法实现。-Dynamic programming to solve optimization problems is a method of solving the problem of its major research paper the basic ideas and concrete steps, a detailed analysis of the me
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:10.88kb
    • 提供者:弓惠敏
  1. yue

    0下载:
  2. 实现磁盘寻址最优化问题,这是使用在算法分析与设计当中,利用贪心算法实现的最优问题-Disk addressing optimization problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:584byte
    • 提供者:yueguobin1
  1. gongetidu

    0下载:
  2. 共轭梯度法,是最优化理论与算法课程当中的一种经典的优化算法,-Conjugate gradient method is a classical optimization algorithm in optimization theory and algorithm,
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.71kb
    • 提供者:仙凡之旅
  1. Ant-Colony-algorithm-for-solving-TSP

    0下载:
  2. 蚁群算法是一种群智能算法,可用于求解图模型最优化路径的计算问题.本代码为蚁群算法tsp求解。-Ant Colony algorithm is an algorithm of swarm intelligence and calculation model of optimal path can be used to solve problems. the code for the Ant Colony algorithm for solving TSP.
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:26.58kb
    • 提供者:姜明
  1. SimpleGA-master

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is a kind of evolutionary algorithm which is used to solve the optimal search algor
  3. 所属分类:数据结构

    • 发布日期:2017-12-22
    • 文件大小:4kb
    • 提供者:pambassador
  1. uncjecked-creation-compile

    0下载:
  2. 最优化算法C语言程序,包括Newon弦切法,单纯行法,抛物线插值法,最速下降法,Powell法()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:5kb
    • 提供者:Ugalb
搜珍网 www.dssz.com