此函数计算弹性多层介质与垂直传播的单一 SV 或 SH 弹性波的界面处的位移响应。 该函数可用于计算分层土壤剖面中的位移响应。 接口之间的传递函数可以通过将相应接口上的总(向上/向下)位移响应进行除法来轻松计算。
2023-03-16 11:37:50 3KB matlab
1
Linux C常用库函数手册及Linux命令大全 chm格式
2023-03-16 09:41:27 585KB Linux c
1
C语言常用函数库详细的使用说明 字符串函数 bcmp bcopy bzero memccpy memchr memcmp memcpy memicmp memmove memset movmem setmem stpcpy strcat strchr strcmp strcmpi strcpy strcspn strdup stricmp strlen strlwr strncat strncmp strncmpi strncpy strnicmp strpbrk strrev strset strstr strtok strupr 数学函数 abs acos asin atan atan2 ceil cos cosh exp fabs floor fmod frexp hypot ldexp log log10 modf pow pow10 sin sinh sqrt tan tanh 输入输出函数 getchar kbhit printf putchar 系统库函数 ClearScreen DispBCD SetScrollBar TextOut UpdateLCD bell block clrscr cursor delay get_chi_font get_eng_font getkey getpixel gotoxy line move noidle outtextxy putpixel pyfc rectangle sleep textmode time write_chi_font write_eng_font 标准函数 exit itoa .................
2023-03-16 08:17:06 175KB C语言函数 C函数库
1
C语言库函数速查 手册,有些库函数可能用到,不熟悉库函数 的人可以看看,当个速查手册
2023-03-16 08:14:53 22KB C 库函数
1
C#精确定时函数,可实现ms级定时,误差不累积
2023-03-15 21:37:55 21KB C#定时
1
MySQL函数大全及用法示例 MySQL函数大全及用法示例 MySQL函数大全及用法示例
2023-03-15 18:23:48 303KB MySQL 函数大全 用法示例
1
它只使用矩阵乘积,并且可以快速计算 GLCM。 在 1.x 版本中只有两个循环。 为了获得更好的遗产,您可以使用可选变量 xFeature 来决定要使用哪个 Haralick 特征。 Haralick的所有功能均取自原始论文。 有关更多信息,请参阅 ( http://haralick.org/journals/TexturalFeatures.pdf )。
2023-03-15 10:48:13 4KB matlab
1
工程数学《复变函数》西安交通大学第四版高
2023-03-15 10:44:46 1.76MB 工程数学
1
软件测试NextDate函数测试用例 System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss:ffff"); //2008年04月24 15时56分48秒 System.DateTime.Now.ToString("yyyy年MM月dd HH时mm分ss秒"); //星期二, 四月 24 2008 System.DateTime.Now.ToString("dddd, MMMM dd yyyy"); //二, 四月 24 ’08 System.DateTime.Now.ToString("ddd, MMM d \"’\"yy"); //星期二, 四月 24 System.DateTime.Now.ToString("dddd, MMMM dd"); //4-08 System.DateTime.Now.ToString("M/yy");
2023-03-14 23:02:07 200KB NextDate函数
1