文件名称:MaxSum-(2)
介绍说明--下载内容均来自于网络,请自行研究使用
用动态规划算法实现最大m子段和问题,给定N个整数组成的序列,以及一个正整数m,要求确定序列的m个不相交子段,使这m个子段的总和达到最大-Dynamic programming algorithm with the maximum m sub-section and the problem, given a sequence of N integers, and a positive integer m, required to determine the sequence of m disjoint sub-section, so that the sum of m sub-section maximum
(系统自动生成,下载前可以参看下载内容)
下载文件列表
最大m子段和问题MaxSum(正确).cpp