搜索资源列表
-
0下载:
用单链表编写一元多项式的乘法算法-single-chain preparation of a polynomial multiplication algorithm
-
-
1下载:
哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,C-Huffman encoding decoding, Kelushikaer algorithm, fiendish language interpretation, one yuan sparse polynomial multiplication, C
-
-
0下载:
多项式的加法和乘法运算,是一个数据结构的课程设计,根据数据结构的算法,实现运算,一份完整的课程设计,包括运行结果-polynomial multiplication and addition, a data structure of the curriculum design, according to the data structure algorithms, Operational achieve, a comprehensive program designed to include t
-
-
0下载:
多项式乘多项式\\乘多项式 \\乘多项式乘\\多项式乘法-polynomial x \\ x polynomial x \\ x polynomial x \\ polynomial multiplication
-
-
0下载:
两个多项式加减乘运算-two polynomial multiplication
-
-
0下载:
(1)如果用循环链表表示一元多项式,试编写一个函数 Calc(x),计算多项式在x处的值。
(2)设a和b是两个用带有表头结点的循环链表表示的多项式。试编写一个算法,计算这两个多项式的乘积c = a*b,要求计算后多项式a与b保持原状。
-( 1) if the circular linked list representation of a polynomial, try to write a function Calc ( x ), a polynomial in x value a
-
-
0下载:
利用链表实现一元多项式相乘。数据结构习题之一。-List the realization of one dollar to use polynomial multiplication. Exercise one of the data structure.
-
-
0下载:
一元多项式加减乘运算 一元多项式加减乘运算-Plus or minus one dollar polynomial multiplication plus or minus one dollar polynomial multiplication
-
-
0下载:
使用FFT实现的两个多项式相乘的算法。
输入文件:
第一行为(n-1)
第二行为第一个多项式系数序列 第三行为第二个多项式系数序列
系数序列的格式为:an,an-1,an-2 ,…, a1,a0
输出文件:result5.txt
格式为结果多项式的系数序列。
序列格式为:an,an-1,an-2 ,…, a1,a0(此n与输入中的n不同)-Implementation of both the use of FFT polynomial multiplicatio
-
-
0下载:
this very useful file that simulate the memory polynomial method.-this is very useful file that simulate the memory polynomial method.
-
-
0下载:
基于快速傅里叶变换,实现的多项式相乘算法。同时与普通多项式相乘对比。-Polynomial Multiplication based on FFT
-
-
0下载:
快速傅立叶变换来解决多项式乘法(包括大整数乘法)等操作。-Fast Fourier transform to solve the polynomial multiplication (including large integer multiplication) and other operations.
-
-
0下载:
可以实现两个一元多项式相乘,并且能够把两个多项式及结果输出,的算法代码-Can achieve two unary polynomial multiplied, and be able to put two polynomials and the resulting output of the algorithm code
-
-
0下载:
多项式的乘法的类,含有自测main函数。-Polynomial multiplication of the class, containing a self-test function main.
-
-
0下载:
本程序可实现多项式乘法,可以输入多项式各项的指数和系数,还可以确定多项式的项数,多项式乘法-This program can achieve polynomial multiplication, you can enter the index and the coefficients of polynomial items, you can also determine the number of terms in the polynomial, polynomial multiplicatio
-
-
0下载:
多项式相乘运算-Polynomial multiplication operation
-
-
0下载:
该程序能够实现数学问题中多项式之间的相乘运算-The program can achieve math problems in polynomial multiplication operation between
-
-
0下载:
使用C++语言实现两个多项式的相乘的功能-Polynomial multiplication using c++
-
-
0下载:
C++链表实现多项式加法乘法,采用类封装,链表数据结构,将多项式乘法分解为一系列的加法运算。-C++ list additions polynomial multiplication, using the type of packaging, linked list data structure, polynomial multiplication is decomposed into a series of additions.
-
-
0下载:
这是用C写的一元多项式乘法,输入系数和指数,得到结果的系数和指数-It is written in C one yuan polynomial multiplication, input factors and indices to obtain the results of coefficients and indices
-