📄 tempload.h
字号:
#ifndef TEMPLOAD_H#define TEMPLOAD_H#include <stdio.h>/** This class groups temperature load data and it is used for the mechprep preprocessor.*/class tempload{ public : long nlc; ///< load case number double val; ///< tempreture value tempload(); ~tempload(); long read(FILE *in, long lc);};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -