随笔分类 -  计算几何

ACM学习历程—SNNUOJ 1239 Counting Star Time(树状数组 && 动态规划 && 数论)
摘要:http://219.244.176.199/JudgeOnline/problem.php?id=1239 这是这次陕西省赛的G题,题目大意是一个n*n的点阵,点坐标从(1, 1)到(n, n),每个点都有权值,然后从(x, y)引x轴的垂线,然后构成一个三角形,三个顶点分别是(0, 0),(x, 阅读全文

posted @ 2016-05-24 14:25 AndyQsmart 阅读(506) 评论(2) 推荐(0)

ACM学习历程—HDU5476 Explore Track of Point(平面几何)(2015上海网赛09题)
摘要:Problem DescriptionIn Geometry, the problem of track is very interesting. Because in some cases, the track of point may be beautiful curve. For exampl... 阅读全文

posted @ 2015-10-06 19:59 AndyQsmart 阅读(260) 评论(0) 推荐(0)

ACM学习历程—FZU 2144 Shooting Game(计算几何 && 贪心 && 排序)
摘要:DescriptionFat brother and Maze are playing a kind of special (hentai) game in the playground. (Maybe it’s the OOXX game which decrypted in the last p... 阅读全文

posted @ 2015-06-01 21:41 AndyQsmart 阅读(294) 评论(0) 推荐(0)

ACM学习历程—FZU 2140 Forever 0.5(计算几何 && 构造)
摘要:DescriptionGiven an integer N, your task is to judge whether there exist N points in the plane such that satisfy the following conditions:1. The dista... 阅读全文

posted @ 2015-05-30 20:54 AndyQsmart 阅读(568) 评论(0) 推荐(0)

ACM学习历程—HDU4717 The Moving Points(模拟退火 || 三分法)
摘要:DescriptionThere are N points in total. Every point moves in certain direction and certain speed. We want to know at what time that the largest distan... 阅读全文

posted @ 2015-05-27 21:42 AndyQsmart 阅读(738) 评论(0) 推荐(0)

ACM学习历程—BestCoder 2015百度之星资格赛1004 放盘子(策略 && 计算几何)
摘要:Problem Description小度熊喜欢恶作剧。今天他向来访者们提出一个恶俗的游戏。他和来访者们轮流往一个正多边形内放盘子。最后放盘子的是获胜者,会赢得失败者的一个吻。玩了两次以后,小度熊发现来访者们都知道游戏的必胜策略。现在小度熊永远是先手,他想知道他是否能获胜。注意盘子不能相交也不能和多... 阅读全文

posted @ 2015-05-25 21:11 AndyQsmart 阅读(283) 评论(0) 推荐(0)

ACM学习历程—HDU4720 Naive and Silly Muggles(计算几何)
摘要:Description Three wizards are doing a experiment. To avoid from bothering, a special magic is set around them. The magic forms a circle, which covers ... 阅读全文

posted @ 2015-05-24 22:08 AndyQsmart 阅读(326) 评论(0) 推荐(0)

ACM学习历程——UVA10112 Myacm Triangles(计算几何,多边形与点的包含关系)
摘要:DescriptionProblem B: Myacm TrianglesProblem B: Myacm TrianglesSource file:triangle.{c, cpp, java, pas}Input file:triangle.inOutput file:triangle.outT... 阅读全文

posted @ 2014-12-26 12:33 AndyQsmart 阅读(314) 评论(0) 推荐(0)

ACM学习历程—HDU1392 Surround the Trees(计算几何)
摘要:DescriptionThere are a lot of trees in an area. A peasant wants to buy a rope to surround all these trees. So at first he must know the minimal requir... 阅读全文

posted @ 2014-11-16 19:16 AndyQsmart 阅读(238) 评论(0) 推荐(0)

ACM学习历程——HDU5017 Ellipsoid(模拟退火)(2014西安网赛K题)
摘要:---恢复内容开始---DescriptionGiven a 3-dimension ellipsoid(椭球面)your task is to find the minimal distance between the original point (0,0,0) and points on th... 阅读全文

posted @ 2014-11-01 14:52 AndyQsmart 阅读(322) 评论(0) 推荐(0)

ACM学习历程—FZU2148 Moon Game(计算几何)
摘要:Moon GameDescriptionFat brother and Maze are playing a kind of special (hentai) game in the clearly blue sky which we can just consider as a kind of t... 阅读全文

posted @ 2014-10-09 21:43 AndyQsmart 阅读(452) 评论(0) 推荐(0)

ACM学习历程—Rotate(HDU 2014 Anshan网赛)(几何)
摘要:Problem DescriptionNoting is more interesting than rotation!Your little sister likes to rotate things. To put it easier to analyze, your sister makes ... 阅读全文

posted @ 2014-10-09 21:42 AndyQsmart 阅读(234) 评论(0) 推荐(0)

导航