文件名称:LabB
介绍说明--下载内容均来自于网络,请自行研究使用
(1)如果用循环链表表示一元多项式,试编写一个函数 Calc(x),计算多项式在x处的值。
(2)设a和b是两个用带有表头结点的循环链表表示的多项式。试编写一个算法,计算这两个多项式的乘积c = a*b,要求计算后多项式a与b保持原状。
-( 1) if the circular linked list representation of a polynomial, try to write a function Calc ( x ), a polynomial in x value at.
( 2) let a and B be two with the header node circular linked list representation of polynomials. Try to write an algorithm, computing the two polynomial multiplication C = a* B, a and b polynomial computation requirement to maintain the status quo.
(2)设a和b是两个用带有表头结点的循环链表表示的多项式。试编写一个算法,计算这两个多项式的乘积c = a*b,要求计算后多项式a与b保持原状。
-( 1) if the circular linked list representation of a polynomial, try to write a function Calc ( x ), a polynomial in x value at.
( 2) let a and B be two with the header node circular linked list representation of polynomials. Try to write an algorithm, computing the two polynomial multiplication C = a* B, a and b polynomial computation requirement to maintain the status quo.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LabB\bin\Debug\LabB.exe
....\CircularList.cpp
....\CircularList.h
....\LabB.cbp
....\LabB.depend
....\LabB.layout
....\main.cpp
....\Node.h
....\obj\Debug\CircularList.o
....\...\.....\main.o
....\bin\Debug
....\obj\Debug
....\bin
....\obj
LabB
....\CircularList.cpp
....\CircularList.h
....\LabB.cbp
....\LabB.depend
....\LabB.layout
....\main.cpp
....\Node.h
....\obj\Debug\CircularList.o
....\...\.....\main.o
....\bin\Debug
....\obj\Debug
....\bin
....\obj
LabB