cbox11.h

来自「an introduction to boundary element meth」· C头文件 代码 · 共 24 行

H
24
字号
# include <stdio.h># include <math.h># define SQ(x)  ((x)*(x))			# define cube(x)	((x)*(x)*(x))#define tol 1.0e-6#define pi  3.1415926void Input11();void Quad11();void Sys11();void Diag11();void Inter11();void Solve();void Out11();void Stress();char inname[12], outname[12];char Title[80];/*[The Lengths of Arrays has been increased by one,first one is not used ]*/int N, L, Last[6], M;   /*[ Global Variables ]*/float  mu, nu;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?