-
大家请多指教!!!挺不错的哦!
大家请多指教!!!挺不错的哦!-you please enlighten! ! ! Very good!
- 2022-03-22 11:36:04下载
- 积分:1
-
利用Fortran77对2D FDTD算法进行实现
利用Fortran77对2D FDTD算法进行实现,通过入射波,吸收边界的设定,电场和磁场强度的迭代计算,获得最终
位置的电场强度和磁场强度的描述。
- 2022-02-26 03:53:21下载
- 积分:1
-
有理式拟合和pade近似的Matlab实现
应用背景将函数f(x)近似的表达为:
叫作函数的pade近似,Matlab中没有直接提供相关函数,
关键技术但是我们可以根据原理,比较容易的写出Matlab代码:
比如需要将f(x)=exp(-2*x)展开成有理多项式,进行pade近似,根据下面提供的padefcn()函数,我们可以轻松的实现
- 2022-05-31 19:48:06下载
- 积分:1
-
大整数计算
大整数计算-large integer calculation
- 2023-06-03 20:30:02下载
- 积分:1
-
自编的有限元方法解决弹性力学平面问题的软件。有图形显示,数据结构的处理值得一看。...
自编的有限元方法解决弹性力学平面问题的软件。有图形显示,数据结构的处理值得一看。-directed the finite element method to solve the problem of elasticity plane software. A graphic display, data processing structure of the eye-catcher.
- 2022-08-26 02:22:01下载
- 积分:1
-
二维规则网格数据的等值线追踪, 追踪算法为网格追踪法, 线绘制,可配置颜色 所读取的数据的文件格式为:surfer软件的ASCii grd文件数据...
二维规则网格数据的等值线追踪, 追踪算法为网格追踪法, 线绘制,可配置颜色 所读取的数据的文件格式为:surfer软件的ASCii grd文件数据-2D mesh contour data tracking, tracing algorithm for tracking grid, line drawing, color can be configured by reading the data file formats : surfer software ASCii grd document data
- 2022-08-19 10:33:54下载
- 积分:1
-
一个程序来寻找频繁项集(关闭和最大)与Eclat算法…
A program to find frequent itemsets (also closed and maximal) with the eclat algorithm ,which carries out a depth first search on the subset lattice and determines the support of itemsets by intersecting transaction lists. -A program to find frequent itemsets (also c losed and maximal) with the eclat algorithm, which carries out a depth first search on the sub set lattice and determines the support of items ets by intersecting transaction lists.
- 2022-02-20 07:32:43下载
- 积分:1
-
图书馆管理系统
#include
#include
#include
#include
struct book //图书
{
long NO;//编号
char name[10];//书名
char author[10];//作者名
int classification;//分类号
char publish_unit[20];//出版单位
long publish_time;//出版时间
int number;//库存数
- 2022-02-22 11:27:15下载
- 积分:1
-
bpNN的Matlab实现
bpNN的Matlab实现,一个数学建模书上很好的示例,自己敲的
- 2022-02-13 08:09:54下载
- 积分:1
-
Runge
Runge-Kutta-Verner方法求积分,包括cpp源码-Runge-Kutta-Verner method of quadrature, including the cpp source code
- 2022-02-05 09:26:15下载
- 积分:1