搜索资源列表
数据结构好冬冬
- 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,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
duoxiangshi
- 一、问题描述 设计一个一元多项式简单计算器。 二、基本要求 一元稀疏多项式简单计算器的基本功能: 1>输入并建立多项式。 2>输出多项式,输出形式为整数序列,序列按指定数升序排列。 3>多项式相加。 4>多项式相减。 5>多项式相乘。
excise2
- 在数据结构中实现两个一元多项式的相加、相减和相乘
MULTI
- 利用链表实现一元多项式相乘。数据结构习题之一。-List the realization of one dollar to use polynomial multiplication. Exercise one of the data structure.
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
084221033
- 一元多项式计数器 基本要求: (1)输入并建立多项式; (2)输出多项式:n, c1, e1, c2, e2, …cn , en, 其中,n是多项式项数,ci和ei分别是第 i 项的系数和指数,序列按指数降序排列。 (3)两个多项式相加、相减、相乘、相除; (4)计算多项式在x处的值; (5)求多项式的导函数。 -Unary polynomial counter basic requirements: (1) input and the establishme
Polynomial
- 利用线性表实现一个一元多项式Polynomial,能够实现一元多项式的输入和输出,相加,求导,相乘,求值等-By using the linear table to realize a unary Polynomial ,Can realize a yuan polynomial input and output, addition, derivation, multiplication, evaluated, etc
yiyuanduoxiangshi
- 要求选用线性表的一种合适的存储结构来表示一个一元多项式,并在此结构上实现一元多项式的加法,减法和乘法操作。 1.程序的输入 在设计程序的要求输入两个多项式。 2.程序的输出 输出两个多项式相加,想减,相乘的结果。-Requirements of a linear list chooses appropriate storage structure to say a unary, and on this structure realize a yuan 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 即相邻两个整数分别表示表达式中一项的系数和指数。在输入中只出现系数不为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.)