码迷,mamicode.com
首页 >  
搜索关键字:maximal rectangle    ( 1534个结果
asp.net获取屏幕截图、活动窗口截图
Rectangle R = System.Windows.Forms.Screen.PrimaryScreen.Bounds;//获取活动窗口截图//Rectangle R = System.Windows.Forms.Screen.PrimaryScreen.WorkingArea;//获取整个屏...
分类:Web程序   时间:2014-07-22 23:14:34    阅读次数:367
zoj 1608 Two Circles and a Rectangle 判断两个圆是否能放入一个矩形中
题目来源:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=608分析:两个圆放到矩形的临界点图为:其中a为长, b为宽, r1 > r2红色三角形的三边长分别为:x = a - (r1 +r2)y = b - (r1 + r2)z...
分类:其他好文   时间:2014-05-08 14:17:58    阅读次数:377
poj 1410 Intersection
DescriptionYou are to write a program that has to decide whether a given line segment intersects a given rectangle.An example:line: start point: (4,9)...
分类:其他好文   时间:2014-05-07 13:55:45    阅读次数:387
css3渐变色
Rounded Rectangle 3 { width: 92px; height: 66px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #ff008a; -...
分类:Web程序   时间:2014-04-29 17:11:47    阅读次数:407
1534条   上一页 1 ... 152 153 154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!