计算&解析几何
文章平均质量分 84
elbadaernu
这个作者很懒,什么都没留下…
展开
-
Intersection HDU - 5120 (求两圆交集面积)
Matt is a big fan of logo design. Recently he falls in love with logo made up by rings. The following figures are some famous examples you may know. A ring is a 2-D figure bounded by two circles sh原创 2017-09-05 16:21:01 · 485 阅读 · 0 评论 -
POJ 3449 Geometric Shapes(几何相交)
DescriptionWhile creating a customer logo, ACM uses graphical utilities to draw a picture that can later be cut into special fluorescent materials. To ensure proper processing, the shapes in the pictur原创 2017-10-16 21:48:27 · 311 阅读 · 0 评论 -
poj 1269Intersecting Lines (直线相交判断,求相交交点)
DescriptionWe all know that a pair of distinct points on a plane defines a line and that a pair of lines on a plane will intersect in one of three ways: 1) no intersection because they are parallel, 2)原创 2017-10-09 23:37:13 · 257 阅读 · 0 评论 -
poj1696 Space Ant (极角排序,叉积)
DescriptionThe most exciting space discovery occurred at the end of the 20th century. In 1999, scientists traced down an ant-like creature in the planet Y1999 and called it M11. It has only one eye on原创 2017-10-12 22:23:29 · 414 阅读 · 0 评论 -
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) end point: (11,2) rectangle: left-top: (1,原创 2017-10-11 23:30:38 · 371 阅读 · 0 评论 -
poj 1066 Treasure Hunt(判断线段相交)
DescriptionArcheologists from the Antiquities and Curios Museum (ACM) have flown to Egypt to examine the great pyramid of Key-Ops. Using state-of-the-art technology they are able to determine that the原创 2017-10-11 22:28:53 · 295 阅读 · 0 评论 -
Collision UVALive - 6613 (数学几何)
There’s a round medal fixed on an ideal smooth table, Fancy is trying to throw some coins and make them slip towards the medal to collide. There’s also a round range which shares exact the same center原创 2017-10-04 22:46:28 · 282 阅读 · 0 评论 -
poj2653 Pick-up sticks(判断线段相交)
DescriptionStan has n sticks of various length. He throws them one at a time on the floor in a random way. After finishing throwing, Stan tries to find the top sticks, that is these sticks such that th原创 2017-10-11 10:00:28 · 421 阅读 · 0 评论 -
poj 1556 The Doors (线段之间位置的判断+最短路)
DescriptionYou are to find the length of the shortest path through a chamber containing obstructing walls. The chamber will always have sides at x = 0, x = 10, y = 0, and y = 10. The initial and final原创 2017-10-10 23:18:20 · 222 阅读 · 0 评论 -
poj 3304 Segments(叉积+直线和线段相交判断)
DescriptionGiven n segments in the two dimensional space, write a program, which determines if there exists a line such that after projecting these segments on it, all projected segments have at least原创 2017-10-09 20:21:56 · 246 阅读 · 0 评论 -
POJ1654 Area(多边形面积,叉积求三角形面积)
DescriptionYou are going to compute the area of a special kind of polygon. One vertex of the polygon is the origin of the orthogonal coordinate system. From this vertex, you may go step by step to the原创 2017-10-17 22:43:28 · 346 阅读 · 0 评论 -
POJ 2318 TOYS (叉积)
DescriptionCalculate the number of toys that land in each bin of a partitioned toy box. Mom and dad have a problem - their child John never puts his toys away when he is finished playing with them. T原创 2017-10-08 17:45:39 · 255 阅读 · 0 评论 -
hdu 6242 Geometry Problem(随机化+三点求外接圆)
Problem Description Alice is interesting in computation geometry problem recently. She found a interesting problem and solved it easily. Now she will give this problem to you :You are given N distinct原创 2017-11-24 09:49:32 · 434 阅读 · 0 评论