码迷,mamicode.com
首页 >  
搜索关键字:rectangles    ( 210个结果
LeetCode:Rectangle Area
Find the total area covered by two rectilinear rectangles in a 2D plane.Each rectangle is defined by its bottom left corner and top right corner as sh...
分类:其他好文   时间:2015-08-11 21:23:38    阅读次数:109
POJ 1389 Area of Simple Polygons(扫描线)
Area of Simple Polygons Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 3278   Accepted: 1694 Description There are N, 1 <= N <= 1,000 rectangles in the 2-D ...
分类:其他好文   时间:2015-08-05 16:33:08    阅读次数:155
POJ 3695 Rectangles (矩形并 状压+容斥定理 好题)
POJ 3695 Rectangles (矩形并 状压+容斥定理 好题)...
分类:其他好文   时间:2015-08-04 02:06:42    阅读次数:280
LeetCode223——Rectangle Area
Find the total area covered by two rectilinear rectangles in a 2D plane. Each rectangle is defined by its bottom left corner and top right corner as shown in the figure. Assume that the tota...
分类:其他好文   时间:2015-07-31 18:18:48    阅读次数:112
检查两个长方形是否有重叠部分
Question: You are given two axis-aligned rectangles. You have to determine if these rectangles overlap each other or not.Rectangle 1 : P1 (x, y), P2 (...
分类:其他好文   时间:2015-07-31 12:48:53    阅读次数:208
POJ 2559 Program C
Submit Status Practice POJ 2559Description A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles...
分类:其他好文   时间:2015-07-26 20:42:33    阅读次数:122
求矩形的最大面积
DescriptionA histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have ...
分类:其他好文   时间:2015-07-26 19:13:08    阅读次数:109
破解2559
Description A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have different heights. For example, the figure on ...
分类:其他好文   时间:2015-07-25 20:02:31    阅读次数:87
POJ 1389 Area of Simple Polygons(面积合并,线段树+离散化)
Area of Simple Polygons Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 3257   Accepted: 1678 Description There are N, 1 <= N <= 1,000 rectangles in the 2-D ...
分类:其他好文   时间:2015-07-19 23:42:07    阅读次数:148
Rectangles
Given two rectangles and the coordinates of two points on the diagonals of each rectangle,you have to calculate the area of the intersected part of tw...
分类:其他好文   时间:2015-07-19 11:34:33    阅读次数:101
210条   上一页 1 ... 12 13 14 15 16 ... 21 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!