📄 lineinternalcell.h
字号:
#ifndef LINEINTERNALCELL_HH
#define LINEINTERNALCELL_HH
#include "complex.h"
class lineInternalCell
{
public:
complex2 Zin;
complex2 Win;
lineInternalCell();
int caculation();
complex2 get_Zout();
complex2 get_Wout();
complex2 get_r();
//private:
complex2 r;
complex2 Zout;
complex2 Wout;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -