多项式辗转相除法求最大公因式.pdfVIP

  • 23
  • 0
  • 约4.71千字
  • 约 4页
  • 2022-06-01 发布于湖北
  • 举报
#includestdio.h #includestdlib.h #includemath.h struct chain //定义一个多项式的结构体 { int n; //该多项式的最高次数 double *an; //存放多项式的系数 }; void creat_chain(struct chain *c) //建立一个多项式 { int i,n; double ai; printf(请输入该多

文档评论(0)

1亿VIP精品文档

相关文档