Welcome![Sign In][Sign Up]
Location:
Search - Polynomial-multiplication

Search list

[AlgorithmFFT

Description: 运用FFT计算多项式乘法:输入为两个多项式系数,输出为多项式乘积的系数。-Calculated using FFT polynomial multiplication: polynomial coefficients for both input and output coefficients of the polynomial product.
Platform: | Size: 2048 | Author: 李肖恩 | Hits:

[Data structslist

Description: 数据结构链表程序:一元多项式加减乘和求导拆分逆置,用的是C语言 -Program list data structure: a polynomial multiplication and addition and subtraction reverse split derivation set, using the C language
Platform: | Size: 214016 | Author: 刘本龙 | Hits:

[Data structsUnary-polynomial-operations-(list)

Description: 利用单链表实现一元多项式的加、减、乘法,含有开辟多项式所需空间、判断用户输入正确与否、构造节点存放多项式系数和指数、构造多项式、多项式整理(按指数从小到大存放)、撤销多项式所在节点、合并同类项、多项式加法、多项式减法、多项式乘法、多项式长度计算等。-Using a single linked list to achieve a polynomial addition, subtraction, multiplication
Platform: | Size: 86016 | Author: Mr Li | Hits:

[Data structsPolynomial

Description: 多项式类的编写,支持乘法 加法 减法等操作 visual stdio 2008工程文件-Polynomial class prepared to support operations such as multiplication, addition and subtraction, visual stdio 2008 project file
Platform: | Size: 1080320 | Author: 周文猛 | Hits:

[Data structsyiyuanduoxiangshiyunsuan

Description: 此程序使用C++的语言计算一元多项式的加减乘运算,并且有界面-This program uses the language of C++ addition and subtraction calculation of a polynomial multiplication, and there are interfaces
Platform: | Size: 10240 | Author: 冯小帆 | Hits:

[Data structsPolynomial-additio

Description: 多项式加法,按照优先顺序,先括号再乘除再加减的顺序做多项式加法。-Polynomial addition, in accordance with the priorities, the first bracket and then do multiplication and division and then addition and subtraction of polynomial order of addition.
Platform: | Size: 1024 | Author: 林子牧 | Hits:

[Other1549

Description: 压缩包中有VC写的十进制转二进制程序,负数前移,多项式相乘程序,字符串匹配程序,遍历(非递归和递归)。能运行-VC compressed package written in binary decimal transfer, negative forward, polynomial multiplication process, the string matching procedure, traverse (non-recursive and recursive.) Can run
Platform: | Size: 43008 | Author: qinchuan | Hits:

[Algorithm123

Description: 实现一元多项式的加减乘除运算和多元多项式的加减乘运算,输入时以字符串的形式输入即可。-Achieve a polynomial multiplication and division addition and subtraction and addition and subtraction multi-polynomial multiplication, input a string in the form of typing.
Platform: | Size: 1473536 | Author: 红其 | Hits:

[Data structsduoxiangshi

Description: 用数据结构的链表来实现多项式的相乘的课程设计报告-The linked list data structure used to implement polynomial multiplication of curriculum design
Platform: | Size: 48128 | Author: Crystal | Hits:

[Data structsPolynomial

Description: 利用线性表实现一个一元多项式Polynomial,能够实现一元多项式的输入和输出,相加,求导,相乘,求值等-By using the linear table to realize a unary Polynomial ,Can realize a yuan polynomial input and output, addition, derivation, multiplication, evaluated, etc
Platform: | Size: 12288 | Author: fairy | Hits:

[Waveletfast-fourious-algorithm

Description: 快速傅立叶变换来解决多项式乘法(包括大整数乘法等)操作。-Fast Fourier transform to solve polynomial multiplication operation。
Platform: | Size: 2048 | Author: julaiti | Hits:

[AlgorithmCalculate-the-two-single-link-table

Description: 计算两个以单链接表表示的多项式相乘,比较简单的-Calculate the two single-link table that the polynomial multiplication
Platform: | Size: 5120 | Author: 张依恋 | Hits:

[AlgorithmPolynominal

Description: 一个实现多项式乘法的C++源程序,含源程序说明文档,易于理解。-An implementation of polynomial multiplication in C++ source code, including documentation, easy to understand.
Platform: | Size: 25600 | Author: 常泽川 | Hits:

[ConsolePolynMul

Description: 多项式相乘的源码。可实现相加、相乘运算。-Polynomial multiplication of the source. Can be achieved add, multiply operations.
Platform: | Size: 311296 | Author: 王冰华 | Hits:

[Data structsLabB

Description: (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 at. ( 2) let a and B be two with the header node circular linked list representation of polynomials. Try to write an algorithm, computing the two polynomial multiplication C = a* B, a and b polynomial computation requirement to maintain the status quo.
Platform: | Size: 179200 | Author: 王永淳 | Hits:

[Data structsCPP-polynomial

Description: C++一元多项式加减乘,功能多样,主菜单选择功能:创建含有n个链表类型结点的项,即创建一个n项多项式,判断指数是否与多项式中已存在的某项相同等等。-C++ a polynomial subtraction multiplication
Platform: | Size: 2048 | Author: isaac | Hits:

[AlgorithmPolynomial_multiplication

Description: 按照一定格式输入两个多项式进行多项式的乘法运算。-Enter two polynomial for polynomial multiplication.
Platform: | Size: 1024 | Author: Jin | Hits:

[AlgorithmPoly

Description: java编的多项式计算的小程序,能进行单元多项式的加减乘除,多元多项式的加减乘-java series of the polynomial applet unit polynomial addition, subtraction, addition and subtraction of multivariate polynomial multiplication
Platform: | Size: 19456 | Author: | Hits:

[matlabM

Description: ar模型,多项式乘法,潮流计算,NSGA,场景削减的MATLAB编程代码-ar model, polynomial multiplication, flow calculation on NSGA, the scene cuts MATLAB programming code
Platform: | Size: 5120 | Author: 张一 | Hits:

[Algorithmduoxiangshicheng

Description: 用带头结点的动态单链表来表示多项式;在此基础上完成多项式的乘法运算;-Take the lead in the dynamic single-node linked list to represent the polynomial based on polynomial multiplication
Platform: | Size: 241664 | Author: mickey | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »

CodeBus www.codebus.net