这个是自己编写的用顺序表实现一元稀疏多项式的基本操作
2019-12-21 20:24:53 717KB 稀疏多项式
1
多项式相乘一元稀疏多项式简单计算器的基本功能是: (1)输入并建立多项式; (2)输出多项式,输出形式为整数序列:n,c1,e1,c2,e2,...,cn,en,其中n是多项式的项数,ci和ei分别是第i项的系数和指数,序列按指数降序排列。 (3)多项式a与多项式b相乘,建立多项式。 -Sparse polynomial multiplication unary polynomial basic functions of the calculator is simple: (1) input and the establishment of polynomial (2) the output polynomial, the output in the form of an integer sequence: n, c1, e1, c2, e2 ,..., cn, en, where n is the number of items polynomial, ci and ei is the first i entries are the coefficient and the index sequence in descending order by index. (Three) polynomial a polynomial b multiplied with the establishment of polynomials.
2019-12-21 20:12:03 47KB Visual C++ 多项式相乘
1
数据结构课程设计vc6.o编译有MFC界面的一元稀疏多项式运算计算器
1
该资源包括1.0、1.1和1.2三个版本。需求分析:1 输入并建立多项式;2输出多项式,输出形式为整数序列:n,c1,e1, c2,e2,,,,,,, cn,en,其中n是多项式的项数,ci,ei,分别是第i项的系数和指数,序列按指数降序排序;3 多项式a和b相加,建立多项式a+b;4 多项式a和b相减,建立多项式a-b;5计算多项式在x处的值。6 计算器的仿真界面。
2019-12-21 19:23:22 2.38MB java 一元稀疏多项式 计算器
1
vs2010制作,内附代码,实现一元稀疏多项式按指数排序,加减乘,求导,赋值,mfc制作有界面,静态库可在无vc的机器上运行。
2019-12-21 18:50:56 44.05MB 一元稀疏多项式 链表
1