搜索资源列表
duoxiangshi
- C语言的数据结构课设_一元多项式的运算包含加减乘除-C language data structures course _ a dollar-based polynomial multiplication and division operations include addition and subtraction
poly
- 运用c++来实现实系数一元多项式简单的四则运算-Use c++ to achieve a polynomial with real coefficients of the four simple arithmetic
MapPloynomial
- C++实现一元多项式的运算,使用链表、映射等高级stl技术-C++ map list
一元多项式的运算
- 利用c语言实现的一元多项式的运算。程序能够完成如下功能:(1)创建多项式;(2)打印显示多项式;(3)销毁多项式;(4)复制多项式;(5)求两个多项式的和;(6)求两个多项式的差;(7)求两个多项式的积;(8)求一个多项式的n次幂;(9)计算一个多项式在x=a处的值;(10)退出。