第十五周閱讀程式(2)

2021-07-13 01:43:04 字數 816 閱讀 9154

問題及**:

/*

*檔名稱:zwj.cpp

*作 者:張偉晶

*完成日期:2023年6月3日

*版 本 號:v1.0

**問題描述:閱讀程式,對照執行結果,領會stl的用法

*輸入描述:

*程式輸出:

*/#include #include #include #include using namespace std;

int main()

執行結果:

知識點總結:

stl標準庫中的二元函式物件

stl函式物件

型別

功能說明

plus

算術輸入兩個型別為t的運算元x,y,返回x+y

minus

算術輸入兩個型別為t的運算元x、y,返回x-y

multiplies

算術輸入兩個型別為t的運算元x、y,返回x*y

divides

算術輸入兩個型別為

t的運算元x、

y,返回x/y

modulus

算術輸入兩個型別為

t的運算元x、

y,返回x%y的結果

negate

算術輸入乙個型別為

t的運算元

x,返回-x



第十五周 閱讀程式(2)

檔名稱 test.cpp 作 者 呼亞萍 完成日期 2015年6月15日 版 本 號 v1.0 問題描述 檢視下面程式的輸出,解釋為什麼會有這樣的輸出。程式輸入 相應的程式 程式輸出 對應得結果 include include using namespace std int main ofstrea...

第十五周專案 閱讀程式2

all right reserved.檔名稱 test.cpp 完成日期 2016年6月21日 版本號 v1.0 問題描述 閱讀程式 程式輸入 程式輸出 include include include using namespace std class cstudent cstudent int n...

第十五周 閱讀程式(1)

檔名稱 test.cpp 作 者 呼亞萍 完成日期 2015年6月15日 版 本 號 v1.0 程式輸入 相應的程式 程式輸出 對應得結果 include include include using namespace std int main int a ofstream outfile f1.d...