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

Search list

[Mathimatics-Numerical algorithmsyiyuanduoxianshi

Description: 用单链表编写一元多项式的乘法算法-single-chain preparation of a polynomial multiplication algorithm
Platform: | Size: 1101 | Author: 呼格 | Hits:

[Other resource数据结构好冬冬

Description: 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,C-Huffman encoding decoding, Kelushikaer algorithm, fiendish language interpretation, one yuan sparse polynomial multiplication, C
Platform: | Size: 46904 | Author: qjsky | Hits:

[CSharp05110825720

Description: 不知如何,站长您看一看吧!觉得还可以就让通过,我想知道多项式乘法。-do not know how you look at the station! I felt that I could let through, I want to know polynomial multiplication.
Platform: | Size: 155163 | Author: wyz | Hits:

[CSharp051027075266

Description: 不知如何,站长您看一看吧!觉得还可以就让通过,我想知道多项式乘法。-do not know how you look at the station! I felt that I could let through, I want to know polynomial multiplication.
Platform: | Size: 160964 | Author: wyz | Hits:

[CSharp051209068137

Description: 不知如何,站长您看一看吧!觉得还可以就让通过,我想知道多项式乘法。-do not know how you look at the station! I felt that I could let through, I want to know polynomial multiplication.
Platform: | Size: 625268 | Author: wyz | Hits:

[CSharp051220455970

Description: 不知如何,站长您看一看吧!觉得还可以就让通过,我想知道多项式乘法。-do not know how you look at the station! I felt that I could let through, I want to know polynomial multiplication.
Platform: | Size: 595300 | Author: wyz | Hits:

[CSharp060101567063

Description: 不知如何,站长您看一看吧!觉得还可以就让通过,我想知道多项式乘法。-do not know how you look at the station! I felt that I could let through, I want to know polynomial multiplication.
Platform: | Size: 9816 | Author: wyz | Hits:

[Other resourceduoxianshideyunsuan

Description: 多项式的加法和乘法运算,是一个数据结构的课程设计,根据数据结构的算法,实现运算,一份完整的课程设计,包括运行结果-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 the operating results
Platform: | Size: 29421 | Author: 欧阳逵 | Hits:

[Printing program1040320

Description: 多项式的加法乘法运算,自己编的,用C 语言编的。是学数据结构时老师布置的作业-polynomial multiplication their series, with C language series. Yes data structure layout of the operations teachers
Platform: | Size: 11640 | Author: 余均 | Hits:

[ADO-ODBCPolyList

Description: 多项式乘法运算绝对可以实现的酸法应为老师说要用就做了-polynomial multiplication can definitely achieve the acid should use for the teachers said it was done
Platform: | Size: 280641 | Author: 廖志佳 | Hits:

[Data structspolynomial

Description: 基于快速傅里叶变换,实现的多项式相乘算法。同时与普通多项式相乘对比。-Polynomial Multiplication based on FFT
Platform: | Size: 2048 | Author: Chao Zhong | Hits:

[Algorithmfourior-algorithm-for-polynomial

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

[Data structspolynomial-multiplication

Description: 可以实现两个一元多项式相乘,并且能够把两个多项式及结果输出,的算法代码-Can achieve two unary polynomial multiplied, and be able to put two polynomials and the resulting output of the algorithm code
Platform: | Size: 898048 | Author: 李小阳 | Hits:

[Algorithmpolynomial

Description: 多项式的乘法的类,含有自测main函数。-Polynomial multiplication of the class, containing a self-test function main.
Platform: | Size: 1024 | Author: lishuai | Hits:

[Otherpolynomial

Description: c++多项式乘法,可实现负指数,数据结构作业-c++ polynomial multiplication
Platform: | Size: 96256 | Author: 陶晟轶 | Hits:

[Otherpolynomial

Description: 实验需要,一个多项式相加,一个多项式相乘,用代表头的非循环的单链表完成-Experimental needs, a polynomial, a polynomial multiplication, on behalf of head acyclic singly linked list is complete
Platform: | Size: 3072 | Author: zky | Hits:

[Special Effectspolynomial

Description: 多项式乘法不同方法的matlab求解,算法设计内容。-Polynomial multiplication method matlab solving, algorithm design content.
Platform: | Size: 1024 | Author: wangshigang | Hits:

[Mathimatics-Numerical algorithmsPolynomial-multiplicat

Description: 多项式相乘运算-Polynomial multiplication operation
Platform: | Size: 105472 | Author: 王阳明 | Hits:

[OtherOne-yuan-polynomial-multiplication

Description: 题目说明:   要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入:   输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。   例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出:   以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>,   零多项式的输出格式为:<0,0>, -Topic Description: requires a linked list, find the product of two one yuan polynomial: h3 = h1* h2. Function prototype: void multiplication (NODE* h1, NODE* h2, NODE* h3). Input: Input data for the two lines represent two one yuan polynomial. Each one yuan polynomial exponentially increasing order input polynomial coefficients (integer), index (integer). For example: 1+2x+x2 expressed as: < 1,0> , < 2,1> , < 1,2> , output: output exponentially increasing order product: < coefficient index> , < coefficient index> , < coefficient index > zero polynomial output format: < 0,0> ,
Platform: | Size: 1024 | Author: 杨旭光 | Hits:

[Data structspolynomial

Description: C++链表实现多项式加法乘法,采用类封装,链表数据结构,将多项式乘法分解为一系列的加法运算。-C++ list additions polynomial multiplication, using the type of packaging, linked list data structure, polynomial multiplication is decomposed into a series of additions.
Platform: | Size: 1024 | Author: zh | Hits:
« 1 23 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net