-
Matlab是计算结构力学的好助手
说明: Matlab是计算结构力学的好助手,计算结构力学(MATLAB is a good assistant in computational structural mechanics)
- 2019-06-30 13:08:32下载
- 积分:1
-
An-Improved-Algorithm-for-Otsu
在传统Otsu算法的基础上进行了一些改进,提高了算法的性能(Made some improvements on the basis of the traditional Otsu algorithm to improve the performance of the algorithm)
- 2012-09-17 16:03:39下载
- 积分:1
-
传输矩阵法模拟光子晶体的模拟程序-TMM
传输矩阵法模拟光子晶体的模拟程序,好用,特别对于研究人员!(transfer matrix method photonic crystal simulation and the simulation and ease of use, especially for researchers!)
- 2020-07-23 10:58:44下载
- 积分:1
-
PRP
说明: PRP共轭梯度法优化计算,采用FORTRAN语言(PRP conjugate gradient method optimization, the use of FORTRAN language)
- 2011-03-28 15:23:27下载
- 积分:1
-
Delany_Bazley
纤维状多孔材料的D_B吸声模型,用于计算高孔隙率的刚性多孔材料的吸声系数(D_B absorption model fibrous porous material for sound absorption coefficient high porosity rigid porous material)
- 2021-03-13 10:09:25下载
- 积分:1
-
最速下降法
说明: 最优化课程中的最速下降法matlab程序,利用了wolfe搜索和armijo线搜索(Matlab program of steepest descent method in optimization course, using Wolfe search and Armijo line search)
- 2021-03-26 18:19:13下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1
-
arcLength
有限元计算控制加载中弧长法(arc-length)的matlab源程序(Loading FEM arc length control method (arc-length) matlab source)
- 2020-12-14 22:49:16下载
- 积分:1
-
shuzhijisuan
数值计算实例,主要有LU分解,龙格库塔法,高斯分解法,欧拉法,曲线拟合,曲线插值(Numerical example)
- 2014-01-03 10:38:53下载
- 积分:1
-
递推最小二乘
说明: 一般的最小二乘通常是一次拿到全部的数据, 对所有数据进行统一优化计算得到模型系数。递推最小二乘是以一种递推的方式计算最小二乘,每次使用最新的测量值,来不断更新模型系数。(General least squares usually get all the data at one time, and perform unified optimization calculations on all the data to get the model coefficients. Recursive least squares is to calculate the least squares in a recursive way, each time the latest measured value is used to continuously update the model coefficients.)
- 2021-04-24 15:18:47下载
- 积分:1