文件名称:Polynomial-addition
介绍说明--下载内容均来自于网络,请自行研究使用
链表的应用:
要求:设多项式P1(x)=7x^10+8.2x^8-9.7x^5-3x+10
P2(x)=4x^12-7x^10+9x^8-3x^2+6
利用单循环链表输出上述两个多项式,并完成多项式的加法。-Chain applications: Requirements: Let the polynomial P1 (x) = 7x ^ 10+8.2x ^ 8-9.7x ^ 5-3x+10 P2 (x) = 4x ^ 12-7x ^ 10+9x ^ 8-3x ^ 2+6 output using the round robin list the two polynomials, polynomial addition and complete.
要求:设多项式P1(x)=7x^10+8.2x^8-9.7x^5-3x+10
P2(x)=4x^12-7x^10+9x^8-3x^2+6
利用单循环链表输出上述两个多项式,并完成多项式的加法。-Chain applications: Requirements: Let the polynomial P1 (x) = 7x ^ 10+8.2x ^ 8-9.7x ^ 5-3x+10 P2 (x) = 4x ^ 12-7x ^ 10+9x ^ 8-3x ^ 2+6 output using the round robin list the two polynomials, polynomial addition and complete.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test.c