兩個多項式求和

                               單鏈表的應用——兩個多項式求和 提到多項式想一定會想到其係數和指數,定義數據結構 typedef struct Polynomial{ float coe; // 多項式係數 int exp; //多項式指數 struct Polynomial *next; }Polynomial
相關文章
相關標籤/搜索