Max Sum Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 207989 Accepted Submission(s): 48681 Problem Description Given a sequence a[1],a[2],a[3]--a[n], your job is to calculate the max sum of a su…
Largest Rectangle in a Histogram Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 13997 Accepted Submission(s): 3982 Problem Description A histogram is a polygon composed of a sequence of rect…
4 Values whose Sum is 0 Time Limit: 15000MS Memory Limit: 228000K Total Submissions: 17875 Accepted: 5255 Case Time Limit: 5000MS Description The SUM problem can be formulated as follows: given four lists A, B, C, D of integer values, compute how man…
以下这些实验中的代码全部是我自己编写调试通过的,到此,最后进行一下汇总. 数字图像处理实验(1):PROJECT 02-01, Image Printing Program Based on Halftoning (基于半色调技术的图像打印技术) 链接:http://blog.csdn.net/hongbin_xu/article/details/70340458 数字图像处理实验(2):PROJECT 02-02, Reducing the Number of Gray Levels in a…