freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

c課程設(shè)計(jì)--設(shè)計(jì)菜單選擇程序-資料下載頁

2025-06-03 04:49本頁面
  

【正文】 operator/(Rational r)。 //重載除法運(yùn)算符 friend istream amp。 operator(istream amp。in,Rational amp。r)。 //重載輸入運(yùn)算符 friend ostream amp。 operator(ostream amp。out,Rational amp。r)。 //重載輸出運(yùn)算符 }。 ///////////主函數(shù)的執(zhí)行 ///////////// 有理數(shù)的四則運(yùn)算 報(bào)告 3 int main() { char ch。 Rational A,B,C。 A:cout請(qǐng)輸入 A 的值 endl。 cinA。 cout請(qǐng)輸入 B 的值 endl。 cinB。 coutendl。 cout\nendl。 C=A+B。 cout兩數(shù)之和為 A+B = Cendl。 C=AB。 cout兩數(shù)之差為 AB = Cendl。 C=A*B。 cout兩數(shù)之積為 A*B = Cendl。 C=A/B。 cout兩數(shù)之商為 A/B = Cendl。 coutendl。 B:cout您是否要繼續(xù) (Y/N)?endl。 cinch。 coutendl。 if (ch==39。y39。||ch==39。Y39。) goto A。 else if (ch==39。n39。||ch==39。N39。) goto C。 else goto B。 C:system(pause)。 return 0。 } ////////////////////////////////////////////// istream amp。 operator(istream amp。in,Rational amp。r) { in。 if(==0) { cout分母不能為 0\n。 } return in。 } ostream amp。 operator(ostream amp。out,Rational amp。r) { int i。 float m,n。 if() //當(dāng) xy,且 x,y有公約數(shù)時(shí),進(jìn)行約分 { for(i=。i1。i) { if(%i==0amp。amp。%i==0) { m=。 n=。 =m。 =n。 } } } else //當(dāng) x=y,且 x,y有公約數(shù)時(shí),進(jìn)行約分 { for(i=。i1。i) { if(%i==0amp。amp。%i==0) { m=。 n=。 =m。 =n。 } } } out/endl。 //以分?jǐn)?shù)的形式輸出計(jì)算結(jié)果 return out。 } Rational Rational::operator+(Rational r) { return Rational(x*+y*,y*)。 } Rational Rational::operator(Rational r) { return Rational(x**,y*)。 } Rational Rational::operator*(Rational r) { return Rational(x*,y*)。 } Rational Rational::operator/(Rational r) { return Rational(x*,y*)。 } 四、 測試用例及測試結(jié)果 五、 程序不足及升級(jí)方向 本程序中還有一些不足的地方,比如,在分式與小數(shù)的轉(zhuǎn)換方面,暫時(shí)還不能實(shí)現(xiàn),所以,還需以后再加考慮,完善。 六、 參考文獻(xiàn) [1] 姚全珠 . C++面向?qū)ο蟪绦蛟O(shè)計(jì) [M]. 北京:電子工業(yè)出版社, 2021. [2] 鄭莉 .C++語言程序設(shè)計(jì) [M].北京 :清華大學(xué)出版社 ,2021.
點(diǎn)擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計(jì)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1