第6周任務3

2021-06-05 08:25:15 字數 841 閱讀 7092

#include#include"cmath"

using namespace std;

enum symmetricstyle ;//分別表示按x軸, y軸, 原點對稱

class cpoint

; void distance(cpoint p) const; // 兩點之間的距離(一點是當前點,另一點為引數p)

void distance0() const; // 到原點的距離

cpoint symmetricaxis(symmetricstyle style) const; // 返回對稱點

void input(); //以x,y 形式輸入座標點

void output(); //以(x,y) 形式輸出座標點

};void cpoint :: distance(cpoint p) const // 兩點之間的距離(一點是當前點,另一點為引數p)

void cpoint :: distance0() const // 到原點的距離

cpoint cpoint::symmetricaxis(symmetricstyle style) const // 返回對稱點

return(x,y);

}void cpoint :: input() //以x,y 形式輸入座標點

while(1);

}void cpoint :: output() //以(x,y) 形式輸出座標點

第13周任務3

include using namespace std class shape class circle public shape virtual float area const private float radii float circle area const class rectangle...

第8周任務

老師要求我們一周至少33小時用在實驗室任務方面,很慚愧的說,本週沒有做到。本週的周 一 周二專利組組內沒有進行很多溝通,也沒有和學姐有什麼交流,對專利組應該幹什麼我表示很迷茫,所以我還是每天花了大概2個小時在學習linux,把虛擬機器上的linux配置調整了一下,學習了一些linux的操作。週日老實...

第9周任務

本週周一還是在學習flask框架,感覺框架不好懂,內容理解和敲 的時候都是雲裡霧裡的。周二學姐組織開了會議,大致討論了專利交底書寫作的技巧 專利檢索之類的知識,專利檢索對我來說居然是個問題,我的理解能力 語言組織能力好像有點問題,檢索的時候總是不能快速準確找到理想的內容。週六晚上倒騰linux去了,...