码迷,mamicode.com
首页 >  
搜索关键字:polygon    ( 338个结果
ZOJ - 3935 2016
In mathematics, a polygonal number is a number represented as dots or pebbles arranged in the shape of a regular polygon. The dots are thought of as a ...
分类:其他好文   时间:2019-04-14 17:58:14    阅读次数:120
POJ1179Polygon(区间dp)
啊~~ 被dp摁在地上摩擦的人 今天做了一道区间dp的题(POJ1179Polygon) 题目: Polygon Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 6951 Accepted: 2975 Description Po ...
分类:其他好文   时间:2019-04-14 16:30:51    阅读次数:124
SVG初尝试(二)
基本图形 rect circle ellipse line polyline polygon 基本属性 示例 ...
分类:其他好文   时间:2019-04-05 00:26:40    阅读次数:159
css clip-path的polygon属性绘制多边形
通过设置多个点的坐标位置来绘制图形的形状 .box{ clip-path:polygon(x1 y1, x2 y2, x3 y3, , , , , ,) backgroud-color:red; } ...
分类:Web程序   时间:2019-04-01 14:09:11    阅读次数:782
ArcGis Python脚本——将细碎小面合并到相邻的面积最大的面
参数: polygon_fc 面要素类 area_limit 给定面积值,小于它的面会被合并 给定两个参数即可,这回没有注释。 ...
分类:编程语言   时间:2019-03-19 21:32:03    阅读次数:1072
Scrambled Polygon
Scrambled Polygon Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 10474 Accepted: 4953 Description A closed polygon is a figure bounded by ...
分类:其他好文   时间:2019-03-16 23:45:23    阅读次数:245
AtCoder Beginner Contest 117 解题报告
果然abc都是手速场。 倒序开的qwq。 D题因为忘记1e12二进制几位上界爆了一发。 A Entrance Examination 就是除一下就行了。。。 看样例猜题意系列。 B Polygon 他都把定理给你了。。。 你直接按他的意思模拟就好,数组都不用开 cpp include int mai ...
分类:其他好文   时间:2019-02-03 22:10:44    阅读次数:246
Largest Rectangle in a Histogram HDU - 1506 (单调栈)
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 h ...
分类:其他好文   时间:2019-01-28 13:55:51    阅读次数:166
CF-1096C Polygon for the Angle
CF 1096C Polygon for the Angle https://codeforces.com/contest/1096/problem/C 题意:给一个角度`ang(1 using namespace std; int T,ang,n; int main() { cin T; whil ...
分类:其他好文   时间:2019-01-17 10:54:27    阅读次数:393
2D Polygons( Poygon) CGAL 4.13 -User Manual
1 Introduction A polygon is a closed chain of edges. Several algorithms are available for polygons. For some of those algorithms, it is necessary that ...
分类:其他好文   时间:2018-12-31 10:22:34    阅读次数:215
338条   上一页 1 ... 4 5 6 7 8 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!