-
使用奇异值分解算法的prony算法
使用奇异值分解算法的prony算法-single value decomposition based prony algorithm-The use of singular value decomposition Prony algorithm algorithm-single value decomposition based prony algorithm
- 2022-01-24 15:48:30下载
- 积分:1
-
农夫过河问题的广度优先搜索算法的PASCAL程序
农夫过河问题的广度优先搜索算法的PASCAL程序-farmer across the river in breadth- first search algorithm procedures PASCAL
- 2022-04-27 04:15:46下载
- 积分:1
-
文件1.txt,2.txt,3.txt和5.txt为用Fortran编写的有限元程序 4.txt为用c++编写的钢筋混凝土异形柱的全过程非线性分析源程序...
文件1.txt,2.txt,3.txt和5.txt为用Fortran编写的有限元程序 4.txt为用c++编写的钢筋混凝土异形柱的全过程非线性分析源程序-document 1.txt, 2.txt, 3.txt and 5.txt Fortran prepared for the use of the finite element program 4.txt to use C++ to prepare the R.C.special-the whole process of nonlinear analysis source
- 2022-08-18 18:12:35下载
- 积分:1
-
时域差分法计算一维光子晶体反射率和透射率
时域差分法计算一维光子晶体反射率和透射率。时域差分法是最新研究光子晶体的科学数值方法。使用MATLAB编写了其源码,对于研究光子晶体的人们,有重要参考价值。
- 2022-12-02 07:00:03下载
- 积分:1
-
WaveEdit音频编辑的源代码
一个关于音频编辑的源代码。包括快进,慢放等 -Audio editing on the source code. Including fast forward, slow motion, etc.
- 2023-03-27 16:30:03下载
- 积分:1
-
用VC实现从距离方位到经纬度的转换,已知一点A的经纬度和另一点B相对于点A的距离和方位,求点B的经纬度...
用VC实现从距离方位到经纬度的转换,已知一点A的经纬度和另一点B相对于点A的距离和方位,求点B的经纬度-With the VC to the latitude and longitude position from a distance conversion, known latitude and longitude point A, and another point A to point B relative to the distance and azimuth, latitude and longitude of point B
- 2022-01-24 13:55:54下载
- 积分:1
-
使用高斯滤波去噪
这是用于图像去噪方法的代码。在这里我使用高斯滤波图像去噪。在一些医学图像应用程序中,去噪后的图像是非常重要的。
- 2022-06-19 20:34:41下载
- 积分:1
-
2.时间序列分析
1.二分查找
适用条件:查找序列已经有序
int binarysearch(int a[], int n, int x)
{
int left, right, center;
left = 0;
right = n - 1;
- 2022-03-05 08:28:07下载
- 积分:1
-
Using time
采用时域有限元算法对电磁场二维辐射问题的仿真计算。-Using time-domain finite element method for electromagnetic field simulation of two-dimensional radiation problem.
- 2022-02-25 18:25:07下载
- 积分:1
-
Kriging算法
基于oeo4b的Kriging插值算法/克里格.js工作。插值一组X,Y,Z坐标。
- 2022-01-23 11:00:26下载
- 积分:1