数据结构实验试做记录

数据结构实验试做记录

ID:44197535

大小:483.00 KB

页数:19页

时间:2019-10-19

数据结构实验试做记录_第1页
数据结构实验试做记录_第2页
数据结构实验试做记录_第3页
数据结构实验试做记录_第4页
数据结构实验试做记录_第5页
资源描述:

《数据结构实验试做记录》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、数据结构实验试做记录实验一多项式相加一、实现代码如下:#include#includestructpoly{intcocf;intexp;};typedefstructpolyDataType;typedefstructnode{DataTypedata;structnode*next;}LNode,*LinkList;voidCreateList(LinkList&L){intc,e;LinkListr.s;r=L;cin»c»e;whilc(c!=0){s=(LinkList)malloc(size

2、of(LNode));(s->data).coef=c;(s->data).exp=e;r->next=s;r=s;cin>>c»e;}r->next=NULL;}voidPrintList(LinkListL){LinkListp;p=L->ncxt;while(p){cout«,,(,'«(p->data).coef«',;,«(p->data).exp«,f),f;if(p->ncxt)cout«n->,r;p=p・>next;LinkListPolyAdd(LinkList匕LinkListQ){LinkListR,「p,q,s;R=r=

3、P;p=P->next;q=Q->next;while(p&&q){if((p->data).exp<(q->data).exp){r->next=p;r=r->next;p=p->ncxt;}elseif((p->data).exp>(q->data).exp){r->next=q;r=r->ncxt;q=q->next;}else{intsum;sum=(p->data)xoef+(q->data).coef;if(sum==O){s=p;p=p->next;free(s);s=q;q=q->next;free(s);}else{(p->da

4、ta).coef=sum;r->next=p;r=r->ncxt;p=p->next;s=q;q=q->next;frcc(s);if(p)r->ncxt=p;if(q)r->next=q;returnR;}voidmain(){LinkListP,Q,R;P=(LinkList)malloc(sizeof(LNode));P->next=NULL;cout«n请输入多项式1的值:“vvendl;CreateList(P);cout«"多项式1的表达式为:"vvendl;PrintList(P);cout«endl;Q=(LinkList)mal

5、loc(sizeof(LNode));Q->next=NULL;cout«ni§输入多项式2的值:“vvendl;CreateList(Q);cout«n多项式2的表达式为:“vvendl;PrintList(Q);cout«endl;R=PolyAdd(P,Q);cout«H多项式的和为:“;PrintList(R);二、测试结果实验二表达式求值一、实现代码如下:#include#include#include#defineMAXSIZE100〃定义操作数栈及其相应操作函数实现ty

6、pedefstructStack1{intdata[MAXSIZE];inttop;JSqStackl;charchars[7]=r+T・T*畀charprior⑺⑺二'’AAA〉','〉',、;voidInitStack(SqStackl*&s){if(!(s=(SqStack1*)malloc(sizeof(SqStack1))))return;s->top=-l;}boolIsEmptyStack(SqStackls){returns.top==-l?l:0;}voidPush(SqStackl*&s,inte){s->top++;s->d

7、ata[s->top]=e;voidPop(SqStack1*&s,int&e){e=s->data[s->top];s->top~;}intGetTop(SqStack1*s){inte;e=s->data[s->top];returne;}〃定义操作符栈及其相应操作函数实现typedefstructStack2{chardata[MAXSIZE];inttop;}SqStack2;voidInitStack(SqStack2*&s){if(!(s=(SqStack2*)malloc(sizcof(SqStack2))))return;s->t

8、op=-l;boolIsEmptyStack(SqStack2s){returns.top==-l?1:0;}voidPush(SqSt

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。