文件名称:divide-and-conquer-algorithm
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
分治算法的基本思想是将一个规模为N的问题分解为K个规模较小的子问题,这些子问题相互独立且与原问题性质相同。求出子问题的解,就可得到原问题的解。-The basic idea of divide and conquer algorithm is a scale problem is decomposed into N K a smaller sub-problems, these sub-problems are independent and original problems of the same nature. Sub-problem solution is obtained, we can get the solution of the original problem.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
分治算法\c程序.txt
........\中国数学建模-编程交流-分治算法_1.txt
........\中国数学建模-编程交流-分治算法_2.txt
分治算法