搜索资源列表
一元多项式
- 一元多项式相加数据结构算法-sum of one yuan polynomial algorithm data structure
yiyuanduoxiangshijiajian
- 根据提示操作,可以实现任意一元多项式相加减
oneade
- 一元多项式相加程序,用于完成一元多项式的相加
一元稀疏多项式的计算
- 一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法》-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "data structure and algorithm"
Polynomial-together
- 这是一个一元多项式相加的数据结构的小程序,是C++版的 -Polynomial together
polyadd
- 一元多项式相加程序-One of the polynomial sum of the procedures
yydxs
- 一元多项式相加源码 有很多只哦那个自己看-The sum of one dollar polynomial source Oh there are many that only look at their own
2-22
- 数据结构里面中的一元多项式的表示及相加,用到了比较复杂的数据结构-Data structure in which one of the polynomial expression and add
yiyuanduoxiangshi
- 数据结构:用链表做存储结构求两个一元多项式相加的结果-Data structures: The linked list storage structure seeking to do two one dollar sum of the results of polynomial
DataStructures
- Josephu问题,一元多项式的相加问题,模拟停车场管理问题等问题-Josephu problem, a polynomial of the sum of the problem, simulated car park management and other problems
Unarysimplecalculator
- 一元多项式计算器的基本功能定为 (1) 建立多项式 (2) 输出多项式 (3) 两个多项式相加,建立并输出和多项式 (4) 两个多项式相减,建立并输出差多项式 实现提示:可选择带头结点的单向循环链表 或单链表存储多项式,头结点可存放多项式 的参数,如项数等。 除以上功能外,还有乘法和除法的计算和导数计算-Unary polynomial basic functions of the calculator as (1) the estab
polynomial
- 一元多项式相加,创建单链表操作,然后用单链表返回值-Of Multinomial added together, create a single list operation, then the return value with a single linked list
plus
- 《数据结构》 用c 语言实现的 两个一元多项式相加-plus
add
- 一元多项式相加程序及源代码,绝对可用 内部代码注释清晰,便于阅读。使用链表实现功能!-Polynomial sum of one dollar program and source code, internal code comments can be absolutely clear, easy to read. Achieved using the list features!
The-sum-of-Multinomial
- 数据结构中的一元多项式相加,多于考研算法实现很重要。后续部分将在后期上传!-The sum of Multinomial
YiYuanDuoXiangShi
- 1.一元多项式相加(10分) 题目说明: 编写一元多项式加法运算程序。要求用线性链表存储一元多项式(参照课本)。该程序有以下几个功能: 1. 多项式求和 输入:输入三个多项式,建立三个多项式链表Pa、Pb、Pc (提示:调用CreatePolyn(polynomial &P,int m)。 输出:显示三个输入多项式Pa、Pb、Pc、和多项式Pa+Pb、多项式Pa+Pb+Pc (提示:调用AddPolyn(polynomial &Pa, polynomial Pb
linked-list-polynomial-sum
- 用链表表示一元多项式,写一算法完成两个一元多项式相加。-Represents a polynomial with a linked list, write an algorithm to complete two one-polynomial sum.
DXS
- 若不存在一元多项式,输入m项系数的指数,建立一元多项式,销毁一元多项式,两个一元多项式相加,保存一元多项式-If there is a polynomial input m coefficient index, the establishment of a polynomial, and the destruction of a polynomial, and two unary polynomials, and save a polynomial
yiyuanduanxiangshixiangjia
- 是数据结构中一元多项式相加的C代码 功能比较齐全 ~-Data structure is the sum of one dollar polynomial code ~
polynomial-addition
- 数据结构算法,用C++语言实现一元多项式相加-polynomial addition using C++