随笔分类 -  计算几何

Ural 1966 Cycling Roads
摘要:================Cycling Roads================DescriptionWhen Vova was in Shenzhen, he rented a bike and spent most of the time cycling around the city... 阅读全文
posted @ 2014-11-03 11:56 lpt 阅读(197) 评论(0) 推荐(0)
poj 2318 TOYS
摘要:==================poj 2318TOYS==================Time Limit:2000MSMemory Limit:65536KTotal Submissions:10660Accepted:5125DescriptionCalculate the numbe... 阅读全文
posted @ 2014-10-14 00:14 lpt 阅读(171) 评论(0) 推荐(0)
计算几何好模板
摘要:来自九野大神的博#include #include #include #include #include using namespace std;const double EPS = 1e-9;const int MAXN = 40;struct Point3 //空间点{ double x... 阅读全文
posted @ 2014-10-03 17:16 lpt 阅读(219) 评论(0) 推荐(0)