文件名称:multiplication
介绍说明--下载内容均来自于网络,请自行研究使用
要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。-Require the use of a linked list, find the product of two one yuan polynomial: h3 = h1* h2. Function prototype: void multiplication (NODE* h1, NODE* h2, NODE* h3).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
多项式乘法标准.cpp