2015年8月17日

poj 1654 Area(求多边形面积 && 处理误差)

摘要: AreaTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 16894Accepted: 4698DescriptionYou are going to compute the area of a special kind of poly... 阅读全文

posted @ 2015-08-17 17:30 鱼泪儿 阅读(157) 评论(0) 推荐(0) 编辑

hihocoder 1142 三分·三分求极值(三分)

摘要: 题目1 : 三分·三分求极值时间限制:10000ms单点时限:1000ms内存限制:256MB描述 这一次我们就简单一点了,题目在此:在直角坐标系中有一条抛物线y=ax^2+bx+c和一个点P(x,y),求点P到抛物线的最短距离d。提示:三分法输入第1行:5个整数a,b,c,x,y。前三个数构成抛物... 阅读全文

posted @ 2015-08-17 16:23 鱼泪儿 阅读(249) 评论(0) 推荐(0) 编辑

poj 3304 Segments(计算直线与线段之间的关系)

摘要: SegmentsTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 10921Accepted: 3422DescriptionGiven n segments in the two dimensional space, write a ... 阅读全文

posted @ 2015-08-17 16:19 鱼泪儿 阅读(228) 评论(0) 推荐(0) 编辑

poj 1269 Intersecting Lines(判断两直线关系,并求交点坐标)

摘要: Intersecting LinesTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 12421Accepted: 5548DescriptionWe all know that a pair of distinct points on... 阅读全文

posted @ 2015-08-17 11:15 鱼泪儿 阅读(220) 评论(0) 推荐(0) 编辑

poj 2398 Toy Storage(计算几何 点线关系)

摘要: Toy StorageTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 4588Accepted: 2718DescriptionMom and dad have a problem: their child, Reza, never ... 阅读全文

posted @ 2015-08-17 09:17 鱼泪儿 阅读(146) 评论(0) 推荐(0) 编辑

poj 2318 TOYS(计算几何 点与线段的关系)

摘要: TOYSTime Limit: 2000MSMemory Limit: 65536KTotal Submissions: 12015Accepted: 5792DescriptionCalculate the number of toys that land in each bin of a par... 阅读全文

posted @ 2015-08-17 09:01 鱼泪儿 阅读(151) 评论(0) 推荐(0) 编辑

导航