-
4-split2
给定求解区间,用最小二乘法给出函数的零点,并给出迭代次数(Given the solution interval, the zeros of the function are given by the least square method, and the number of iterations is given.)
- 2019-04-10 16:33:03下载
- 积分:1
-
Runge-kutta
4阶龙格库塔解二阶微分方程,使用matlab软件编程进行渐进计算。(4th order Runge-Kutta solution of second-order equations)
- 2020-12-20 15:59:09下载
- 积分:1
-
cov_cal
内有图像协方差的计算,协方差间黎曼距离的计算等等(Within the calculation of the image covariance, the covariance between Riemannian distance calculation, and so on)
- 2020-11-02 15:09:53下载
- 积分:1
-
sgp4-master
C++ SGP4 Satellite Library
- 2020-06-24 14:20:01下载
- 积分:1
-
introductiontononlinearfiniteelementanalysis
说明: Kim 的非线性有限元分析经典教材,教材很经典,对于静态有限元分析讲的很透彻,书中附有matlab代码(Kim's nonlinear finite element analysis classic textbook, the textbook is very classic, for static finite element analysis is very thorough, the book with matlab code)
- 2021-03-08 19:49:28下载
- 积分:1
-
tide
fortran90的潮汐调和分析和预报程序(Fortran90 tidal harmonic analysis program
)
- 2012-04-30 20:50:23下载
- 积分:1
-
menfeng
汽车课设货车Matlab驱动力图程序,分析了该信号的时域、频域、倒谱,循环谱等,光纤陀螺输出误差的allan方差分析。( Car class-based truck driver trying to Matlab program, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc. allan FOG output error variance analysis.)
- 2017-02-15 12:32:49下载
- 积分:1
-
code
用C++编写的大整数计算的模板,可实现加、减、乘、除、取模等运算,可以通过此源码学习高精度的实现。(Written with C++ template large integer can be realized addition, subtraction, multiplication, division, modulus and other operations, you can achieve high-precision study of this source.)
- 2011-06-05 17:19:32下载
- 积分:1
-
LINESLIDER
线接触滑块的计算方法,给定雷诺方程和膜厚方程,然后用迭代方法计算压力分布和膜厚分布,以及承载能力(The calculation method of the line contact of the slider, a given Reynolds equation and the film thickness of the equation, and then calculated using iterative methods, pressure distribution and film thickness distribution, as well as carrying capacity)
- 2020-12-10 09:19:18下载
- 积分:1
-
最速下降法求解方程组
说明: 最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It can be said that it is the oldest and most classical model for solving machine algorithm. Another commonly used method is the least square method.)
- 2019-05-13 21:13:18下载
- 积分:1