摘要: 求外接圆圆心的一道题#include#include#includeusing namespace std;struct Point{ double x; double y;}; Point circle_center(Point pt[3]) { double x1,x2,x3,y1,y2,y3... 阅读全文
posted @ 2011-09-22 22:52 DChipNau 阅读(115) 评论(0) 推荐(0) 编辑
摘要: /////////////////////////////////////////// //求三角形外接圆圆心坐标 /////////////////////////////////////////// struct Point{ double x; double y;}; Point circl... 阅读全文
posted @ 2011-09-22 21:56 DChipNau 阅读(381) 评论(0) 推荐(0) 编辑