搜索资源列表
数据结构好冬冬
- 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,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 \\ subtract \\ multiply \\ der
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
duoxiangshi
- 一、问题描述 设计一个一元多项式简单计算器。 二、基本要求 一元稀疏多项式简单计算器的基本功能: 1>输入并建立多项式。 2>输出多项式,输出形式为整数序列,序列按指定数升序排列。 3>多项式相加。 4>多项式相减。 5>多项式相乘。
excise2
- 在数据结构中实现两个一元多项式的相加、相减和相乘
MULTI
- 利用链表实现一元多项式相乘。数据结构习题之一。-List the realization of one dollar to use polynomial multiplication. Exercise one of the data structure.
duoxiangshi
- 多项式相乘一元稀疏多项式简单计算器的基本功能是: (1)输入并建立多项式; (2)输出多项式,输出形式为整数序列:n,c1,e1,c2,e2,...,cn,en,其中n是多项式的项数,ci和ei分别是第i项的系数和指数,序列按指数降序排列。 (3)多项式a与多项式b相乘,建立多项式。 -Sparse polynomial multiplication unary polynomial basic functions of the calculator is simple:
multiplication
- 说明:此代码是能实现一元多项式相乘的一个函数,请大家批评指导!-One of the polynomial multiplication
yiyuanduoxiangshi
- 通过c++创建一元多项式,能方便的进行增加删除相乘删除操作-By c++ create a polynomial, can easily be increased by multiplying the delete operation to delete
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
Yinzi
- 用C++编写的一元多项式的计算器,可做多项式的相乘、相减等-C++ written with a polynomial calculator, do polynomial multiplication, subtraction, etc.
jisuanqi
- 一个一元多项式的计算器,功能包括 (1)输入并建立多项式(一个多项式最多不超过20项),可以从文件中读取相关数据; (2)输出多项式,输出形式可以是图形方式,也可以是文本方式; (3)实现两个多项式相加,并输出和多项式; (4)实现两个多项式相减,并输出差多项式; (5)实现两个多项式相乘,并输出乘积多项式; (6)计算并输出多项式在指定x处的值。-a multinomial ,arithmetic
Cyiyuan
- 一元多项式的相加相减相乘,专业课程设计,无错误-Sum of one dollar subtraction multiplication of polynomials, professional curriculum design, error-free
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 即相邻两个整数分别表示表达式中一项的系数和指数。在输入中只出现系数不为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, Joseph problems, one yuan polynomia
multiply
- 实现两个一元多项式相乘,包含简单选择界面。(To achieve the multiplication of two unary polynomials,containing a simple selection interface.)