實驗報告-第五次作業(yè)_第1頁
實驗報告-第五次作業(yè)_第2頁
實驗報告-第五次作業(yè)_第3頁
實驗報告-第五次作業(yè)_第4頁
實驗報告-第五次作業(yè)_第5頁
已閱讀5頁,還剩1頁未讀 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)

文檔簡介

學(xué)生實驗報告學(xué)生姓名學(xué)號同組人實驗工程C++□必修□選修□演示性實驗□驗證性實驗□操作性實驗□綜合性實驗實驗地點機房實驗儀器臺號25指導(dǎo)教師實驗日期及節(jié)次20231013三四節(jié)一、實驗綜述1、實驗?zāi)康募耙?.GivenaRectangleclass,whichhasWidthandHeightattributesandthefollowingbehaviors:(1)Init():toinitializetheWidthandHeight(2)SetWidth():tosetWidth(3)SetHeight():tosetHeight(4)GetWidth():togetWidth(5)GetHeight():togetHeight(6)Area():tocalculatetheareaoftherectangle(7)DispInfo():toshowtheinformationoftherectanglesuchasWidth,Heightandarea.Pleaseanalyzeanddesigntheclassbasedontheaboverequirements.1.定義一個長方形Rectangle類,它有寬、高(Width,Height)和一些計算方法:(1)Init():設(shè)定寬、高的初始值(2)SetWidth():設(shè)定寬度(3)SetHeight():設(shè)定高度(4)GetWidth():得到寬度(5)GetHeight():得到高度(6)Area():計算長方形的面積(7)DispInfo():顯示長方形的信息(包括寬、高和面積)分析并設(shè)計:(1)Rectangle類中有哪些數(shù)據(jù)成員,應(yīng)定義為公有的還是私有的。(2)Rectangle類中有哪些成員函數(shù),應(yīng)定義為公有的還是私有的。并設(shè)計編寫這些函數(shù)。(3)編寫一個主函數(shù)對Rectangle類實現(xiàn)調(diào)試。2.DesignaclassCircle,whichcanbeusedtocalculatetheareaandcircumferenceofacircle.Theradiusissetwheninitializinganobject.Pleasegiveamainfunctiontocalltheclass.2.定義一個Circle類,可以計算圓的面積和圓的周長。圓的半徑通過說明對象時由初始化完成。編寫相應(yīng)的調(diào)試用函數(shù),來測試該類的正確性。3.DesignaRectangleclasswithtwoattributes,WidthandHeightandtosatisfythefollowingrequirements.Whentheobjectisinitializedbytwoarguments,whichrepresentWidthandHeightrespectively.But,whentheobjectisinitializedbyonlyoneargument,whichmeanstherectangleisasquare.ThereisamemberfunctiontoshowtheareaoftheRectangleintheclass.Pleasealsogiveamainfunctiontocalltheclass.3.定義一個長方形Rectangle類,它有寬、高(Width,Height)。在說明該類的對象時,假設(shè)給定了兩個參數(shù),分別設(shè)為寬和高;假設(shè)只給了一個參數(shù),那么寬和高相同〔即正方形〕。同時編寫可以顯示面積的成員函數(shù)。編寫相應(yīng)的調(diào)試用函數(shù),來測試該類的正確性。2、實驗儀器、設(shè)備或軟件電腦VC6.0二、實驗過程〔實驗步驟、記錄、數(shù)據(jù)、分析〕第一題:#include<iostream>#include<iomanip>usingnamespacestd;classRectangle{public:voidInit(intx,inty);voidSetwidth(inta);voidSethigh(intb);voiddisplnfo();intGetwidth(){returnx;}intGethigh(){returny;}intarea();private:intx,y;};voidRectangle::Init(inta,intb){x=a;y=b;}voidRectangle::Setwidth(inta){a=x;}voidRectangle::Sethigh(intb){b=y;}intRectangle::area(){returnx*y;}voidRectangle::displnfo(){cout<<"長:"<<x<<'\n'<<"寬:"<<y<<'\n'<<"面積為:"<<area()<<endl;}voidmain(){intx,y;Rectanglep;cin>>x>>y;p.Init(x,y);p.displnfo();}第二題:#include<iostream.h>#include<math.h>classCircle{doubleR;public:voidsetr(doubler){R=r;}doublemianji(doubler){return(r*r*3.1415);}doublezhouchang(doubler){return(2*3.1415*r);}};voidmain(){Circlec;doubleR;cout<<"請輸入R的值:"<<endl;cin>>R;c.setr(R);cout<<"面積:"<<c.mianji(R)<<"周長:"<<c.zhouchang(R)<<endl;}第三題:#include<iostream>usingnamespacestd;classRectangle{public:floatArea(float,float);//函數(shù)重載floatArea(float);private:floatx,y,Width,Height;};floatRectangle::Area(floatx,floaty){floatArea;Width=x;Height=y;Area=Width*Height;returnArea;}floatRectangle::Area(floatx){floatArea;Width=x;Area=Width*Width;returnArea;}floatmain(){floata,b;cin>>a>>b;Rectangler;if(a!=b)cout<<r.Area(a,b)<<endl;elsecout<<r.Area(a)<<en

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論