文件名称:Divide-and-conquer-algorithm
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Text]
- 上传时间:
- 2012-11-26
- 文件大小:
- 8kb
- 下载次数:
- 0次
- 提 供 者:
- 刘*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
分治算法是基于多分枝递归的一种算法设计模式。分治算法递归地把一个大问题分解为多个类型相同的子问题,直到这些子问题足够的简单能被直接解决。最后把这些子问题的解结合起来就能得到原始问题的解。-Divide and conquer algorithm is based on a multi-branch recursive algorithm design pattern. Divide and conquer algorithm recursively to a large problem into several sub-types of the same problem, until these sub-problems can be simple enough to directly address. Finally, the solution of these sub-problems together can get the original problem is solved.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
分治算法\c程序.txt
........\中国数学建模-编程交流-分治算法_1.txt
........\中国数学建模-编程交流-分治算法_2.txt
分治算法
........\中国数学建模-编程交流-分治算法_1.txt
........\中国数学建模-编程交流-分治算法_2.txt
分治算法