搜索资源列表
数据结构好冬冬
- 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,C-Huffman encoding decoding, Kelushikaer algorithm, fiendish language interpretation, one yuan sparse polynomial multiplication, C
Add_Multiply_Polyn
- 两个一元多项式相加相乘源程序。用C++编写。-2 1 yuan polynomial multiplication combined source. C preparation.
myheard
- 我们的一个数据结构的课程设计,计算一元稀疏距阵的计算器,即是一元多项式的相加\\相减\\相乘\\求导\\求X值\\...还有利用彩色文本形式编写的一个界面.非常的好看,使用也方便-the data structure of a curriculum design, calculation of one yuan sparse matrix of calculators, serves yuan polynomials together
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
duoxiangshi
- 一、问题描述 设计一个一元多项式简单计算器。 二、基本要求 一元稀疏多项式简单计算器的基本功能: 1>输入并建立多项式。 2>输出多项式,输出形式为整数序列,序列按指定数升序排列。 3>多项式相加。 4>多项式相减。 5>多项式相乘。
数据结构好冬冬
- 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,C-Huffman encoding decoding, Kelushikaer algorithm, fiendish language interpretation, one yuan sparse polynomial multiplication, C
Add_Multiply_Polyn
- 两个一元多项式相加相乘源程序。用C++编写。-2 1 yuan polynomial multiplication combined source. C preparation.
myheard
- 我们的一个数据结构的课程设计,计算一元稀疏距阵的计算器,即是一元多项式的相加\相减\相乘\求导\求X值\...还有利用彩色文本形式编写的一个界面.非常的好看,使用也方便-the data structure of a curriculum design, calculation of one yuan sparse matrix of calculators, serves yuan polynomials together \ sub
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
duoxiangshi
- 一、问题描述 设计一个一元多项式简单计算器。 二、基本要求 一元稀疏多项式简单计算器的基本功能: 1>输入并建立多项式。 2>输出多项式,输出形式为整数序列,序列按指定数升序排列。 3>多项式相加。 4>多项式相减。 5>多项式相乘。 -First, the problem described in the design of a simple calcul
excise2
- 在数据结构中实现两个一元多项式的相加、相减和相乘-In the data structure of the polynomial realize one of the two together, subtract and multiply
multiplication
- 说明:此代码是能实现一元多项式相乘的一个函数,请大家批评指导!-One of the polynomial multiplication
MULTI
- 利用链表实现一元多项式相乘。数据结构习题之一。-List the realization of one dollar to use polynomial multiplication. Exercise one of the data structure.
Unary_polynomial
- 两个一元多项式相乘的算法,假设A(x)和B(x)为多项式,则M(x)=A(x)*B(x)其中,每一项都是一个一元多项式-Two unary polynomial multiplication algorithm, assume that A (x) and B (x) is polynomial, then M (x) = A (x)* B (x) which is a one dollar each polynomial
polynomial-multiplication
- 可以实现两个一元多项式相乘,并且能够把两个多项式及结果输出,的算法代码-Can achieve two unary polynomial multiplied, and be able to put two polynomials and the resulting output of the algorithm code
Binary-swap-left-and-right-subtrees
- 二叉树交换左右子树和一元多项式相乘 以及一些实验运行截图-Binary swap left and right subtrees, one yuan polynomial multiplication
Plolynomial-plus
- 数据结构的一道经典题目,是很好的源代码。一元多项式相乘,用数组实现-Data structure a classic topic, is a good source code. One yuan polynomial multiplication using arrays to achieve
p5
- 【问题描述】 编写一个程序实现两个一元多项式相乘。 【输入形式】 首先输入第一个多项式中系数不为0的项的系数和指数,以一个空格分隔。且该多项式中各项的系数均为0或正整数,系数和最高幂次不会超过int类型的表示范围。对于多项式 anxn +a n-1 x n-1 + … + a1x1 + a0x0 的输入方法如下: an n a n-1 n-1 … a1 1 a0 0 即相邻两个整数分别表示表达式中
data-structure
- 在学习数据结构时完成的几个小的编程练习,大家可以参考参考,分别是中缀转后缀表达式,约瑟夫问题,一元多项式相乘-Upon completion of the study data structure of several small programming exercises, you can refer to the reference, which are in turn postfix infix expression, Josep
multiply
- 实现两个一元多项式相乘,包含简单选择界面。(To achieve the multiplication of two unary polynomials,containing a simple selection interface.)