我爱新浪微博.doc

我爱新浪微博.doc

ID:57024908

大小:25.50 KB

页数:4页

时间:2020-07-31

我爱新浪微博.doc_第1页
我爱新浪微博.doc_第2页
我爱新浪微博.doc_第3页
我爱新浪微博.doc_第4页
资源描述:

《我爱新浪微博.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、实验4数组本次实验将练习数组的用法。完成一个程序,该程序要求用户输入整数,并按照输入顺序记录进一个数组。当用户输入-1时标识结束输入结束。程序将记录的数组的顺序进行反序,即原数组第一个数与最后一个数进行交换,依此类推。反序后的数组进行输出在屏幕上。最后对数组进行从小到大排序,并输出排序结果。程序的一次运行结果如下。你可以运行作业材料中附带的已经完成的array.exe程序来了解更多的该程序的输入和输出要求。Enternumbers,oneperline,endingwiththesentinelvalue-1Theprogramwillthendisplaythosevaluesinreve

2、rseorderandsortedorder.?9?3?7?99isalreadyinthearray.Pleaseinputagain?33isalreadyinthearray.Pleaseinputagain?1?2?6?19?-1Thereversearrayisasfollows:19621739Thesortedarrayisasfollows:12367919作业提示:1.该程序的主程序和常量定义已经在作业材料的array.cpp中给出,你不能进行改变。2.程序中需要完成的函数的功能和使用方法如下,你可以增添新的函数,但是你必须在主程序中正确地写出这些函数的原型并实现这些函数的

3、功能。/**Function:GetIntegerArray*Usage:n=GetIntegerArray(array,max,sentinel);*-------------------------------------------------*Thisfunctionreadselementsintoanintegerarrayby*readingvalues,oneperline,fromthekeyboard.Theend*oftheinputdataisindicatedbytheparametersentinel.*Thecallerisresponsiblefordecla

4、ringthearrayand*passingitasaparameter,alongwithitsallocated*size.Thevaluereturnedisthenumberofelements*actuallyenteredandthereforegivestheeffectivesize*ofthearray,whichistypicallylessthantheallocated*sizegivenbymax.Iftheusertypesinmorethanmax*elements,GetIntegerArraygeneratesanerror.*//**Function:P

5、rintIntegerArray*Usage:PrintIntegerArray(array,n);*-----------------------------------*Thisfunctiondisplaysthefirstnvaluesinarray,*oneperline,ontheconsole.*//**Function:ReverseIntegerArray*Usage:ReverseIntegerArray(array,n);*-------------------------------------*Thisfunctionreversestheelementsofarr

6、ay,whichhasnas*itseffectivesize.Theprocedureoperatesbygoingthrough*thefirsthalfofthearrayandswappingeachelementwith*itscounterpartattheendofthearray.*//**Function:SwapIntegerElements*Usage:SwapIntegerElements(array,p1,p2);*------------------------------------------*Thisfunctionswapstheelementsinarr

7、ayatindex*positionsp1andp2.*//**Function:GiveInstructions*Usage:GiveInstructions();*--------------------------*Thisfunctiongivesinstructionsforthearrayreversalprogram.*//**Function:SortIntegerArray*--------

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

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

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