摘要: //利用链表的方式给输入的项边插入排序边进行合并同类项;#include<stdio.h>#include<stdlib.h>struct Function//一元多项式{ int coef;//系数; int exp;//指数; struct Function *next;};struct Fun 阅读全文
posted @ 2018-07-04 10:51 myErebos 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 # include 7 #define NULL 0 8 unsigned int key;//无符号限制整型 9 unsigned int key1; 10 struct node//建立节点; 11 { 12 int f; ... 阅读全文
posted @ 2018-07-04 10:41 myErebos 阅读(1328) 评论(0) 推荐(0) 编辑