摘要: 题目描述 Eddy likes to play cards game since there are always lots of randomness in the game. For most of the cards game, the very first step in the game 阅读全文
posted @ 2018-07-27 20:48 Nlifea 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1 向量 这里就不介绍向量的加法和减法,着重介绍一下向量的叉积的作用和代码实现 a), 可以判断点在直线的左边还是右边 ad: POJ2318(当时poj挂了进不去) b), 计算三角形的面积 ( 两个向量的叉积的1/2的绝对值 ) c),在计算凸包中起到了重要作用 ( 下面会讲 ) 当然了可能会用 阅读全文
posted @ 2018-07-27 14:54 Nlifea 阅读(181) 评论(0) 推荐(0) 编辑