搜索资源列表
yiyuanxishujuzhenduoxiangshijiandanjusuanqisuanqi.
- 一元稀疏矩阵的简单计算,设计该程序的目的是掌握链表的使用(重点掌握指针的使用)。这个程序可以用来计算多项式的和与差,充当一个多项式计算器。-one yuan sparse matrix of simple calculation, The design procedure is designed to develop the use of the linked list (master key indicators). This procedure can be used to calculat
duoxiangshi
- 设计一个一元稀疏矩阵多项式简单计算器。用带表头节点的单链表存储多项式,多项式的项数存放在头节点。
calculator
- 采用带头结点的单链表存储一元稀疏多项式;一元稀疏多项式简单计算器的基本功能是:⑴输入并采用尾插法建立多项式的单链表;⑵输出多项式单链表,输出形式可为整数序列和指数形式⑶多项式pn(x)和qm(x)相加,建立多项式pn(x)+qm(x),可不重新开辟存储空间;⑷多项式pn(x)和qm(x)相减,建立多项式pn(x)-qm(x),可不重新开辟存储空间;-Unary sparse polynomial simple calculator Input and the establishment of
jisuanqi
- 一元稀疏多项式简单计算器设计 数据结构 -One dollar a simple calculator designed Sparse Polynomial data structure
jisuanqi
- 一个一元稀疏多项式简单计算器: 1 输入并建立多项式; 2 输出多项式,输出形式为整数序列n,c1,e1, c2,e2,,,,,,, cn,en,其中n是多项式的项数,ci,ei,分别是第i项的系数和指数,序列按指数降序排序; 3 多项式a和b相加,建立多项式a+b;如果用单链表存储多项式,则用a存储多项式(a+b)。如果用队列存储多项式,则需为多项式(a+b)另外创建一个队列。 4 多项式a和b相减,建立多项式a-b;如果用单链表存储多项式,则用a存储多项式(a+b)。如果用队
Sparse-polynomial-calculator
- 一个一元稀疏多项式简单计算器。输入并建立多项式、按指数降序输出多项式,并实现、多项式相加、相减、求导等操作。-A unary polynomial sparse simple calculator. Input and the establishment of polynomial, exponential output in descending order polynomial, and implementation of polynomial addition, subtraction,
data-construction
- 数据结构中一系列的练习包括:约瑟夫环,一元稀疏多项式简单计算器,迷宫,文学研究助手等源代码-Data structure in a series of exercises include: Josephus, one yuan sparse polynomial calculator, maze, literature research assistants such as source code
sparsepolynomial
- 一元稀疏多项式简单计算器,输入并建立多项式 ,序列按指数降序排列 多项式A(x)和B(x)相加,相减-Dollar sparse polynomial simple calculator, enter and establish polynomial, exponential sequence in descending order polynomial A (x) and B (x) add, subtract