-
牛顿迭代法解方程组 写得比较简单 但是使用
牛顿迭代法解方程组 写得比较简单 但是使用-Newton" s iterative method solution of equations written in relatively simple, but the use of
- 2022-02-05 16:37:23下载
- 积分:1
-
L
L-M算法(BP的一种改进算法)应用实例-L-M algorithm (BP an improved algorithm) Application
- 2023-03-31 09:50:04下载
- 积分:1
-
多重线性回归
多元线性回归为pacient
在多重线性回归,我们使用多个解释变量 ;
这将使我们在建设中使用的详细信息的优点
模型和,因此,更准确的估计。
- 2022-02-24 15:07:14下载
- 积分: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
-
由给出的三个点坐标,拟合出一条样条曲线,对于工程或数据分析的同志有作用。...
由给出的三个点坐标,拟合出一条样条曲线,对于工程或数据分析的同志有作用。-Three points by the given coordinates, fitting out of a spline curve, or data analysis for the project has the role of comrades.
- 2022-04-22 10:39:19下载
- 积分:1
-
STM32串口接受实验
资源描述本程序代码是基于STM32中的普通IO口的输入捕获,在日常应用STM32的过程中,经常性的会需要对信号输入进行捕获,通过捕获的数值去做后续的处理,本程序的功能提供了一种输入捕获的方式,通过配置相关的库函数去实现。
- 2023-03-02 08:55:04下载
- 积分:1
-
串口,网口数据传输接口
通过对串口和网口的封装,使其只调用一个接口,实例化自己的设备对象,就能够调用相应的读写操作,能够实现统一
- 2022-03-03 13:03:19下载
- 积分:1
-
得到midi文件的源码
得到midi文件的源码
可以获取MIDI的文件啊!
- 2022-01-26 08:20:30下载
- 积分:1
-
高阶谱切片
通过采样的时间序列数据,滤去低频的确定性信号,获得零均值的有色噪声,应用BBR公式,获得高阶谱。冻结一些维数,就可以得到二维的曲线,即高阶谱切片,或称重构功率谱。本程序实现三维空间不同角度的切片,有动画功能。
- 2022-03-03 08:59:40下载
- 积分:1
-
北大ACM试题poj 第3058题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3058题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Chapter 3058 question Question poj source code, good code, and want to help students engage in ACM
- 2023-02-13 09:30:03下载
- 积分:1