搜索资源列表
polynomail
- 设计一个一元稀疏多项式简单计算机器 1. 本演示程序中,用户根据相应提示可以完成以下功能: (1) 输入并建立两个多项式; (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2,…… cn,en,其中n是多项式的项数,ci和ei分别是第i项的系数和指数,序列按照指数降序排列。 (3) 多项式Pa和Pb相加,建立多项式Pa+Pb (4) 多项式Pa和Pb相减,建立多项式Pa-Pb 2. 对一些特殊情况的说明:将0多项式设置为仅一项的多项式,其系
polyadd
- 一元多项式相加程序-One of the polynomial sum of the procedures
Sparse-polynomial-calculator
- 一个一元稀疏多项式简单计算器。输入并建立多项式、按指数降序输出多项式,并实现、多项式相加、相减、求导等操作。-A unary polynomial sparse simple calculator. Input and the establishment of polynomial, exponential output in descending order polynomial, and implementation of polynomial addition, subtraction,
1
- (1)输入并建立多项式。 (2)输出多项式,输出形式为整数序列:n,c1,e1,c1,c2,e2,…,cn,en,其中n是多项式的项数,ci,ei,分别是第i项的系数和指数,序列按指数降序排序。 (3)实现多项式a和b相加,建立多项式a+b。 (4)实现多项式a和b相减,建立多项式a-b。 (5)计算多项式在x处的值。((1) input and establish polynomial. (2) output polynomial, the output form is intege