搜索资源列表

  1. Wiring

    0下载:
  2. 一个自己用C编的关于贪婪算法的例子,压缩包里带有原题目与原测试数据-they use a C series of examples of the greedy algorithm, compressed bundle with the original title and the original test data
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:58293
    • 提供者:黄金海
  1. computerdisign-C

    0下载:
  2. 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:34671
    • 提供者:xuyan
  1. prim_rar

    0下载:
  2. prim算法 是一个比较常见的求最小生成树的算法,它用贪婪准则来编写算法的!-prim algorithm is a more common for the minimum spanning tree algorithm, which used to prepare guidelines for the greedy algorithm!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1703
    • 提供者:louy
  1. shortestpathbetweenpoints

    0下载:
  2. 假设有一间房子,在房子丽的任意两点之间铺设电线,要求线要和墙面平行,求最短距离.用了贪婪算法.-assuming a room in the house arbitrary Korea between 2:00 cables require line parallel to the wall and, for the shortest distance. with a greedy algorithm.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4036
    • 提供者:王佩君
  1. robot_lesson

    0下载:
  2. 一个使用贪婪算法解决机器人收集硬币问题的小练习。-use a greedy algorithm to solve the problem robot coin collection of small practice.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2846
    • 提供者:zbchun
  1. dtgh

    0下载:
  2. 和贪婪算法一样,在动态规划中,可将一个问题的解决方案视为一系列决策的结果。不同的是,在贪婪算法中,每采用一次贪婪准则便做出一个不可撤回的决策,而在动态规划中,还要考察每个最优决策序列中是否包含一个最优子序列。-and the greedy algorithm, the dynamic programming, can be a solution to the problem as the result of a series of po
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:38355
    • 提供者:john
  1. changyong

    0下载:
  2. 动态规划分治算法概率算法模拟退火算法神经网络搜索算法贪婪算法网上matlab遗传算法组合算法Floyd算法-dynamic programming algorithm partition probability algorithm simulated annealing neural network algorithm for the greedy algorithm search online matl ab genetic algo
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2731255
    • 提供者:dgdfgd
  1. greedy_tuopupaixu

    0下载:
  2. 介绍了贪婪算法在拓扑排序中的应用,对于学习贪婪算法很有用-of greed in topological sorting algorithm, the application learning greedy algorithm useful
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:6770
    • 提供者:caihaibin
  1. greedy

    0下载:
  2. 使用贪婪算法 解决0-1背包问题MATLAB源代码-greedy algorithm used to solve 0-1 knapsack problem MATLAB source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:799
    • 提供者:林鑫
  1. ArithmeticDesignMethod

    0下载:
  2. 此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:67924
    • 提供者:周健
  1. GLJ

    0下载:
  2. 用贪婪算法寻找交换机的最佳匹配端口,效率比较高,时延抖动也比较小
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3921
    • 提供者:陈艳玲
  1. ana

    0下载:
  2. 蚁群算法是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3101
    • 提供者:陈艳玲
  1. tanlan_suanfa_1

    0下载:
  2. 这是用C编写的贪婪算法,非常实用,欢迎大家下载哈!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:22320
    • 提供者:yanggang
  1. tanlan_suanfa_2

    0下载:
  2. 这是C写的贪婪算法之2,在建摸和优化计算中非常有用,欢迎下载!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9938
    • 提供者:yanggang
  1. work

    0下载:
  2. DVD租赁的matlab源程序,使用贪婪算法
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3477
    • 提供者:苏杰锋
  1. x

    0下载:
  2. 背包问题的解决 :给定一个超递增序列和一个背包的容量,然后在超递增序列中选(只能选一次)或不选每一个数值,使得选中...解决0/1背包问题的方法有多种,最常用的有贪婪法和动态规划法。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:530
    • 提供者:黄逢源
  1. fish

    0下载:
  2. ACM钓鱼问题算法 贪婪算法例子,算出如何在限定时间钓到最多鱼
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:827
    • 提供者:黄子聪
  1. tanlan

    0下载:
  2. 一种基于非贪婪策略的网络蜘蛛搜索,适用于人工智能中搜索的架构和研究的文章!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:99061
    • 提供者:liu
  1. abcd

    0下载:
  2. 贪婪算法解决背包问题-greedy algorithm to solve knapsack problem
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1206
    • 提供者:youyoubaishu
  1. greedy

    0下载:
  2. 一个贪婪算法的仿真程序,以及介绍的ppt,欢迎大家一起研究。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:55076
    • 提供者:cc5go
« 1 2 3 4 56 7 8 9 10 ... 21 »

源码中国 www.ymcn.org