-
python convex optimization
采用凸优化的理论解决优化问题,使用python语言,采用pip安装即可(The convex optimization theory is used to solve the optimization problem. Python language is used and pip is installed)
- 2018-08-01 19:46:37下载
- 积分:1
-
混合同余法
说明: 用混合同余法生成两组伪随机数,利用投针试验求圆周率。软件:matlab。(Two groups of pseudo-random numbers are generated by the method of mixed congruence, and the circularity is calculated by the test of inserting needle. Software: MATLAB.)
- 2020-04-06 10:23:11下载
- 积分:1
-
fenpei
一对一分配
匈牙利算法
无人机目标分配
目标静止(One-to-one assignment)
- 2020-10-24 16:30:01下载
- 积分:1
-
naca0012
NACA0012翼型流场计算。结构化网格,AUSM格式。(NACA0012 airfoil flow field)
- 2011-05-03 20:37:12下载
- 积分:1
-
LU.tar
LU decomposition program.
- 2012-09-05 02:24:17下载
- 积分:1
-
MM_VIV
用无网格法计算VAN DE POL 振子(calculate van de pol oscillator by using meshless method)
- 2009-04-26 20:17:19下载
- 积分:1
-
similarity
本代码可以用于计算特征向量或者矩阵的相似度。(This code can be used to calculate the similarity of the feature vector or matrix.)
- 2012-07-05 11:43:02下载
- 积分: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
-
牛顿迭代法求解非线性方程组
说明: 牛顿法又称牛顿-拉弗森方法(Newton-Raphson method),是一种在实数域和复数域上近似求解方程的方法。本程序收敛速度快,迭代步数可取大一些(Newton method, also known as Newton-Raphson method, is an approximate method for solving equations in real and complex fields. The program has fast convergence speed so the number of iteration steps can be larger.)
- 2019-05-13 21:08:38下载
- 积分:1
-
Fourth-order-Runge-Kutta-method
用四阶龙格库塔法计算Lorenz混沌系统的时间序列(The time series of Lorenz chaotic system of fixed step size fourth-order Runge-Kutta method algorithm source code.)
- 2012-05-04 10:55:33下载
- 积分:1