tempload.h
来自「Finite element program for mechanical pr」· C头文件 代码 · 共 19 行
H
19 行
#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 + =
减小字号Ctrl + -
显示快捷键?