搜索资源列表
computerdisign-C
- 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
tanlan_suanfa_1
- 这是用C编写的贪婪算法,非常实用,欢迎大家下载哈!
tanlan_suanfa_2
- 这是C写的贪婪算法之2,在建摸和优化计算中非常有用,欢迎下载!
suanfa2
- 贪婪法是一种不追求最优解,只希望得到较为满意解的方法。贪婪法一般可以快速得到满意的解,因为它省去了为找最优解要穷尽所有可能而必须耗费的大量时间。贪婪法常以当前情况为基础作最优选择,而不考虑各种可能的整体情况,所以贪婪法不要回溯。
beibao
- 程序中的beibao1函数采用了贪婪算法的另一种写法,beibao函数是以前的代码,用来比较两种算法-Process beibao1 function greedy algorithm used another wording, beibao function is the previous code, used to compare two algorithms
greedy
- 数学经典算法应用:贪婪算法的应用实例-Application of the classical algorithm: the application of the greedy algorithm
Commonalgorithms
- 一些常用的算法设计方法和C++环境下的实现方法。主要包括:迭代法、穷举搜、索法、递推法、递归、回溯法、贪婪法、分治法 -Some commonly used algorithm design methods and C environments are implemented. These mainly include: iterative method, exhaustive search, rope method, recursive method, recursion, backtra
greedy
- 贪婪算法,可以用于资源分配等许多数学问题和工程问题中-Greedy algorithm
tanlansuanfa
- 这是一个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!
Kruskal
- 应用堆栈思想实现Kruskal贪婪算法,得到最小生成树,-Stack ideology Kruskal minimum spanning tree
somealgorithm
- 描述了分支定界算法,贪婪算法,动态规划算法,分而治之算法,回溯算法,理论性很强-Describe the branch and bound algorithm, greedy algorithms, dynamic programming algorithm, divide and conquer algorithms, backtracking algorithms, highly theoretical
TanLan
- 图论贪婪算法详解,有算法原程序以及各种例子,而且还有pdf,ppt讲解。是学习的很好工具。-Graph theory greedy algorithm Xiangjie algorithm original program as well as a variety of examples, but also pdf, ppt to explain. Is a good tool for learning.
Clone-Algorithm-For-TSP
- 基于免疫单克隆算子求解TSP问题的源码,辛辛苦苦自己写的。源代码里面还包括模拟退火,贪婪算法,遗传算法,下载读懂了,你就赚了。-CLONE ALGORITHM FOR TSP
Minimum-Set-Cover
- 最小集合覆盖的贪婪算法 C++ 运行速度很快-The minimum set cover greedy algorithm C++ run fast
OMP
- 一种贪婪算法:正交匹配追踪算法的matlab代码-matlab code of orthogonal match pursuit algorithm
mcm
- 数学建模竞赛常用算法的matlab例子,遗传工具箱 贪婪算法 遗传算法 文件数据处理-Mathematical Contest in modeling of commonly used algorithm matlab example
贪婪算法
- 贪婪算法是数学建模中一种非常实用的算法,值得大家学习运用(matlab is here very useful useful useful)
压缩感知贪婪算法
- 压缩感知贪婪算法包含众多算法,包括常见的OMP,CosAMp,SP等全部都有