搜索资源列表
Polynominal
- 多项式相乘,利用单链表及面向对象思想做的两个多项式相乘
duoxiangshi
- 设计一个一元稀疏矩阵多项式简单计算器。用带表头节点的单链表存储多项式,多项式的项数存放在头节点。
Calculate-the-two-single-link-table
- 计算两个以单链接表表示的多项式相乘,比较简单的-Calculate the two single-link table that the polynomial multiplication
VB
- 设计并实现以下算法:给出用单链表存储多项式的结构,利用后接法生成多项式的单链表结构,实现两个多项式相加的运算,并就地逆置相加后的多项式链式。-Designed and implemented the following algorithm: given the structure of a singly linked list storage polynomial, use the connection to generate a polynomial single-chain structur
duoxiangshicheng
- 用带头结点的动态单链表来表示多项式;在此基础上完成多项式的乘法运算;-Take the lead in the dynamic single-node linked list to represent the polynomial based on polynomial multiplication
hanoi
- 汉若塔问题使用数据结构循环单链表实现-Han if the tower is circular single linked list data structure. . . .
Link-list-add
- 用单链表实现两个大整数的相加,输入为两个大整数,输出两个大数的和。-realize the addition of two big numbers with single link list
