摘要: 2. 直线与线段 2.0 预备函数 // 结构定义与宏定义 #include<stdio.h> #include<string.h> #include<stdlib.h> #include <math.h> #define eps 1e-8 #define zero(x) (((x)>0?(x):- 阅读全文
posted @ 2018-05-01 21:33 啦啦啦天啦噜 阅读(657) 评论(0) 推荐(0)