-
迷宫电脑鼠
迷宫电脑鼠控制算法,主要包括电机驱动程序,传感器驱动程序,电脑鼠的寻路算法
- 2022-03-19 16:40:31下载
- 积分:1
-
MULLER s algorithm Muller classical algorithm
muller s algorithm 穆勒算法 经典-MULLER s algorithm Muller classical algorithm
- 2022-03-24 18:14:01下载
- 积分:1
-
matlab编译标准粒子群优化算法
代码可直接运行,注释详细。粒子群算法是将群体中的个体看作是在D维搜索空间中没有质量和体积的粒子,每个粒子以一定的速度在解空间运动,并向自身历史最佳位置和领域历史最佳位置聚集,实现对候选解得进化。让粒子飞向解空间并在最好解处降落。通过迭代找到最优解,在每一次迭代中,粒子通过跟踪两个极值来更新自己。第一个是粒子本身的历史最优值persongood,另一个是每个组织目前找到的最优解allbetter。
- 2022-07-16 08:55:30下载
- 积分:1
-
Biogeography-Based Optimization生物地理学优化算法
一种新的智能优化算法,与PSO GA ABC DE等常用的优化算法相比具有更好的算法寻优效果和收敛速度。该算法2008年发表在IEEE TEC上,基本思想是基于生物地理学的不同物种迁移理论,是近年来在工程应用领域获得广泛运用的优化算法,同时也是一种快速发展的优化算法,值得引起大家的注意。
- 2022-04-11 04:41:33下载
- 积分:1
-
无人机高度基于matlab卡尔曼滤波程序 数据融合
无人机高度基于matlab卡尔曼滤波程序 数据融合-UAV height matlab-based Kalman filter data fusion procedure
- 2022-01-26 07:14:17下载
- 积分:1
-
用VC实现解线性规划中的单纯形法问题.
用VC实现解线性规划中的单纯形法问题. -with VC solution of the linear programming problem simplex method.
- 2022-10-06 21:40:03下载
- 积分:1
-
三维粒子碰撞模拟
分子碰撞也称分子散射,指一个粒子(分子、原子、自由基或离子)从远处来到另一个粒子附近,经过相互作用后又向远方离去的过程,是化学反应过程中最基本的微观现象。这是一个分子碰撞模拟程序,用于仿真分子碰撞松弛。
- 2023-06-02 09:30:03下载
- 积分:1
-
平均因子分解法应用于正定矩阵
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
(1) U U = X
(2) U is upper triangular (that is, it has all zeros below the diagonal).
It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition. -Average factor decomposition method applied to positive definite matrix First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X = UU, where U is the square root matrix of X, and satisfies: (1) UU = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is positive
- 2022-10-16 04:30:02下载
- 积分:1
-
公有继承举例
公有继承的举例,派生类的声明,通过派生类对象访问基类的公有成员。
- 2022-02-16 04:06:40下载
- 积分:1
-
基于51的32*64点阵屏频谱程序
资源描述51单片机驱动32*64点阵屏进行频谱显示,利用FFT算法进行数据处理,里面有硬件原理图以及整个的程序。
- 2022-03-25 03:03:06下载
- 积分:1