📄 internalcell.h
字号:
#ifndef INTERNALCELL_HH
#define INTERNALCELL_HH
#include <math.h>
#include "variable.h"
#include"cell.h"
class internalCell: public cell
{
public:
complex2 sin;
double cin;
internalCell();
//innerCell();
void caculation();
complex2 get_x();
complex2 get_Uout();
//private:
complex2 x;
complex2 Uout;
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -