算术表达式求值实习报告

算术表达式求值实习报告

ID:30860566

大小:155.18 KB

页数:30页

时间:2019-01-04

算术表达式求值实习报告_第1页
算术表达式求值实习报告_第2页
算术表达式求值实习报告_第3页
算术表达式求值实习报告_第4页
算术表达式求值实习报告_第5页
资源描述:

《算术表达式求值实习报告》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、算术表达式求值实习报告TheinformationthatisworthhavingItcomesfromthegenerallearningaccumulationsummaryTheremustbeaproblemPleasebecritical!ArithmeticexpressionsevaluatetheinternshipreportClassno.09040502:052415zhubokaiOne,requirementsanalysis(1)theprogramneedsuserstoinputexpression(operatorcanbeaplus(+),minus(

2、-),multiply(*),inadditionto(/),power():theparentheses(()))ThenumbercanbeanintegerorafloatPressentertofinish!(2)programfunction:computationofarithmeticexpressionsTheoutputAndoutputitspostfixexpression!(3)testdata:8;1+2+3+4;88-1*3;1024/8*16;1024/(8*16);(22+3)*(8/2);The3-3-3;8/(9-9);2times5plus3times

3、2plus4times3plus6.Second,profiledesignToimplementtheaboveprogramfunctionsTheNumbersandoperatorsintheexpressionshouldbestoredseparatelyfromthestackoftwoleadingnodesTheabstractdatatypedefinitionofthestackADTStack{Thedataobject:〃d二{ai

4、ai,〃the〃I二1,2,3,〃・・・nNp0}Datarelations:r={ai-1,ai,)>

5、ai-1,aiunitd,

6、1=2,3,…N}ContractalisthebottomofthestackTheanisthetopBasicoperation:(1)InitStack(&S)Operationresult:constructanemptystackS(2)DestroyStack(&S)Initialconditions:stackSalreadyexistsOperationresult:destroystackS(3)ClearStack(&S)Initialconditions:stackSalreadyexistsTheresult:emptythestackasanemptystack

7、(4)StackEmpty(&S)Initialconditions:stackSalreadyexistsOperationresult:ifstackSisemptystackItreturnsTRUE,Otherwise,FALSE(1)StackLength(&S)Initialconditions:stackSalreadyexistsOperationresult:returnthelengthofthestack(ordepth)(2)GetTop(S&e)Initialconditions:stackSisalreadypresentandnotemptyOperation

8、result:thestacktopelementofSreturnedwithe(3)Push(&S,e)Initialconditions:stackSalreadyexistsOperationresult:insertnewelementeatthetopofthestack(4)Pop(&S,&e)Initialconditions:stackSisalreadypresentandnotemptyOperationresult:thestacktopelementofthestackSisremovedAndr11returnitwithe(1)StackTraverse(SV

9、isit())Initialconditions:stackSalreadyexistsOperationresult:traversingtheaccessstackAcalltoeachelementofS}ADTStackTheprogramconsistsofsixmodules1)mainprogrammodule:Theinitializationofthestack:initializetwostackss

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

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

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