搜索资源列表
E15_8870
- 做多项式的减法subtratpolyn(polynomail *pa,polynomail *pb)时可不用重新写函数,可先对多项式的系数进行求反,然后调用加法函数addpolynmail(polynomail *pa,polynomail *pb);
多项式的加法、减法、乘法
- 数据结构——多项式的加法、减法、乘法算法实现源代码,多多指教。-data structure -- the polynomial addition, subtraction, multiplication algorithm source code, the exhibitions.
(C语言版)数据结构课程设计大概模型
- 一元稀疏多项式计算器,2. 用户在首先在第一个提示信息的提示下选择是1.一元多项式加法 2.一元多项式减法 3.退出,当用户选择1.一元多项式加法,系统会提示您输入两个多项式信息,然后计算两个多项式的和并输出结果多项式。当用户选择2.一元多项式减法,系统会提示您输入两个多项式信息,然后计算两个多项式的差并输出结果多项式。当用户选择退出,则退回dos-one yuan sparse polynomial calculator, 2. Users first in a message prompte
PolynomialSum
- 使用单链表实现多项式的加法。在进行添加新项(添加新节点)时自动排序,若项数为0,自动删除该项。在进行加法运算时自动排序,若项数为0,自动删除该项。-Single linked list to achieve polynomial addition. During the Add New Item (add new nodes) to automatically sort, if the number of entries to 0, automatically delete the item.