搜索资源列表
一元多项式
- 一元多项式相加数据结构算法-sum of one yuan polynomial algorithm data structure
一元稀疏多项式计数器
- 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8
myheard
- 我们的一个数据结构的课程设计,计算一元稀疏距阵的计算器,即是一元多项式的相加\\相减\\相乘\\求导\\求X值\\...还有利用彩色文本形式编写的一个界面.非常的好看,使用也方便-the data structure of a curriculum design, calculation of one yuan sparse matrix of calculators, serves yuan polynomials together \\ subtract \\ multiply \\ der
2
- 2、一元多项式的相加,通过本次实验来掌握数据结构基本方法及其基本思想,提高编程能力
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
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
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
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++