一元多项式链表乘法
题目说明:要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE
本专区汇聚了各类基于 链表 开发的源码资源,共计 281 篇资源供开发者免费下载学习。
题目说明:要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE
考虑到插入和删除的方便,这些以班级为单位的结点用链表方式组成一个主目录-of insertion and deletion of convenience, these classe
一元多项式的链表实现 拥有term项类 链表节点类 链表类 以及多项式类 重载输入函数-One of the list of the polynomial has a term
里面有几个c++的头文件,适合于初学者。 Array,Link,SeqList,Tr-c in the first document, suitable for beginners
关于链表操作的c程序设计-operate on the c Chain Design
包括反向输出一个链表,连接两个链表。以及一些例子。-Including the reverse output of a linked list, connecting the tw
又一个贪吃蛇,但是算法不同,应用到循环队列和简单链表-also a Snake, but different algorithms, the application of a si
数据结构的基本操作:链式存储结构实现一元多项式的所有基本操作,包括在多项式链表P中顺序插入结点e,插入后结点按指数从小到大排列等-The basic operation of da
把图存储成链表格式的算法,输入点和边,然后用链表把整个图存储-the plan into a chain store format algorithms, and the inpu
查询链表中所有满足条件的结点,通过文件输入输出。-Query list to meet the conditions of all nodes, input and output
using System; using System.Collections.Generic; using System.Linq; using System.Text;
建立一个表示多项式的链表,实现多项式的计算。通过文件输入输出-Polynomial to establish a list that, to achieve the calcula