input.h
来自「Finite element program for mechanical pr」· C头文件 代码 · 共 20 行
H
20 行
#ifndef INPUT_H#define INPUT_H#include <stdio.h>#include "descrip.h"#include "xfile.h"/// main function for input from the preprocessor filelong input(XFILE *in, descrip *d);/// input topolgy using siftop classlong input_siftop(descrip *d);/// input material from the material filelong input_materials(char *in);/// input cross-section from the cross-section filelong input_crs(char *in);/// input nodal and element propertieslong input_prop(XFILE *in, long &npropn, long &nprope, long &nl);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?