Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Other
Title: One-yuan-polynomial-multiplication Download
 Description: Topic Description: requires a linked list, find the product of two one yuan polynomial: h3 = h1* h2. Function prototype: void multiplication (NODE* h1, NODE* h2, NODE* h3). Input: Input data for the two lines represent two one yuan polynomial. Each one yuan polynomial exponentially increasing order input polynomial coefficients (integer), index (integer). For example: 1+2x+x2 expressed as: < 1,0> , < 2,1> , < 1,2> , output: output exponentially increasing order product: < coefficient index> , < coefficient index> , < coefficient index > zero polynomial output format: < 0,0> ,
 Downloaders recently: [More information of uploader 杨旭光]
 To Search:
File list (Check if you may need any files):
 

One yuan polynomial multiplication.cpp
    

CodeBus www.codebus.net