摘要: 基本小圆覆盖模板题#include #include #include using namespace std;int X,Y; int n;const double eps=0.00000001;struct point{ double x,y;}p[550]; struct Circle{... 阅读全文
posted @ 2014-08-11 11:52 chenjunjie1994 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 模拟退火算法。暂时不是很理解,待我理解了再写一个总结。求的是球的最小包含#include #include #include #include #include using namespace std;const int MAXN=35;const double inf=1e10;const dou... 阅读全文
posted @ 2014-08-11 10:38 chenjunjie1994 阅读(181) 评论(0) 推荐(0) 编辑