06 2011 档案

屏幕坐标系中 已知两点坐标,第三点在两点的连线内 且已知第三点到两点中任意一点的距离 求第三点的坐标
摘要: if (MACs.Count == 2) { ///点1为X值小的点 double X1 = StationList[Indexs[0]].Coordinates_X; double X2 = StationList[Indexs[1]].Coordinates_X; double Y1 = StationList[Indexs[0]].Coordinates_Y; double Y2 = StationList[Indexs[1]].Coordinates_Y; double DBM1 = -DBMs[0]; double DBM2 = -DBMs[1]; ///点1为X值小的点 if (.阅读全文

posted @ 2011-06-09 16:11 badnewfish 阅读(230) | 评论 (0) 编辑