
ACM_计算几何
bless295
人一我十,人十我万,永不放弃——kuangbin
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
You can Solve a Geometry Problem too----判断两线段是否相交
快速排斥实验+跨立实验 先来讲解一下题目需要用到的前置技能 1)快速排斥实验 2)跨立实验 先来讲快速排斥吧 快速排斥可以理解为两条线段相交的“预处理”,先大体的判断一下,如果最开始最简单的判断都过不了那么两条线段一定不相交,快速排斥实验,就是以两条线段为对角线,建立两个矩形,如果两个矩形不相交,那么两条线段一定不相交,如果两个矩形相交了,还需要经过跨立实验来判断两条线段是不是相原创 2016-05-23 16:49:46 · 802 阅读 · 2 评论 -
D. The Union of k-Segments----扫描线初步
D. The Union of k-Segments time limit per test 4 seconds memory limit per test 256 megabytes input standard input output standard output You are given n segments on the原创 2017-03-03 21:26:20 · 516 阅读 · 0 评论 -
Circle and Points----单位圆覆盖最多点
Circle and Points Time Limit: 5000MS Memory Limit: 30000K Total Submissions: 7941 Accepted: 2852 Case Time Limit: 2000MS Description You are given N points in原创 2017-04-10 15:05:31 · 719 阅读 · 0 评论 -
Pipe--计算几何叉积的应用
Pipe Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 10307 Accepted: 3191 Description The GX Light Pipeline Company started to prepare bent pipes for the原创 2016-08-12 14:42:25 · 563 阅读 · 0 评论 -
Pie--二分答案
Pie Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 15241 Accepted: 5217 Special Judge Description My birthday is coming up and traditionally I'm ser原创 2016-08-11 21:00:53 · 455 阅读 · 0 评论 -
Disks--计算几何
Disks Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 1652 Accepted: 395 Description Consider N floating point numbers N representing the radii of N disk原创 2016-09-14 15:59:55 · 548 阅读 · 0 评论 -
Expanding Rods--二分答案
Expanding Rods Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 15096 Accepted: 4009 Description When a thin rod of length L is heated n degrees, it expan原创 2016-08-10 21:44:37 · 443 阅读 · 0 评论 -
Fishnet--计算几何
Fishnet Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 2132 Accepted: 1343 Description A fisherman named Etadokah awoke in a very small island. He could原创 2016-08-19 11:45:48 · 534 阅读 · 0 评论 -
Beauty Contest--凸包
Beauty Contest Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 34687 Accepted: 10728 Description Bessie, Farmer John's prize cow, has just won first plac原创 2016-08-05 15:49:50 · 489 阅读 · 0 评论 -
Wall--凸包
Wall Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 35059 Accepted: 11945 Description Once upon a time there was a greedy King who ordered his chief Arc原创 2016-08-05 16:00:18 · 357 阅读 · 0 评论 -
E - Friends and Berries URAL - 2067 ----三点共线
E - Friends and Berries URAL - 2067 There is a group of n children. According to a proverb, every man to his own taste. So the children value strawberries and raspberries differently. Le原创 2017-04-28 20:38:12 · 516 阅读 · 0 评论