-
mcmc
蒙特卡洛资料,对于编写概率计算问题有较多的帮助,希望能帮到需要的人。(Monte Carlo)
- 2012-12-04 09:09:00下载
- 积分:1
-
插补算法及步进电机
说明: 插补算法 步进电机控制算法 很好的资料(PWM 1234567891010101010101010101)
- 2020-11-21 13:50:25下载
- 积分:1
-
MATLAB Codes for Dimensionality Reduction
子空间学习方法工具箱,包含PCA、LDA、LLE、ISOMAP等经典子空间分析方法(Subspace learning method toolbox, including classical subspace analysis methods such as PCA, LDA, LLE, ISOMAP and so on)
- 2021-04-17 16:38:53下载
- 积分:1
-
reynoldre
湍流模型re计算流体力学软件udf 可以用于修改UDF文件(turbulence model FLUENT)
- 2021-01-02 15:18:57下载
- 积分:1
-
C_P
恒温减压沸腾UDF,一个基于压力计算的水蒸发UDF程序,请大家探讨一下(boiling udf of costant T and decreasing P)
- 2011-12-19 11:41:40下载
- 积分:1
-
homotopycontinue
说明: 同伦连续算法,很好得用来求解非线性方程组(Homotopy continuation method, may very well be used to solve nonlinear equations)
- 2021-02-19 21:59:43下载
- 积分:1
-
LDL-and-Cholesky
利用楚列斯基分解法和平方根法分解对称矩阵,较为实用(use the Cholesky method and esquare-root method to solve the problem of Triangle decomposition of matrix)
- 2020-06-30 07:40:01下载
- 积分:1
-
scdcd
一种基于多文档得图像合并技术,是信号处理的基础,PLS部分最小二乘工具箱。( Based on multi-document image obtained combining technique, Is the basis of the signal processing, PLS PLS toolbox.)
- 2017-05-23 10:26:50下载
- 积分:1
-
Particle_Filter
粒子滤波程序,仿真实现自由度机器人对目标的跟踪,使用kalman滤波估计总雅可比矩阵J,噪声为非高斯噪声(Particle filter procedure, simulation robot tracking of targets, the use of kalman filter estimated total Jacobian matrix J, the noise of non-Gaussian noise)
- 2008-12-15 10:37:55下载
- 积分:1
-
hartigansSLC_OpenCV
hartigans Sequential Leader Clustering Algorithm in terms of OpenCV (ver.1.1)
Sequential Leader algorithm:
Hartigan, J. A. (1975), Clustering Algorithms. John Wiley and Sons, Inc., New York, NY.
1. Select maximum cluster "radius"
2. Start with zero clusters
3. Add each item to be clustered to:
* Closest cluster if distance <= r
* New cluster if distance to closest cluster > r
4. Compute new center from members in cluster
5. Empty the clusters (keeping the centers)
6. Return to step 3 (until no changes are made)
- 2010-02-25 19:28:25下载
- 积分:1