2.圖形
#include #include"graph.h
"using
namespace
std;
intmain()
#ifndef graph_h#define graph_h
//類graph的宣告
class
graph ;
#endif
//類graph的實現
#include
"graph.h
"#include
using
namespace
std;
//帶引數的建構函式的實現
graph::graph(char ch, int
n): symbol(ch), size(n)
//成員函式draw()的實現
//功能:繪製size行,顯示字元為symbol的指定圖形樣式
3.分數計算
#include #include"未命名4.h
"using
namespace
std;
intmain()
#ifndef graph_h#define graph_h#include
using
namespace
std;
class
fs
intx,y;
private
:
}; class
count
count(count &l);
intadd();
intdel();
intmul();
intdivi();
intbj();
fs p1,p2;
private:};
#endif
#include "未命名4.h
c 第三次上機實驗
一 問題及 檔名稱 1.cpp 作 者 梁世雄 完成日期 2016 年04 月 10 日 版 本 號 v1.0 對任務及求解方法的描述部分 求個人所得稅及稅後收入,運用if語句的巢狀程式設計序。輸入描述 輸入dsalary 問題描述 不同階段的工資稅率不同。程式輸出 輸出個人所得稅dtax及稅後收入...
C 第三次上機實驗
一 問題及 靜態成員應用 time 類 檔名稱 c 第三次實驗 類和物件2.cpp 作 者 郭宇輝 完成日期 2016 年 4 月 22 日 版 本 號 v1.0 對任務及求解方法的描述部分 靜態成員應用 輸入描述 無 問題描述 設計含有靜態資料成員和成員函式的time類。靜態資料成員是類中所有的物...
SDN第三次上機實驗
能夠運用 wireshark 對 openflow 協議資料互動過程進行抓包 能夠借助包解析工具,分析與解釋 openflow協議的資料報互動過程與機制。在虛擬機器中安裝ubuntu 20.04 desktop amd64,並完整安裝mininet 搭建下圖所示拓撲,完成相關 ip 配置,並實現主機...