文件名称:1
介绍说明--下载内容均来自于网络,请自行研究使用
C编写的一元稀疏多项式计算器
1,输入并建立多项式
2,输出多项式的数学表达式
3,可计算多项式在x处的值
4,求多项式a的导函数a
5,多项式a+b,建立多项式a+b
6, 多项式a-b,建立多项式a-b
7,多项式a*b,建立多项式a*b
所用函数及说明:
void paixu(JD *h)——对输入输出多项式进行排序
JD *jia(JD *ha,JD *hb)——求a+b的值
JD *jian(JD *ha,JD *hb)——求a-b的值
JD *qiudao(JD *h)——求a的导数a
JD *copy(JD *ha)和JD *xiangcheng(JD *ha,JD *hb)——求a*b的值
JD *jishuanxzhi(JD *h)——求多项式在x处的值
-C prepared by a dollar Sparse Polynomial calculator 1, and the establishment of polynomial input 2, output polynomial mathematical expression 3, computable polynomial in x of the value of Office 4, for a polynomial function of I. a 5, polynomial a+ b, the establishment of polynomial a+ b6, polynomial ab, the establishment of polynomial a-b7, polynomial a* b, the establishment of polynomial a* b by function and Descr iption: void paixu (JD* h)- on the input-output polynomial sort JD* jia (JD* ha, JD* hb)- seeking a+ b value of JD* jian (JD* ha, JD* hb)--- for ab value of JD* qiudao (JD* h)- for a derivative of a JD* copy (JD* ha) and JD* xiangcheng (JD* ha, JD* hb)- seeking a* b values JD* jishuanxzhi (JD* h)- order polynomial in x of the value of Office
1,输入并建立多项式
2,输出多项式的数学表达式
3,可计算多项式在x处的值
4,求多项式a的导函数a
5,多项式a+b,建立多项式a+b
6, 多项式a-b,建立多项式a-b
7,多项式a*b,建立多项式a*b
所用函数及说明:
void paixu(JD *h)——对输入输出多项式进行排序
JD *jia(JD *ha,JD *hb)——求a+b的值
JD *jian(JD *ha,JD *hb)——求a-b的值
JD *qiudao(JD *h)——求a的导数a
JD *copy(JD *ha)和JD *xiangcheng(JD *ha,JD *hb)——求a*b的值
JD *jishuanxzhi(JD *h)——求多项式在x处的值
-C prepared by a dollar Sparse Polynomial calculator 1, and the establishment of polynomial input 2, output polynomial mathematical expression 3, computable polynomial in x of the value of Office 4, for a polynomial function of I. a 5, polynomial a+ b, the establishment of polynomial a+ b6, polynomial ab, the establishment of polynomial a-b7, polynomial a* b, the establishment of polynomial a* b by function and Descr iption: void paixu (JD* h)- on the input-output polynomial sort JD* jia (JD* ha, JD* hb)- seeking a+ b value of JD* jian (JD* ha, JD* hb)--- for ab value of JD* qiudao (JD* h)- for a derivative of a JD* copy (JD* ha) and JD* xiangcheng (JD* ha, JD* hb)- seeking a* b values JD* jishuanxzhi (JD* h)- order polynomial in x of the value of Office
相关搜索: 多项式计算
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1.txt