搜索资源列表

  1. zhaolingqian

    0下载:
  2. 本人上传的是用贪心算法实现找零钱问题。贪婪算法的根本思想是逐步获得最优解。-I uploaded is to use greedy algorithm to find small change problem. Greedy algorithm is the fundamental idea is to gradually get the optimal solution.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:563200
    • 提供者:林丽
  1. Computeralgorithmsr

    0下载:
  2. 计算机算法_贪婪算法 计算机算法(贪心算法,遍历搜索,递归,回溯法,分治法,分枝定界) 关于这方面的介绍-计算机算法_贪婪算
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:495616
    • 提供者:linjunying
  1. tanlansuanfa

    0下载:
  2. 这是一个ACM的算法,叫贪婪算法,内含PPT和实例代码,希望对喜欢ACM的同学有所帮助!-This is an ACM algorithm, called greedy algorithm, containing the PPT and examples of code, and want to help students like the ACM!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:12288
    • 提供者:卢笑天
  1. CommonAlgorithmDesign

    0下载:
  2. 常用的算法设计方法集合,主要有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法-Algorithm commonly used method of collection, mainly iterative, exhaustive search methods, recursion, greedy method, backtracking, divide and conquer, dynamic programming
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:67584
    • 提供者:YuMy
  1. Kruskal

    0下载:
  2. 应用堆栈思想实现Kruskal贪婪算法,得到最小生成树,-Stack ideology Kruskal minimum spanning tree
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:726016
    • 提供者:kolean
  1. matlabyiqunsuanfa

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

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:prince
  1. yichuansuanfa

    0下载:
  2. 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题。-The greedy repair method and genetic algorithm are combined to form hybrid genetic algorithm, and solve the classical knapsack problem.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:23552
    • 提供者:施金泉
  1. ACOKP1227

    0下载:
  2. 加入贪婪策略和遗传算法中的变异策略的混合蚁群算法-Join the greedy strategy and mutation strategy of ant colony algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:xuqiang
  1. somealgorithm

    1下载:
  2. 描述了分支定界算法,贪婪算法,动态规划算法,分而治之算法,回溯算法,理论性很强-Describe the branch and bound algorithm, greedy algorithms, dynamic programming algorithm, divide and conquer algorithms, backtracking algorithms, highly theoretical
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:133120
    • 提供者:卢正义
  1. tanlansuanfa

    0下载:
  2. 这是中国数学建模中编程交流上贪婪算法内容,里面提供了很多贪婪算法的例子-This is the exchange of mathematical modeling in the programming content on the greedy algorithm, which provides many examples of greedy algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:31744
    • 提供者:guolibin
  1. The-Horse-On-Board-And-PPT

    0下载:
  2. 自行解出的非网络上流行的贪婪算法,非递归算法,有ppt详解-Solve their own network of popular non-greedy algorithm, non-recursive algorithm, a ppt Detailed
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:16384
    • 提供者:moixao
  1. tanxin

    0下载:
  2. 贪心算法,本章首先引入最优化的概念,然后介绍一种直观的问题求解方法:贪婪算法。最后,应用该算法给出货箱装船问题、背包问题、拓扑排序问题、二分覆盖问题、最短路径问题、最小代价生成树等问题的求解方案。-Greedy algorithm, this chapter first introduces the concept of optimization, then introduces an intuitive problem-solving
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:34816
    • 提供者:刘丫丫
  1. OMP

    0下载:
  2. 正交匹配跟踪算法: 是贪婪算法中稀疏求解的方法-Orthogonal matching pursuit algorithm: Solving Sparse
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:林慧
  1. leach_i

    0下载:
  2. 基于LEACH的改进算法,添加贪婪算法,很实用-Improved algorithm based on LEACH, add the greedy algorithm, it is practical
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:刘飞
  1. cosamp

    0下载:
  2. 压缩感知理论中 贪婪算法cosamp算法的实现-Compressed sensing algorithm "cosamp"
  3. 所属分类:压缩解压

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:hanswe
  1. MachineNode

    0下载:
  2. 机器作业流程描述,采用贪婪算法设计,用JAVA写的。-Descr iption of the machine processes, written by JAVA.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:hui
  1. greedyAlg

    0下载:
  2. 贪婪算法源程序。不只有Matlab程序,还有一些其他软件的。-Greedy algorithm source code. Not only the Matlab program, there are a number of other software.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:李凤娟
  1. GreedyAlgOfdmExample

    0下载:
  2. 对OFDM系统功率分配贪婪算法的进行了仿真。-Power allocation for OFDM systems greedy algorithm for the simulation.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者: 韩宇辉
  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-12
    • 文件大小:133120
    • 提供者:于方
  1. greedy_method

    0下载:
  2. 贪婪算法,分别考虑按单位价值,按目标函数,按容量的排序,思路清楚。-Greedy algorithm, to consider the value per unit, according to the objective function, according to the capacity of the sort of thinking clearly.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »

源码中国 www.ymcn.org