搜索资源列表

  1. tanxin

    0下载:
  2. 这是一个贪心算法的c程序。贪心算法(也叫贪婪算法)不是某种特定的算法,而是一类抽象的算法,或者说只是一种思想,它的具体表现在,对解空间进行搜索时,不是机械地搜索,而是对局部进行择优选取,贪心算法的目的不是为了找到全部解,也当然找不出最优解,而只是找出一种可行解,这样就会得到惊人的高效性。因此,贪心算法也叫启发式搜索,这种启发就是所谓的“贪心策略”。-This is a greedy algorithm c procedures. Gre
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1170
    • 提供者:王卫红
  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. 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1452699
    • 提供者:罗鹏魁
  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. GreedyTP

    0下载:
  2. 同学做的基于贪婪策略的拓扑排序算法可视化演示程序,支持用户自己画出拓扑图,VC++.net下测试通过。-students so greedy strategy based on the topological sorting algorithm visualization demo program that allows users to draw their own topology map, VC. Net under test.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:68808
    • 提供者:杨智丹
  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. chapter_8

    0下载:
  2. 现代智能算法法程序代码,遗传法 贪婪法 模拟退火法 蚂蚁群法 回溯法-Modern intelligent algorithms law code, the genetic method simulated annealing greedy algorithm backtracking ant colony method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:133120
    • 提供者:于方
  1. greedy-algorithm

    0下载:
  2. 这是基于Donna Williams和Mubabak Shah的贪婪算法论文的代码-This code is based on the greedy algorithm which presented by Donna Williams and Mubabak Shah in their paper
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1991680
    • 提供者:chunyi li
  1. branch

    0下载:
  2. 关于基因序列上的比对问题 运用的方法是分支定界法 同时有贪婪算法作以比较-On the sequence alignment problem on the use of branch and bound method is a greedy algorithm for the same time to compare
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:王明理
  1. WSN

    0下载:
  2. 对二维无线传感器网络的贪婪路由进行了界面仿真(The UI simulation of greed routing in wireless sensor networks.)
  3. 所属分类:游戏

    • 发布日期:2024-05-17
    • 文件大小:271360
    • 提供者:非妮莫属
  1. greedyadding_0513

    0下载:
  2. 用于交通规划人员在电动汽车路网规划中的贪婪算法(Greedy algorithm for traffic planners in electric vehicle road network planning)
  3. 所属分类:仿真建模

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:木木12
  1. 贪婪算法

    0下载:
  2. 贪婪算法 对这种算法的一种深入优化,方便运算(A thorough optimization of this algorithm by greedy algorithm)
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 贪婪算法

    0下载:
  2. 贪婪算法是数学建模中一种非常实用的算法,值得大家学习运用(matlab is here very useful useful useful)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:80896
    • 提供者:shu2017
  1. 6-8

    0下载:
  2. 贪婪法解决背包问题(局部最优解) 输入项数和重量 输出需要使用的背包数(Greedy method for solving knapsack problem (local optimal solution))
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:288768
    • 提供者:wdxmm
  1. CS

    0下载:
  2. 压缩感知常见的几种重建算法,主要是贪婪算法一类(the resconstruction algotithm of compressed sensing)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:zpfhc
  1. GRASP

    0下载:
  2. 贪婪随机自适应算法计算有时间窗的车辆路径问题(A GRASP for the vehicle routing program with the time window)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:23552
    • 提供者:404平
  1. 数学建模算法大全

    0下载:
  2. 数学建模算法大全,包括群智能,贪婪算法,神经网络等(Mathematical modeling algorithm, including swarm intelligence, greedy algorithm, neural network and so on.)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:8363008
    • 提供者:摇头晃脑
« 1 2 3 45 6 7 8 9 10 ... 21 »

源码中国 www.ymcn.org