?? lineinnercell.h
字號:
#ifndef LINEINNERCELL_HH
#define LINEINNERCELL_HH
class lineInternalCell
{
public:
complex2 Zin;
complex2 Win;
lineInnerCell();
int caculation();
complex2 get_Zout();
complex2 get_Wout();
complex2 get_r();
complex2 get_p();
private:
complex2 r;
complex2 p;
complex2 Zout;
complex2 Wout;
};
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -