多項式求和和求值

//多項式操做 //做者:nuaazdh //時間:2011年12月1日 12:52:00 #include <stdio.h> #define OK 1 #define ERROR 0 typedef int Status;//函數狀態代碼 typedef struct{ //項的表示 float coeff;//係數 int expn; //指數 }term,Elem
相關文章
相關標籤/搜索