
计算几何
文章平均质量分 87
klc1
ACM_klc
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
poj 3304 segments 计算几何
poj 3304 segments 计算几何 Given 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 one point in common.原创 2016-07-25 20:17:31 · 623 阅读 · 0 评论 -
poj 1039 Pipe 计算几何
poj 1039 Pipe 计算几何 The GX Light Pipeline Company started to prepare bent pipes for the new transgalactic light pipeline. During the design phase of the new pipe shape the company ran into the problem of determining how far the light can reach inside each c原创 2016-08-03 09:59:52 · 379 阅读 · 0 评论 -
poj 3449 Geometric Shapes 计算几何
poj 3449 Geometric Shapes 计算几何 While 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 picture cannot intersect. However, some l原创 2016-08-02 21:08:51 · 658 阅读 · 0 评论 -
poj 1584 A Round Peg in a Ground Hole 计算几何
poj 1584 A Round Peg in a Ground Hole 计算几何 The DIY Furniture company specializes in assemble-it-yourself furniture kits. Typically, the pieces of wood are attached to one another using a wooden peg that fits into pre-cut holes in each piece to be attached.原创 2016-08-03 19:23:54 · 465 阅读 · 0 评论 -
poj 1696 Space Ant 计算几何
poj 1696 Space Ant 计算几何 The 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 the left side of its head and just three f原创 2016-07-27 19:45:29 · 442 阅读 · 0 评论 -
poj 2653 Pick-up sticks 计算几何
poj 2653 Pick-up sticks 计算几何 Stan 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 there is no stick on top of them. Stan原创 2016-07-26 09:49:20 · 358 阅读 · 0 评论 -
poj 1269 Intersecting Lines 计算几何
poj 1269 Intersecting Lines 计算几何 We 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) intersect in a line because they原创 2016-07-25 21:18:38 · 452 阅读 · 0 评论 -
poj 2318 toys 计算几何+二分
poj 2318 toys 计算几何+二分原创 2016-07-25 11:08:13 · 372 阅读 · 0 评论 -
poj 2398 Toy Storage 计算几何+二分
poj 2398 Toy Storage 计算几何+二分 Toy Storage Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 5296 Accepted: 3136 Description Mom and dad have a problem: their child, Reza, never puts his toys away when he is finished playing with them. They gave R原创 2016-07-25 17:15:53 · 305 阅读 · 0 评论 -
计算几何模板
计算几何 模板原创 2016-07-22 10:21:37 · 1759 阅读 · 1 评论