会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
weeping
博客园
首页
新随笔
联系
订阅
管理
2017年2月6日
三道半平面交测模板题 Poj1474 Poj 3335 Poj 3130
摘要: 求半平面交的算法是zzy大神的排序增量法。 1 ///Poj 1474 2 #include <cmath> 3 #include <algorithm> 4 #include <cstdio> 5 using namespace std; 6 const double eps = 1e-10; 7
阅读全文
posted @ 2017-02-06 23:13 weeping
阅读(385)
评论(0)
推荐(0)
编辑
公告