搜索资源列表
plus1122
- 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
FFT
- 实现两个多项式的相乘 结果为系数 使用傅里叶变换-Multiply the two polynomials to achieve the results of the use of Fourier transform coefficients
benyuan
- 利用此JAVA程序可求得任意阶本原多项式系数-JAVA program can be obtained using the primitive polynomial coefficients of arbitrary order
polynomial
- 程序作业源码 读入源文件包含多项式的长度 以及 系数和幅值,然后进行加法运算得到多项式的结果并显示。 p1 p2 为多项式源文件。 Polynomial为算法单元 Term为单个元素的构造类 Main为读入文件并进行运算的主函数 p1 p2 请放于root下 -Read the source file contains the polynomial coefficients and the length and amplitude, then the addition
algorithms-hw
- 算法上机作业 1城市轮廓线 3无向图双连通分支 4第一行为(n-1),n=2^k 第二行为第一个多项式系数序列 第三行为第二个多项式系数序列 系数序列的格式为:an,an-1,an-2 ,…, a1,a0 输出文件:result4.dat 格式为结果多项式的系数序列。 序列格式为:an,an-1,an-2 ,…, a1,a0(此n与输入中的n不同) 5第一行为线段数n 第二行起每一行x1 y1 x2 y2表示一条线段,端点为(x1,y1)和(x2,y2)
main
- 读入两个多项式,然后输出这两个多项式的和,也就是把对应的幂上的系数相加然后输出。-Read two polynomials, and then output the two polynomials, namely the corresponding coefficient of power on the additive and output.
duoxiangshi_add
- 该程序实现的功能是要读入两个多项式,然后输出这两个多项式的和,也就是把对应的幂上的系数相加然后输出。程序要处理的幂最大为100。-Realize the function of this procedure is to read the two polynomials, and then output the two polynomials, namely the corresponding coefficient of addition and the output power.Program