-
实验数据的等距五点三次平滑
一. 功能 用五点三次平滑公式., 对等距节点上的实验数据进行平滑,力争消除随机误差的影响, 提高实验数据的质量 ....
实验数据的等距五点三次平滑
一. 功能 用五点三次平滑公式., 对等距节点上的实验数据进行平滑,力争消除随机误差的影响, 提高实验数据的质量 .-experimental data smoothing offset a 5.3 times. Functional with 5.3 times smoothing formula. The equidistant nodes on the experimental data smoothing, and strive to eliminate the impact of random error, improve the quality of experimental data.
- 2022-04-23 19:48:39下载
- 积分:1
-
基数数值排序的源程序,很有用啊
基数数值排序的源程序,很有用啊-base numerical ranking source, useful ah
- 2022-01-26 03:44:37下载
- 积分:1
-
动态反馈控制算法
采用ARIMA模型和广义预测控制进行反馈预测,结合ARIMA模型周期性预测和广义控制预测实时性特点,提高短时预测精度
- 2022-01-30 12:58:58下载
- 积分:1
-
用fortran编写的复合形法的源程序,供大家参考。
用fortran编写的复合形法的源程序,供大家参考。-fortran prepared with the complex method of the source, for your reference.
- 2022-02-05 18:50:49下载
- 积分:1
-
eda 交通灯设计
这是关于eda实验中的交通灯设计的源码和报告 里面详细说明了使用qurtus的过程 原理和源码都有的 具体实验应该大学的教材都差不多的 可以借鉴一下
- 2022-03-23 02:51:11下载
- 积分:1
-
用C++编写的插值程序
用C++编写的插值程序-prepared by the interpolation procedures
- 2022-01-22 00:21:17下载
- 积分:1
-
Using VisualC++ implementation of the pseudo
使用VisualC++实现的伪逆矩阵的计算方法,Dlg编程。-Using VisualC++ implementation of the pseudo-inverse matrix method of calculation, Dlg programming.
- 2022-03-31 00:28:46下载
- 积分:1
-
停车场问题:一个关于堆栈操作的程序
停车场问题:一个关于堆栈操作的程序- Parking lot question: About storehouse operation procedure
- 2023-02-10 20:35:03下载
- 积分:1
-
DBSCAN算法
% Function: [class,type]=dbscan(x,k,Eps)
% -------------------------------------------------------------------------
% Aim:
% Clustering the data with Density-Based Scan Algorithm with Noise (DBSCAN)
% -------------------------------------------------------------------------
% Input:
% x - data set (m,n); m-objects, n-variables
% k - number of objects in a neighborhood of an object
% (minimal number of objects considered as a cluster)
% Eps - neighborhood radius, if not known avoid this parameter or put []
% -------------------------------------------------------------------------
% Output:
% class - vector specifying assignment of the i-th object to certain
% cluster (m,1)
% type - vector specifying type of the i-th object
% (core: 1, border: 0, outlier: -1)
- 2022-04-08 08:12:27下载
- 积分:1
-
这个是我们用mfc写的一个关于牛顿插值的数值分析的程序,可以将数据保存到文本中,然后打开,同时计算出相应的均差来,最后进行插值,还可以得到近似的误差...
这个是我们用mfc写的一个关于牛顿插值的数值分析的程序,可以将数据保存到文本中,然后打开,同时计算出相应的均差来,最后进行插值,还可以得到近似的误差
- 2022-03-26 19:04:05下载
- 积分:1