搜索资源列表
主要程序
- 粒子群算法的仿真程序,并采用典型benchmark进行演示分析; 然后,应用粒子群算法进行热工过程水轮机系统模型辨识,matlab软件可直接运行; 采用粒子群算法与PID参数整定进行联合仿真,用以提高PID控制器对热工过程水轮机的控制性能。(Particle swarm algorithm simulation program, and the use of a typical benchmark for demonstration analysis; Then, the particle
IEEE30
- 基于数学规划软件GAMS的优化算法,对IEEE30节点调度问题进行仿真优化,非常有助于地啊你系统专业学生研读学习GAMS的语言,程序可以有效运行(Based on the mathematical programming software GAMS optimization algorithm, IEEE30 node scheduling problem simulation optimization, very helpful, ah, your system professional st
程序
- Flody算法的举例,可实现多路径中求解最短路径,在多路径建模中很常用!(Flody algorithm example, you can achieve the shortest path to solve the path, in the multi path modeling is very common!)
CACFAR
- 这个程序是雷达信号处理中的恒虚警检测算法,使用matalab语言编写,运行即可使用。(This program is constant false alarm detection in radar signal processing algorithm, using matalab language, running can be used.)
pomdp-solve-5.4.tar
- 解决POMDP问题的程序,包含基本各种算法和各种实验环境。(Solve the POMDP problem, including the basic algorithm and a variety of experimental environment.)
RM
- 这是一个机器人轨迹跟踪控制的程序,应用的控制算法为滑模控制。(This is a robot trajectory tracking control program, the application of the control algorithm for sliding mode control.)
先进PID控制MATLAB仿真第3版完整仿真程序
- 先进pid控制算法仿真 先进PID控制MATLAB仿真第3版完整仿真程序(Advanced PID control)
清洁机器人路径规划matlab仿真程序
- 清洁机器人内螺旋算法仿真matlab程序,采用内螺旋算法全覆盖算法(Internal helix algorithm simulation)
障碍物顶点连接法
- 基于障碍物连接法环境建模的遗传算法程序,可运行(Modeling of obstacle connection method)
遗传算法路径规划MATLAB代码
- 传统遗传算法仿真程序,简单易懂,是可以运行出来的(Traditional genetic algorithm simulation program can be run out.)
遗传算法+投影寻踪程序代码
- 这是一个用遗传算法优化投影寻踪模型的MATLAB程序,简单易懂(This is a genetic algorithm to optimize the projection pursuit model of the MATLAB program, easy to understand.)
《安得森计算流体力学基础及其应用》第九章使用simple算法求解不可压库艾特流
- 《安得森计算流体力学基础及其应用》第九章使用simple算法求解不可压库艾特流 根据前人写的fortran源代码和安得森计算流体力学基础及其应用第六章和第九章相关内容用matlab编写了使用simple算法求解不可压库艾特流的程序。程序可以得到相对正确的解。
阴影阵列下求解
- 光伏阵列阴影多峰之下的求解程序,用到了粒子群算法和遗传算法,求解需要迭代20步。
滑模变结构控制仿真
- 包含了各种滑模变结构控制算法的matlab源码程序,对初学者来说十分有用
蚁群算法uav解最优路径
- 这是基于蚁群算法的无人机uav巡检实例程序,平台为matlab。(This is an example program of UAV path planning based on ant colony algorithm, which contains all the source code and the platform is matlab)
Lattice Boltzmann Method模拟2维接触角
- 该程序为格子玻尔兹曼方法(LBM)模拟二维的三相接触角,其中BCs.cpp文件为边界条件,Coll.cpp为碰撞算法,Steam.cpp为迁移过程,Error.cpp为计算稳态误差,force.cpp为计算作用力(采用Shan-Chen模型),Initialization.cpp为初始化(可改变初始两相形状),MacVar.cpp为计算宏观量,output.cpp为输出文件(可修改输出格式),源.cpp为控制主函数。