-
一个用于数学函数值计算的c函数,求任意数学函数f(x)和f(x,y)的值...
一个用于数学函数值计算的c函数,求任意数学函数f(x)和f(x,y)的值-a mathematical function for the calculation of the value of c function. Arbitrary mathematical function f (x) and f (x, y) values
- 2022-01-28 14:24:13下载
- 积分:1
-
最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误...
最小二乘法一般是用来拟合直线和一些线性数据的,就是用一条直线来尽可能的表达若干的点的趋势,当然直线穿过所有的点是最好的,但往往有误差存在,所以拟合出的直线要求误差最小.设这些点为(x1,y1),(x2,y2)....(xn,yn).拟合直线为y=kx+b.-Ordinary least squares method is used to fit a straight line and a number of linear data, that is, as far as possible with a straight line to the point of the expression of a number of trends, of course, a straight line through all the points is the best, but often there is a margin of error, Therefore, a straight line fitting the requirements of the smallest error. established for these points (x1, y1), (x2, y2 )....( xn, yn). fitting straight line y = kx+ b.
- 2022-08-05 10:47:25下载
- 积分:1
-
Lsr2d 算法
LSR2D - Build projection matrix L for straight rays in 2D.
% Input
% Tx: transmitter coordinates, nTx by 2
% 1st column contains X coordinates, 2nd contains Z coordinates
% Rx: receiver coordinates, nRx by 2
% 1st column contains X coordinates, 2nd contains Z coordinates
% grx: vector of X coordinates of cell boundaries (sorted increasing)
% grz: vector of Z coordinates of cell boundaries (sorted increasing)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-13 10:35:57下载
- 积分:1
-
大学里必学的一门课程,数值分析的一个必做的程序,雅可必插值...
大学里必学的一门课程,数值分析的一个必做的程序,雅可必插值-universities will learn a curriculum, a numerical analysis of the process will do, the latter can certainly interpolation.
- 2022-07-19 15:24:19下载
- 积分:1
-
刚才弄错了,这才是第二个源码,可以实现输入一二叉树的前序与中序,输出其后序...
刚才弄错了,这才是第二个源码,可以实现输入一二叉树的前序与中序,输出其后序-have just made a mistake, this is the second source, can achieve an input sequence of binary tree with the sequence, then the output sequence
- 2022-03-04 21:26:50下载
- 积分:1
-
delphi-crypto
厌倦了使用大型库,比如OpenSSL,
- 2022-03-18 03:04:30下载
- 积分:1
-
多示例学习工具箱
用matlab编写的multiple-instance learning工具箱,实现了多种mil的算法,包括emdd, mi-svm, citation-knn等,同时支持不同的测试策略,如随机划分,leave-one-out,ten-fold-validation等,里面包含了libsvm的matlab实现,可以作为一个独立的算法使用。包中自带测试数据集,为标准的多示例数据集,通过扩展可以进行MIML的训练和测试任务。
- 2022-03-01 13:58:05下载
- 积分:1
-
c# k-mean 大数据挖掘算法算法
本文件封装好K-MEANS算法,只需要调用函数就可以使用
- 2022-01-23 10:52:22下载
- 积分:1
-
MP匹配追踪算法
该源码是在MATLAB 平台上实现的,主要是关于匹配追踪算法语音和音频的应用,对语音和音频进行稀疏分解和重构,实验仿真表明,语音和音频通过MP算法进行稀疏分解,重构后的音质不但不会下降,并达到压缩的效果
- 2022-01-30 18:02:19下载
- 积分:1
-
频繁项挖掘算法FP―Growth算法的实现,该算法使用java语言实现的...
频繁项挖掘算法FP―Growth算法的实现,该算法使用java语言实现的
- 2022-02-20 03:34:22下载
- 积分:1