搜索资源列表

  1. 科技(1) B 064 04

    0下载:
  2. 某国为了防御敌国的导弹袭击,发展出一种导弹拦截系统,但是这样的导弹拦截系统有个缺陷,虽然他的第一发炮弹能够达到任意高度,但是以后每一发炮弹都不能高于前一发的高度。某一天,雷达捕捉到敌国的导弹来袭。由于该系统还在使用阶段,所以只有一套系统,因此有可能不能拦截所有的导弹。输入导弹依次飞来的高度(雷达给出高度数据是不大于30000的整数),计算这套系统最多能拦截多少导弹,如果要拦截所有的导弹最少配备多少套这种导弹系统。 三;问题分析:
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6478
    • 提供者:王俊
  1. id4

    0下载:
  2. 对贪婪算法进行系统分析介绍,例题详尽,思路清晰,容易掌握-right greedy algorithm analysis, detailed examples, clear, easy to master
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:25151
    • 提供者:鼹鼠
  1. 二分覆盖程序

    0下载:
  2. 二分覆盖算法的贪婪算法解决。使用dephi编译。使用了贪婪算法。-two hours covering algorithm to solve the greedy algorithm. Dephi use compiler. Use the greedy algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:176875
    • 提供者:陈琳
  1. greedyAlgorithm

    0下载:
  2. 数据挖掘常用的贪婪算法,有详细的讲解和算法举例。-data mining algorithms commonly used greed, and explain in detail the algorithm, for example.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:37851
    • 提供者:刘数位
  1. Dynamic_Programming

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

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

    0下载:
  2. 常用算法编程与算法第1章贪婪算法 常用算法编程与算法贪婪算法-commonly used algorithms and programming algorithm Chapter 1 of the greedy algorithm commonly used algorithms and programming algorithm greedy algorithm
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:44328
    • 提供者:曹永超
  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. 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. GLJ

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

    • 发布日期:2008-10-13
    • 文件大小:3921
    • 提供者:陈艳玲
  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. fish

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

    • 发布日期:2008-10-13
    • 文件大小:827
    • 提供者:黄子聪
  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 ... 19 »

源码中国 www.ymcn.org