自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

xws117的专栏

新浪微博: http://weibo.com/2139773423/

  • 博客(3)
  • 资源 (1)
  • 收藏
  • 关注

原创 zoj 2381

# include # include int n,m,x1,x2,y1,y2;struct node{ int x,y;};struct li{ node a,b; int sum;}line[2509];int cross(node a,node b,node c){ return (b.x-a.x)*(c.y-a.y)-(c.x-a.x)*(

2014-04-29 22:23:18 562

原创 zoj 1041 水题

# include # include struct node{ double x,y;}vex[156];double x,y,r;double cross(node a,node b,node c){ return (b.x-a.x)*(c.y-a.y)-(c.x-a.x)*(b.y-a.y);}void solve(int n){ int sum=

2014-04-28 21:13:15 495

原创 zoj 1453

# include # include # include using namespace std;struct node { double x,y;}vex[109],ans[109];int cmp(node a ,node b){ if(a.x==b.x) return a.y<b.y; else return a.x<b

2014-04-27 11:18:54 468

机器学习系统设计代码及数据

机器学习系统设计代码及数据

2016-07-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除