摘要:
1 #include<stdio.h> 2 #include<stdlib.h> 3 //系数 coefficient,coef 4 //指数 exponent, expon 5 typedef struct polyNode* polynomial; 6 struct polyNode { 7 i 阅读全文
posted @ 2020-05-08 12:13 黑炽 阅读(480) 评论(0) 推荐(0) 编辑
posted @ 2020-05-08 12:13 黑炽 阅读(480) 评论(0) 推荐(0) 编辑
posted @ 2020-05-08 10:56 黑炽 阅读(245) 评论(0) 推荐(0) 编辑