-
最速下降法求解方程组
最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(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
-
RLS
RLS algorithm.design by simulink
- 2011-07-27 22:19:05下载
- 积分:1
-
SSFforNLSE
用SSF算法精确的求解了描述超短脉冲在光纤中传输的非线性薛定谔方程,对于光电子光通信的同行较有参考价值。(With the SSF algorithm for solving accurately describing the transmission of ultrashort pulses in optical fiber nonlinear Schrö dinger equation, for optoelectronic and optical communications counterparts more reference value.)
- 2021-02-23 12:39:40下载
- 积分:1
-
readraw
读取raw文件,函数文件输出具体矩阵数值(Read raw files, functions, file output specific matrix values)
- 2020-06-29 12:00:02下载
- 积分:1
-
repeated-measures-ANOVA
用MATLAB实现单因素/两因素重复测量方差分析,自带工具包中只有非重复测量的方差分析函数ANOVA。anova_rm实现单因素;rm_anova2实现两因素( function stats = rm_anova2(Y,S,F1,F2,FACTNAMES) Two-factor, within-subject repeated measures ANOVA.For designs with two within-subject factors.
function [p, table] = anova_rm(X, displayopt)Single factor, repeated measures ANOVA.)
- 2021-01-26 17:58:37下载
- 积分:1
-
cavity
数值模拟方腔内Rayleigh-Benard对流。采用交错网格投影法,能量方程采用松耦合方法。(Numerical Simulation of square cavity Rayleigh-Benard convection. Using staggered grid projection method, the energy equation using loosely coupled approach.)
- 2020-07-17 10:38:48下载
- 积分:1
-
refangcheng
一维热传导方程的求解,包括显式和隐式,及其对比(One-dimensional heat conduction equations, including explicit and implicit, and the contrast)
- 2021-04-24 17:18:47下载
- 积分:1
-
zheng
正入射的自由曲面透镜设计,计算获得透镜的二维坐标(The free-form surface lens is incident on the design, the two-dimensional coordinates of the lens calculated)
- 2021-04-13 18:58:56下载
- 积分:1
-
禁忌算法 C++
禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)
- 2018-04-13 09:03:34下载
- 积分:1
-
simplecalculator
该程序实现的是计算器功能,包含简单的加减乘除,以及取余、求倒等功能计算。(The program is a calculator function, contain simple addition and subtraction, multiplication and division, and modulo, seeking poured functions calculation.)
- 2013-04-12 12:17:36下载
- 积分:1