-
uve_pls
对一维光谱实现偏最小二乘回归进行UVE变量选择(UVE variable selection on the spectrum)
- 2021-04-19 15:18:51下载
- 积分:1
-
CMA-Evolutionary--Strategies
Covariance Matrix adaptation ES for optimizing
- 2020-12-14 22:39:14下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1
-
Generator
这些代码可以用于产生一系列随机数,可以根据需要使用。(These codes can be used to generate a series of random numbers may be used as needed.)
- 2013-07-10 14:19:34下载
- 积分:1
-
Fourier-Mellin-based-Image-Registration
此为基于图像配准的傅立叶变换源代码,已精心调试过,请放心使用.(This is the image registration based on the Fourier Transform source code, has been painstakingly debugging, please rest assured that use.)
- 2007-07-31 19:42:50下载
- 积分:1
-
cfd-fortran
有限体积法求解流动和传热问题的经典源代码(Classic source code finite volume method for solving the problem of flow and heat transfer)
- 2013-03-27 09:35:31下载
- 积分:1
-
ex
说明: 设计一个函数,其功能是同时求得长度为20的整型数组所有元素中的最大值、最小值和平均值。并用相应的主函数对其进行测试,测试数组可以用随机数填充或者自行定义数据。(The design of a function, its function is to obtain the length of the maximum, minimum and average 20 integer array element. And its main function testing, the test array can be populated with a random number or define your own data.)
- 2012-12-06 09:43:13下载
- 积分:1
-
gauss-seidel
二维热传导扩散方程的高斯-赛德尔迭代方法。(A two-dimensional thermal diffusion problem using Gauss-Seidel iteration method.)
- 2021-01-18 14:28:44下载
- 积分:1
-
gmres
gmres 方法。视图求解线性方程组A*x=b的解x。nXn的稀疏矩阵A必须是方程且应是大型稀疏矩阵。列向量b的长度必须为n。(gmres method. View solving linear equations A* x = b the solution x. nXn sparse matrix A must be equation and should be large sparse matrix. The length of the column vector b must be to n.)
- 2013-09-13 16:29:56下载
- 积分:1
-
LS-and-TLS
最小二乘法和总体最小二乘法,来自《矩阵分析与应用》(Least squares and total least squares method the Matrix Analysis and Applications )
- 2021-03-27 14:59:12下载
- 积分:1