搜索资源列表
-
0下载:
1问题描述:
设计一个实现稀疏多项式乘法的程序
2需求分析:
编程实现两个一元多项式相乘,要求:
2.1输入并建立多项式;
2.2输出多项式,输出形式为整数序列:n,c1,e1,c2,e2``````,cn.,en,其中n是多项式的系数,ci和ei分别是第i项的系数和指数,序列按指数降序排列。
2.3多项式a和b相乘,建立结果多项式a*b
-a Problem descr iption : Design a sparse polynomial multiplicat
-
-
0下载:
在JAVA 实现了一元稀疏多项式的加减乘除运算以及求职预算-Implemented in JAVA dollar sparse polynomial multiplication and division addition and subtraction operations and job budget
-
-
0下载:
数据结构课程设计之一元多项式加减乘一、需求分析
1、顺序结构、动态链表结构下的一元多项式的加法、减法、乘法的实现。可以分为几个模块:输入模块、输出模块(升幂降幂)、数据处理模块(多项式的加减乘)、主程序模块。
-Data structure curriculum design by a polynomial subtraction, demand analysis, sequential structure, dynamic list structure under one yuan p
-